LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

canopen hardware

Hello friends ,

 

I am new to CAN ,

 

my query is is there any USB CAN analogus to NI 9881..Smiley Surprised

0 Kudos
Message 1 of 6
(3,781 Views)

Chintamani17

 

Currently NI does not offer an USB based CANopen device. 

There is a PCI-8531 CANopen card if you have a desktop PC with a free PCI slot.

 

 

Hope this helps

0 Kudos
Message 2 of 6
(3,757 Views)

can anyone tell me that NI 9881 crio CANopen module ,

 

can be programmed in which layer ,

 

FPGA ?  or  RT ? or  HOST ?

0 Kudos
Message 3 of 6
(3,687 Views)

You can program NI 9881 on the host side. NI 9881 communicates over FPGA but FPGA API is not available for programming. 

 

You can download CANopen driver and look at CANopen for cRIO example to see how it's setup. 

 

http://www.ni.com/download/ni-industrial-communications-for-canopen-15.0/5438/en/

*I am assuming you already have LabVIEW RT, LabVIEW FPGA and RIO driver on your PC.

 

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

Hello friends,

 

can any one tell me how to write raw frame in ni xnet,

 

I have the hardware as ;

 

cDAQ 9178

 

Ni XNET module 9862

 

I have used the bus monitor to read and transmitt the CAN signal but how to implemwnt the same in vi,

 

In examples I have seen the CAN raw frame Input as well as Output vi,

 

my question is I need to put in ; 1  identifier : 0x180

                                                          2  Payload length ; 2

                                                          3  Payload ; 0x80, 0x0D.

 

if i put the data in vi it says insufficient data...

0 Kudos
Message 5 of 6
(3,558 Views)

I'd recommend checking out some of the examples found in Help >> Find Examples.  There are tons of examples on XNet for doing all kinds of things.  The XNet API can be a bit complicated to use at first, but that's because it has so much flexibility.  

 

Not that you won't find help here, but you might find answers to more specific questions over on the Automotive subforum.  

0 Kudos
Message 6 of 6
(3,506 Views)