11-20-2013 08:50 AM - last edited on 08-12-2024 04:35 PM by Content Cleaner
I am using IDEC PLC and need to connect to LabVIEW. It has Modbus TCP/IP to connect.
Used the following article to create I/O server but in bind shared vaiable it takes a range and that did not work.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x0QgCAI&l=en-US
PLC is the server and LabVIEW is the client.
My question is how to create an object(or shared variable) to access one register from LabVIEW, example to access 1st holding register D0 that has Modbus address of 400001.
Thanks.
11-21-2013 11:02 AM
Hi lvrat,
When you add a range in the "Create Bound Variables" dialog, the data item should only contain one number, and then you can specify how many subsequent numbers to add. See the attached images:
Could you add a screenshot of the way you are adding those variables?