Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

Batch method to configure MAX channel defaults?

I would like to set all the channel defaults to N/A in MAX so that I'll know when I read valid data.  Is there a quick way to do this without having to open up each channel individually and set the default?  Currently, the defaults are all set to 0.  Also, I notice that the defaults are scaled values rather than raw unscaled data.  So for a two byte channel, I would rather set the default to be 0xFFFF.
Thanks for any feedback.
0 Kudos
Message 1 of 2
(3,674 Views)
Hi,
The channel API works with scaled numeric values, thus there is no way set a default value to N/A or hexFFFF.  If you would like to have hex values or strings you can use the Frame APi to access the raw data directly.
 
DirkW
0 Kudos
Message 2 of 2
(3,656 Views)