Take variable in PLC A to PLC B

niceday86

Member
Join Date
Apr 2014
Location
Hue
Posts
6
Hi everyone!
I have two PLC (schneider CPU 67160 type) connect with together by TCP/IP Modbus network (140NOE771 module). i want take a variable in PLC A to PLC B. But i can't carry out. Can you help me how to take?
Thank you!
 
Are you trying to use read_var or write_var? You'll need topological addressing enabled in the target PLC so you can read / write standard modbus holding registers or coils.

You need to elaborate on what is not working. Does your code compile? Are you getting an error being returned? The example in the help file is not too bad for these instructions.

Upload a screenshot of your code, or zip the STU file if it's not very big so we can see what you've done so far.
 
Can you give me some example the same this.I don't understand about communication in modbus TCP/IP network. This is file of contract write for my company. i want take some variable in this file to write for my project.
 

Similar Topics

Hello all, I am currently running a program from an S7-1200 and I am using TIA Portal v17. I have created a user-defined web page to eliminate...
Replies
1
Views
1,548
I'm new in PLC programming. I have a small project which have 12 temperature sensor. How I should declare the variable for this 12 sensor. I...
Replies
4
Views
2,441
I'm new in PLC programming. I have a small project which have 15 temperature sensor. How I should declare the variable for this 15 sensor. I...
Replies
3
Views
1,914
Hello, I have a variable that contains the velocity value. I have to store the velocity value in each PLC cycle and have to do further...
Replies
16
Views
5,125
I am currently trying to integrate a Red Lion G3 display with a Wago 750-881 PLC. I have the bulk of the screens fleshed out, and I have most of...
Replies
0
Views
1,836
Back
Top Bottom