02-02-2009 12:16 PM
With newer versions of NI-CAN available, is it possible to have two CAN objects with the same arbitration ID?
One would be set up for periodic transmit with it's own set of data bytes, the 2nd would be a Transmit by call object with the data changing each call.
Thanks
02-02-2009 08:00 PM
Hi jjohannsen,
The number-of-objects-per-ID restriction is still the same. So newer versions of NI-CAN won't help you with that.
However, you can still create a CAN object for you periodic transmissions and then transmit via the Network Interface the event-based data. Woul that not solve your problem?
-B2k
02-03-2009 08:00 AM
Good idea, I will try it
Thanks