Finally starting to learn about PLC.
For a simple - send an e-mail every 30 min code, does the following look correct?
Start
callsub periodic
periodic
delay 180000
email EM1
ret
Also, is it possible to specify that Temp and Humidity values should be sent ONLY in message body or Subject (i.e.: is it possible to have variables embedded in e-mail subject field)
Rainer
For a simple - send an e-mail every 30 min code, does the following look correct?
Start
callsub periodic
periodic
delay 180000
email EM1
ret
Also, is it possible to specify that Temp and Humidity values should be sent ONLY in message body or Subject (i.e.: is it possible to have variables embedded in e-mail subject field)
Rainer