{}

Impact-Company-Logo-English Black-01-177x54
Share Price 
Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric corporate Website

Search FAQs

A simple example of a READ_VAR application for an M340 or M580 PLC

Issue
Simple example of READ_VAR Ethernet communication for M340 or M580 PLC.

The Ethernet communications can be difficult to program using Unity, since they vary from PAC family to family. This is one of a series of example applications that presents each function block in a working version for the user to build on.


Product Line
M580
M340


Resolution
The attached application read_var.zef will write ten registers to another device. (The code for a server M340 is also attached. The M580 setup is similar).

The application consists of two sections, The first is an ST section in which variables are initialized. The second section, which is the example proper is a LD section which simply uses an ADDM block to feed the address to the READ_VAR function block. The main area of difficulty is the formatting of the address.

See the help in Unity Pro. In this example the format ‘NETWORK{SERVERIP.EN_US}’ is used; where NETWORK is the name given to the network associated with the client device (sender), and SERVERIP is the IP address of the server (target). In the example the IP address of the client is 192.168.1.23, The IP of the server is 192.168.1.30. These should be changed to suit your own addressing scheme. The application is annotated and should provide a start for the user of the READ_VAR block.

Schneider Electric Global

Attachment(s)

read_var.zipread_var.zip [78.85 KB]
Explore more
Explore more
Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.