简体   繁体   中英

Disabling a signal in CAPl within 100ms

I have a scenario where I need to check if signal sigA is unavailable for 100ms.
I need it to set a certain value let's say 13 .

How can I do this in CAPL?

Cyclic time of the message: 10ms.

If you are talking about CAN bus, signals are included in messages. You cannot disable an individual signal, only whole messages. For example, the function TestDisableMsg allows you to disable the message sent by the simulation. Check the help for details.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM