SET_SUBNET dmindex |
Purpose | To set the SUBNET address of this PLC's built-in Ethernet port
using the parameters stored in DM[dmindex] to
DM[dmindex+3]. |
Examples | DM[100] = 255 DM[101] = 255 DM[102] = 255 DM[103] = 0 SET_SUBNET 100 ' set the SUBNET address to 255.255.255.0 SETSYSTEM 252,0 ' required for Nano-10 and FMD PLCs RESTART ' power cycle the PLC
|
Comments: |
|
See Also | GET_SUBNET, SET_DNS, SET_GATEWAY, SET_SMTP, SET_IPAddr |