LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Modbus API

Hi,

I'm new Labview developer. After some hours of training, I developed simple vi to communicate Modbus by serial port with external device. This is simple because I created an array and send it by rs485 (I have usb-rs485 adapter). It works!

I read that there is a modbus library (I open labview example..) and I want use it.

How can I import it in my project?

Thanks in advance.

0 Kudos
Message 1 of 4
(3,105 Views)

Hi Simone,

first of all for using the Modbus API you must have DSC module or RT Module, and you should see the Modbus palette under "Data Communication" palette.

The following KB explains how to use the library: http://www.ni.com/white-paper/7675/en/

 

 

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

Thank you for your reply. I resolved it.

0 Kudos
Message 3 of 4
(3,063 Views)

There is a free Modbus library from NI that doesn't require the DSC module, you can read more about it here: https://forums.ni.com/t5/NI-Labs-Toolkits/LabVIEW-Modbus-API/ta-p/3524019

0 Kudos
Message 4 of 4
(3,051 Views)