Ethernet Communications with Wago 750-841

smithdmn

Member
Join Date
Sep 2004
Location
Eden Prairie, MN
Posts
2
Good day all - I need some help with a project that uses a Wago 750-841 as a PLC to control digital I/O and also runs some PID loops with a PC acting as a supervisor/setpoint generator. I can hande the PLC side of the code but I need some assistance with the ethernet communications between the PC and the 750-841. Our current plan is to implement a command/response type of interface between the PC and 750-841 so I need to know more about how to do that. If anyone can provide some insight please respond.
 
I can help you.
You can do that with OPC servers or
with any Scada program with modbus tcp
drivers.
You must map yours variabels in PLC
code with AT %MWx for word and %MDx
for real.
The range is 24kbyte.
 
Moin all,
don't know how you program your PC. If you use C/C++ or Basic you could open a TCP socket and send/receive MODBUS/TCP datagrams. Works fine, is faster and less CPU load.
 

Similar Topics

Hello, I've got a project where I need to get information from two ABB ACS880 VFDs onto the plant operator's screen (or alternatively, onto...
Replies
23
Views
2,574
Hey everyone! So I'm trying to get different data from my Eaton DG1 VFD to my studio project. So far my research has led me to something called...
Replies
10
Views
1,529
We have a cell that was done by an integrator. It has lots of intermittent comms issues that sometimes are minor and sometimes doesn't allow you...
Replies
5
Views
1,280
Hey everyone, working with an ABB drive for the first time, and I've found the sample programming that ABB provides for communicating with a...
Replies
11
Views
4,277
Anyone ever set up communications like this? Trying to assist a plc instructor with making a lab up for a local junior college. They have both...
Replies
5
Views
4,340
Back
Top Bottom