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