How Do I Communicate with the Modbus Demo Box?Hardware: Industrial Communications>>Fieldbus
Problem: I cannot find the appropriate settings for communicating with the MODBUS demo box. What are the serial port settings and RTU address for the box? Which type of serial cable do I use? How can I verify the connection? Solution: The Modbus demo box responds to the following serial port settings:
The available addresses are listed on the demo box. The LED that is labeled 1 is register 1, the POT labeled 40001 is register 40001, etc. The demo box works with a straight through serial cable. The easiest way to communicate with the Modbus demo box is using the DSC Module. If you do not have access to the DSC Module, you can use the LabVIEW Modbus library. If you choose to implement your own Modbus Application Programming Interface, you may find the Modbus technical specification useful. The following instructions will allow you to communicate with the MODBUS demo box using LabVIEW with DSC. From the LabVIEW Project Navigator, right-click My Computer » New » I/O Server.
Select Modbus from the list of I/O Servers. Select Modbus Serial from the Model drop-down, and ensure the Communication Settings match the settings for the MODBUS demo box as provided above.
After saving the library, right-click it and select Create Bound Variables... Expand the project until you see the Modbus library items. Highlight the single-bit coil register range 000001-065535 and click Add range.
You may now change the variable properties of the register(s). Click Done without making changes. The DSC Module adds one network published shared variable per item created. You may now use these variables to program as you normally would in LabVIEW. In this example, we write the value of a switch on the demo box to an indicator.
Related Links: KnowledgeBase 3GLDMSIT: What is the Difference Between Null Modem and Straight Through Serial Cables? MODBUS over Serial Line: Specification & Implementation guide V1.0 Attachments:
Report Date: 03/23/2001 Last Updated: 05/15/2009 Document ID: 27METCF6 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||




