From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using J1939 with Labview

I am wondering if anyone has any experience using a CAN Bus J1939 with Labview. The interference I have is a Vector Canboard XL for PCI bus.

It will be used for measuring pressures continually throughout a 200hr test. The measurements will be used for data to be analyzed as well as to shut they system down if unsafe pressures are reached. 

Any guidance and information would be greatly appreciated as I'm unsure if this will even work. Thanks!

0 Kudos
Message 1 of 6
(4,929 Views)

Hey Sam711

 

I think this is what you need:

J1939 Transport Protocol Reference Example

http://www.ni.com/example/31215/en/

 

-Andrea G

National Instruments

Message 2 of 6
(4,874 Views)

Thank-you andmboa7 for getting back to me!

 

I have tried following the attached document you send me but the issue seems to be they are using NI hardware, which makes it easy to find in LabView. Whereas I am using Vector hardware. Can you recommend anyway of getting the Vector Canboard XL to work with LabView?

 

Thank-you

0 Kudos
Message 3 of 6
(4,818 Views)

NI generally doesn't write drivers and APIs for non-NI hardware.  Especially if there is an NI equivalent device that is for sale.  There are Vector drivers written by someone not at NI and they can be found here.  I've taken these drivers and cleaned them up a bit too to more closely mirror XNet.  They can be found here in Part 4 on by blog series on CAN.

 

These drivers wrap the functionality Vector exposes which is basically just for reading and writing raw frames.  You likely can use these function calls, on the J1939 code already linked.  Just replace the calls to read/writing NI CAN frames with reading/writing Vector CAN Frames.

0 Kudos
Message 4 of 6
(4,814 Views)

I have the USB-8473. I just want to read and send very simple j1939 messages.

i' ve installed labview 2017 on a lenova laptop win10. A lot of troubles and errors during installation. I need the frame API and i can't install it. I install ni-can but won't open ncconfigcannet.vi correctly. When i install labview 8.6 it changes in labview2017.

is there somebody who can tell me the succesfull way? For example: install labview 8.6 from this site, install ni-can from here, then install MAX, install this xxxxxxxx.vi

 

please don't tell Things you didn't try. I can install the project on A Windows vista or win10

0 Kudos
Message 5 of 6
(4,709 Views)

Hello,

 

I would recommend posting your question in a new thread since this one has been inactive for over 3 months.  It sounds like you may be having bigger issues associated to you LabVIEW installation so I would address that issue first.

CC
Applications Engineering
National Instruments
http://www.ni.com/support
0 Kudos
Message 6 of 6
(4,687 Views)