{}

브랜드

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

슈나이더 일렉트릭 코리아 웹사이트에 방문해 주셔서 감사합니다.

슈나이더 일렉트릭 코리아 웹사이트 방문자 분들 모두 환영합니다.

FAQ 검색

Video: Setting up a Read_Var command to have a M340 PLC read data directly from a supported TCP/IP device.

Article available in these languages: 일본어


Open your Unity Project and create a new Ethernet Network


Configure the Ethernet network according to your application. Don't forget to Validate your changes.




Next Link the Network to the correct Ethernet port in the configuration



Next go to Tools and Project Settings



In the Project Settings that the last 3 items in the Data types field are checked off.
This will allow us to directly enter Arrays into our project rather than having to first declare them as variables.



Next add a ADDM block to your program, link the OUT pin to the ADR pin of the Read_Var block, and enter the appropriate String (according to your Network configuration) to the IN pin
Note: The Syntax of the IN parameter of the ADDM block for Ethernet is explained in additional FAQs.

For this Example the Net Link id "Ethernet_1" and the IP address of the TCP/IP device is 192.168.40.11.
Remember that this input is a String so you need ' before and after the text.



Next configure the remaining parameters of the Read_Var block where:

OBJ = String declaring the type of object to read (%MW or %M)
NUM = The starting register address in the slave TCP/IP device of the object type
NB = The # of registers to read
GEST = Array of length 4 where the Management Exchange table for the Read_Var is located
RECP = Array of length NB to where the read information is to be stored.
Note: The Array's are of type INT if declared as variables.



Finally build, download, and run the program

슈나이더 일렉트릭 Korea

자세히 알아보기
제품군
EcoStruxure Control Expert (Unity Pro)Modicon M340
자세히 알아보기
제품군
EcoStruxure Control Expert (Unity Pro)Modicon M340