WAGO PLC Communication to Web Server

musman

Member
Join Date
Nov 2014
Location
Munich
Posts
20
Hello, I am new in the field of PLC. Currently,i am using WAGO PLC 750-352 and I want to send digital data from my plc to server which is installed in my company. Can someone tell me what steps should I have taken to do this task?
 
a 352 has no controller and is only used to put the input and output to memory banks.
so you will need a way to get your data in.
 
The 750-352 is an Ethernet Coupler. You can communicate with it using several different protocols but the best one for you would be ModbusTCP. You will need a ModbusTCP driver on your server. Several OPC servers are out there such as KEPWare and Matrikon. Data from the coupler is retrieved as follows:
000001-> Digital Outputs
100001-> Digital Inputs
400001-> Analog Ouputs
300001-> Analog Inputs

For example the 5th point on the 1st Digital input module will be addressed as 100005.

Hope this helps.

Good Luck,

Yosi
 

Similar Topics

hi guys, I have to write a program to trigger and receive data from a barcode reader via an RS485 module plugged on Wago PFC 200. Does anyone know...
Replies
6
Views
2,738
I have a project to setup base programs across multiple PLC platforms that can be used for Modbus communications to various sensors that have...
Replies
0
Views
125
Does anyone has and wants to sell wago plc used or new. It's very difficult to find any wago plc and the estimate time from any site is around...
Replies
0
Views
539
I am having the shop guys load the wago plcs that we are shipping w/ the .img file via the plc built in web page. It appears as if most everything...
Replies
0
Views
723
Hi all, I'm trying to connect my WAGO PLC to multiple databases. It is currently connected to a single MySQL database using the library...
Replies
0
Views
925
Back
Top Bottom