Hi,
My Test requires that a CAN Signal (i'm transmitting this signal by configuring it MAX in .ncd file) with no.of bits as 56 needs to be configured.i'm able to configure this setting in MAX(it doesn't show an invalid configuration).But when i use this channel(signal) from LABVIEW for transmission, it prompts an error "Maximum no.of bits that can be configured is only 52 for integer channel".(Error code:-1074388547)
Here i'm more curious why the limit is 52?(How this limit is fixed?).Since it's showing limit for integer channel,even i can't change data type to IEEE float(as it takes all 64 bits & i have 2 signals for configuration)
I can reduce no.of bits from 56 to 52.but that will just clear error,but my data also may be truncated.
My signal properties are this:
Signal 1
Channel Name:MSG
Start & length of bits:0 & 2
Data type:unsigned
Signal format: Motorola
Signal 2
Channel Name:DATA
Start & length of bits:56 & 56
Data type:unsigned
Signal format: Motorola
Kindly clarify on the above.
Thanks & Regards
-Murali.