SET_SMTP dmindex |
Purpose | To set the SMTP address of this PLC's built-in Ethernet port
using the parameters stored in DM[dmindex] to
DM[dmindex+4]. |
Examples | DM[100] = 192 DM[101] = 168 DM[102] = 1 DM[103] = 101 DM[104] = 587 SET_SMTP 100 ' set the SMTP address to 192.168.1.101:587 SETSYSTEM 252,0 ' required for Nano-10 and FMD PLCs RESTART ' power cycle the PLC |
Comments: |
|
See Also | GET_SMTP, SET_DNS, SET_GATEWAY, SET_IPAddr, SET_SUBNET |