11-11-2003 08:06 AM
11-11-2003 08:29 AM
11-11-2003 12:58 PM
04-26-2007 09:49 PM
MAX supports J1939 protocal.But I can not send data greater than 8 bytes.How can I resolve it?
Thanks for the help.
Lujuan
04-30-2007 09:37 AM
10-28-2010 01:34 PM
NI has an example provided for J1939 here somewhere that is an example of using the transport protocol defined in J1939 to send or recieve data longer than 8 bytes. The example is based on the frame API, which precludes you from using the channel API with a CAN database on the same port.
DMC recently developed a set of J1939 protocol drivers for LabVIEW which are based on the NI-CAN channel API. The drivers are written in LabVIEW just like the example, but provide functions at a layer above the base CAN channel API layer. This allows the simultaneous capture of data from both J1939 packets which are simple broadcast CAN frames, or more complex transport using BAM, including extended data frames.