Jump to content

HMI Email Setting Limitations


kellys

Recommended Posts

Is there any way to allow a user to change email server, username, password, etc within the HMI, without requiring the changes to be done in Unilogic?

 

I have been using a gmail account, but whenever I'm forced to change a password online the PLC is no longer able to send emails without first making the changes in Unilogic and then updating the PLC.

 

Ideally all of the email account settings including adding a new email account should be able to be configured within the HMI so that this would not be an issue.

 

Also is there any way to remove the requirement for the outgoing Mail Server to end with ".com"? Lots of internal email relays do not end with a .com and this prevents their use.

 

Another requirement that is limiting is the use of an email password.

 

I understand these requirements are put in place to help prevent from someone making a mistake, but unfortunately this severly limits situations where these can't be used.

 

Thanks!

Link to comment
Share on other sites

  • 2 months later...
  • 2 weeks later...
  • 4 years later...

This is actually being done differently.

Since version 1.25, there is a Ladder Element called Load Config - .ini from SD

It allows creating an INI file with multiple settings, which let you config email accounts, FTP Client and server, IP Settings of the Panel, etc.

Then the config stored in the SD, and loaded to PLC.

 

This is done in order to allow changing a lot of settings in one shot, allow configuring PLCs 1 after the other by placing the SD card in them and loading the file (or storing the ini file in the SD by any other mean, like FTP), and then loading it, and it is also suitable for PLCs without Panel (Like the USC models).

 

From help file (LF: SD File Functions)

File Syntax Example

Note that file begins with version 100.

[Version=100]

[EMAIL_ACCOUNTS:Account1]

UserName=fyodordostoyevsky

[EMAIL_ACCOUNTS:Account1]

OutgoingServerSettings=fedya.man.dd:1

[FTP_CLIENT:FTP Client1]

UserName=PrinceMyshkin

[FTP_CLIENT:FTP Client1]

Password=lee1987WWWnEW1

[FTP_CLIENT:dimanewclient]

Password=lee1987WWW

[FTP_CLIENT:dimarnewclient]

Port=1212

[FTP_CLIENT:dimanewclient]

RemoteIp=10.1.30.252

[FTP_SERVER:FTP Server1]

Password=fF1s3New1

[FTP_SERVER:FTP Server1]

Port=23

 

Function

Editable Parameters

Email Accounts

User Name, Password, Outgoing Server Settings, From

FTP Client

User Name, Password, Port, Remote IP

FTP Server

User Name, Password, Port, Read Only

FTP RAM Server

User Name, Password, Port

Network Panel

IP Address, Subnet Mask, Default Gateway

COM Modbus

Baud Rate, Data Bit, Parity Bit, Stop Bit
Legal values:

BaudRate values: 1200/2400/4800/9600/19200/38400/57600/115200

DataBit values:8/7/6/5

ParityBit values: N,E,O

StopBit values: 1,2

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.