Hello, is there a way to apply bit masks in non-compound messages while transmitting (like while receiving)? I am attempting to use a C185 to gateway OEM CAN signals from one bus to another in order to supply all the necessary signals, checksums, and counters to a OEM module. I am able to get all of the signals, perform all of the calclations, etc. but I am having trouble correctly packing the signals into the approperiate CAN messages due to the message format (multiple 2,3,12,and 16 bit signals in one message).
It looks like bit masking can be done with the compound message tool on the transmit side, but is there a way to use this tool without sending a signal ID?
Thanks in advance!
Matt Johnson