‎09-29-2009 11:53 PM
Hi All,
is it possible to use .dbc data to transmit through NI frame API VI's ?
Regards,
J
‎10-01-2009 05:47 AM
‎10-01-2009 07:09 AM
In my application i have to transmit some CAN messages over CAN bus. All the CAN messages are in .dbc file with all the required information like arbitration id, time stamp etc.
So i have to read those messages from .dbc file & transmit over CAN.
How can i do this ? Kindly guide me.
Regards,
J
‎10-05-2009 07:42 AM
Use the CAN Initialize or CAN Init Start VI in the CAN API in LabVIEW. The filepath input to these VIs accepts .dbc files. You'll find examples in the NI Example Finder that explain how to use the VIs in the CAN palette in detail.
‎10-07-2009 08:07 AM
Hi,
Thanks for the reply.
i am using frame api. Kindly suggest how to read .dbc file by using frame api.
Regards,
J