06-04-2010 09:06 AM
Hi TCL,
Here is the link for the CAN driver which includes examples for LabVIEW (http://joule.ni.com/nidu/cds/view/p/id/1398/lang/en). Hope this helps. Have a great day!
Best Regards,
Adam G
10-28-2010 01:04 PM
DMC developed a set of J1939 protocol CAN drivers for LabVIEW which are based on the NI-CAN channel API provided by National Instruments (NI). The drivers provide functions at a layer above the base CAN channel API layer, allowing the simultaneous capture of data from both transactional J1939 packets, and broadcast CAN frames using the ease of the Channel API. As far as I know, the only examples provided for J1939 here are based on the frame API, which precludes you from using the channel API with a CAN database on the same port.
10-28-2010 02:08 PM
Correct link for J1939 protocol drivers for LabVIEW which are based on the NI-CAN channel API.