![CAI Networks WebControl PLC Скачать руководство пользователя страница 15](http://html1.mh-extra.com/html/cai-networks/webcontrol-plc/webcontrol-plc_user-manual_3323111015.webp)
WebControl
TM
PLC User Guide Version 3.02.17f
Copyright(c) 2008,-2013 CAI Networks, Inc. 12
3.5 Notification Setup
WebControl
TM
allows up to 8 different email notifications to be send from the PLC
program. Please note the port can be any number, but WebControl current hardware
cannot support SSL enabled email. Certain email servers like Gmail requires use
SSL enabled email client. WebControl does not support that. However, WebControl
does allow sending email out from port other than 25. Most local ISP provides the
non-SSL email server on port other than 25, for example, Yahoo email using port
587. Please contact your local ISP first to find out how to sending out non-SSL
encrypted email. For example, Yahoo email can be used:
SMTP Host = smtp.mail.yahoo.com Port 587
username = your-Yahoo-email-account,
password = your password used
From field = Your Yahoo mail
From firmware 3.02.16, user can specify different email address for different email
notification. So that different email can be send to different person for a different
event.
WebControl 3.02.16 firmware also allow HTTP GET to be used to set the VAR or
output state to another WebControl board, provided the other board does not enable
logic. If the security is concern, please set up allowed host in Network Setup screen.
This HTTP GET feature can also be used to send notification to the remote HTTP
server, given the remote server does have CGI logic to process the HTTP GET sent
from WebControl. User can specify up to 8 different URLs on each board. There are
three fields in each URL. The first field is IP address and port, in the format of
192.168.2.15:81 . The “:” is to separate the IP address and remote HTTP port. There
is no space. It is followed by virtual host name. The URI portion of the URL is a
string leading all the way to the value being set on the WebControl or remote HTTP
server. The last part of the URL is the Base64 encrypted use name and password.
This will allow one WebControl to set value in another WebControl with password
protected. If the other side does not require login, this field can be left blank.
For example, if you want to set a remote WebControl board VAR1 to value 1234, you
simple in the PLC logic calling:
WEBSET URL1 1234
Or