GET_IPAddr dmindex |
Purpose | To return the IP address of this PLC's built-in Ethernet port and store each '.' separated valued and the port number in DM[dmindex] to DM[dmindex+4]. |
Examples | GET_IPAddr 100    'Return the IP address and port Assuming the IP address stored in the PLC is 192.168.1.101 and the port number is 9080: DM[100] = 192
|
Comments: |
|
See Also | SET_IPAddr, GET_DNS, GET_GATEWAY, GET_SMTP, GET_SUBNET |