LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

for CANbus, MODbus,MOST, PCI, do we need extra packet?

Hello every1!
I need to know that LabVIEW support the following interfaces without buying extra module or not?
MODbus, CANbus, MOST, PCI, PLC ?
0 Kudos
Message 1 of 4
(2,573 Views)
Most of the time it is not a question of 'will LabVIEW support it', it is more like 'does the PC support it'.
 
It is very easy to write code to interface to machinery in LabVIEW, most of the devices listed above are serial based and will require the PC having a serial posrt (RS232 or maybe RS485). Different PLCs have different interfaces but again many are serial.
 
ssk
0 Kudos
Message 2 of 4
(2,569 Views)

I aabsolutley agree with ssk, but want to add some detail:

You can install the VISA-driver (you can either download it for free from the NI Website, or just install the driver CD that comes togehter with LabVIEW), to communicate via the serial port. So this will be good for RS 232 and 485.

If you want to communicate with a CAN or MOST device, you will need an interface-board. NI provides CAN-Interfaces, and ships free drivers for LabVIEW with these devices.

For the MOST bus, you would have to find a vendor, that overs an interface board. Depending on the vendor, you might geht LabVIEW VIs or a Windows-driver. If the second is true, you can call this windows-driver from laBVIEw via the driver dll.

The same is true for PCI: You can access the PCI bus on register level via VISA as well, but normally you will have a windows-driver for your PCI-board, and can use this driver directly from laBVIEW via calls to the driver-DLL.

Concerning PLCs, as they use different communication to your PC (ethernet, profibus, etc.) it depends. Most PLCs will have an OPC-Server that you install on your computer to access your PLC. You can communicate directly with this OPC-Server from LabVIEW.

 

Hope this helps!

André

 

0 Kudos
Message 3 of 4
(2,547 Views)

http://www.ni.com/comm/

Best regards
Siva
sivamgr@gmail.com
0 Kudos
Message 4 of 4
(2,516 Views)