Examples of valid station IDs for CODESYS devices
- Last UpdatedSep 02, 2024
- 2 minute read
|
Example |
Description |
|
192.168.1.10:0A56 |
Connects to a CODESYS V3.x device at hexadecimal address 0A56, via a CODESYS Gateway server running at IP address 192.168.1.10 on default port 1217 |
|
127.0.0.1:0A56 |
Connects to a CODESYS V3.x device at hexadecimal address 0A56, via a CODESYS Gateway server running at localhost on default port 1217 |
|
0A56:1480 |
Connects to a CODESYS V3.x device at hexadecimal address 0A56, via a CODESYS Gateway server running at localhost on port 1480 |
|
MY-DEVICE-10:1480 |
Connects to a CODESYS V3.x device named "MY-DEVICE-10", via a CODESYS Gateway server running at localhost on port 1480 |
|
192.168.1.10:0A56:1480 |
Connects to a CODESYS V3.x device at hexadecimal address 0A56, via a CODESYS Gateway server running at IP address 192.168.1.10 on port 1480 |
|
192.168.1.10:TCP,192.168.1.50 |
Connects to a CODESYS V2.x device at IP address 192.168.1.50 on default port 1200, using L4 protocol, via a CODESYS Gateway server running at IP address 192.168.1.10 |
|
192.168.1.10:TCP,192.168.1.50:1201,L2 |
Connects to a CODESYS V2.x device at IP address 192.168.1.50 on port 1201, using L2 protocol, via a CODESYS Gateway server running at IP address 192.168.1.10 |
|
TCP, ,L2 |
Connects to a CODESYS V2.x device at localhost on default port 1200, using L2 protocol over ARTI |
|
TCP,192.168.0.50 |
Connects to a CODESYS V2.x device at IP address 192.168.1.50 on default port 1200, using L4 protocol over ARTI. |
|
ARTI3,MY_PLC_NAME |
Connects to a CODESYS V3.x device named "MY_PLC_NAME", using ARTI3 |
|
SIM,C:\A\File.xml |
Connects to a CODESYS V2.x device in simulation mode, as specified in the CODESYS symbol file located at C:\A\File.xml.. |
|
CFILE,.\A\File.ini,PLC:PLCWinNT |
Connects to the Runtime using the configuration in the file located in a sub-directory A which is inside the application folder. The connection is established using the configuration in section [PLC:PLCWinNT] inside the file. |