Hi,
Would it be possible to display "Pass/Fail" based on the data received? If I want to compare certain bytes in the variable with a fixed value, would this be possible? How to go about this?
Thanks!
Pass/Fail criteria to received message
Re: Pass/Fail criteria to received message
Hi,
yes, this is possible. Please use "enum" in your symbol files, to display text for a given value. See help of PCAN-Explorer for more details.
regards
Michael
yes, this is possible. Please use "enum" in your symbol files, to display text for a given value. See help of PCAN-Explorer for more details.
regards
Michael
-
- Posts: 6
- Joined: Thu 17. Mar 2016, 13:48
Re: Pass/Fail criteria to received message
Thank you! I incorporated that.
But I'd like to know if any comparison any be done?
Let's say if I received a message 03 03 04 05 .... and I want to compare the first byte with a fixed value or another byte.. can that be done?
But I'd like to know if any comparison any be done?
Let's say if I received a message 03 03 04 05 .... and I want to compare the first byte with a fixed value or another byte.. can that be done?
Re: Pass/Fail criteria to received message
Hi,
yes, possible. You have to write a macro for such an application.
regards
Michael
yes, possible. You have to write a macro for such an application.
regards
Michael