04-30-2006 03:49 PM
I have LabView 8 and a Watlow Series PD Ehternet-Enabled Temperature/Process controller that is capable of being used with a higher order controller using either Modbus tcp or ethernet-ip protocols. The Watlow users manual has provided me with all the low level information I should need (ip address, tag addresses, and data format). Is their a Modbus library for LabView 8 and do you have any examples for the library or hopefully for this Watlow device. As an alternative should I use the Ethernet-ip protocols?
04-30-2006 04:05 PM
As far as I know, there is a built in Modbus library for LV 8.0 (it might come only with the DSC module). Even if there isn't, a simple search of the site should lead you to an older library, but from my quick look at it it didn't seem to be entirely developed. There are some other modbus library which can be found on the net.
If you want improved performance, I'm fairly sure that writing a limited implementation of the TCP protocol would be the way to go, but that might not necessarily be a trivial task. If you only want to send and receive simple commands, this shouldn't be a real problem, but anything more complex will require properly designing a driver. Normally this would be implemented using the TCP functions, the string functions and potentially the VIs in the Data Manipulation palette. You should be able to find example for these in the example finder.
05-01-2006
03:59 PM
- last edited on
04-12-2024
06:21 PM
by
Content Cleaner
The LabVIEW 8.0 DSC Module does have built-in support for Modbus I/O Servers:
05-02-2006
11:26 AM
- last edited on
04-12-2024
06:21 PM
by
Content Cleaner
HelloGary,
The Modbus LabVIEW Library should work fine in LabVIEW 8.0. Although it was created in LabVIEW 7.1, opening it in LabVIEW 8.0 will upgrade the LabVIEW VIs to 8.0. Although it has not been officially tested in version 8.0, it has been known to work. This link will take you to the download page if needed. Have a great day!
Chris R.
Applications Engineer
National Instruments
05-02-2006
12:05 PM
- last edited on
04-12-2024
06:22 PM
by
Content Cleaner
@Chris_R. wrote:
The Modbus LabVIEW Library should work fine in LabVIEW 8.0. ...
it has not been officially tested in version 8.0
There used to be an issue where you couldn't use that download on a 7.0 machine because it's an MSI installer and it ran only on a PC with 7.1 and only backsaving allowed using the library. Did you check to see that the installer runs fine on 8.0?
05-02-2006 03:28 PM
05-03-2006 12:00 AM
For some reason, the files didn't attach. Here they are.
Chris R.