DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-288
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
ECOM100 E-mail Setup (ECEMSUP) (IB-712)
ECOM100 EMail Setup, on a leading edge transition, will modify the working copy of the
EMail setup currently in the ECOM100 based on the specified ECOM100#, which corresponds
to a specific unique ECOM100 Configuration (ECOM100) at the top of your program.
The Workspace parameter is an internal, private register used by this IBox and MUST BE
UNIQUE in this one instruction and MUST NOT be used anywhere else in your program.
Either the Success or Error bit parameter will turn on once the command is complete. If there
is an error, the Error Code parameter will report an ECOM100 error code (less than 100), or
a PLC logic error (greater than 1000).
You are limited to approximately 100 characters/bytes of setup data for the entire instruction.
So if needed, you could divide the entire setup across multiple ECEMSUP IBoxes on a field-
by-field basis, for example do the Carbon Copy (cc:) field in one ECEMSUP IBox and the
remaining setup parameters in another.
In order for this ECOM100 IBox to function, you must turn ON dip switch 7 on the
ECOM100 circuit board.
ECEMSUP Parameters
• ECOM100#: this is a logical number associated with this specific ECOM100 module in the specified
slot. All other ECxxxx IBoxes that need to reference this ECOM100 module must reference this
logical number
• Workspace: specifies a V-memory location that will be used by the instruction
• Success: specifies a bit that will turn on once the request is completed successfully
• Error: specifies a bit that will turn on if the instruction is not successfully completed
• Error Code: specifies the location where the Error Code will be written
• SMTP Server IP Addr: optional parameter that specifies the IP Address of the SMTP Server on the
ECOM100’s network
• Sender Name: optional parameter that specifies the sender name that will appear in the “From:” field
to those who receive the e-mail
• Sender EMail: optional parameter that specifies the sender EMail address that will appear in the
“From:” field to those who receive the e-mail
DS
Used
HPP
N/A
You may pick and choose any or all fields to be
modified using this instruction. Note that these
changes are cumulative: if you execute multiple
ECOM100 EMail Setup IBoxes, then all of the
changes are made in the order they are executed. Also
note that you can restore the original ECOM100
EMail Setup that is stored in the ECOM100 to
the working copy by using the ECOM100 Restore
Default EMail Setup (ECEMRDS) IBox.