I have a script with CAN signals A,B and C. All the signals are periodic. I want to send signal C depending on the value of A and B. Is there a way to monitor CAN signals via CAPL (Trying to monitor real time data). Suppose if I want to perform an operation shown below
if Signal A==0x04 AND/OR Signal B==0x01 then
output(signal C)