DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-285
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
ECOM100 Restore Default E-mail Setup (ECEMRDS) (IB-713)
ECOM100 Restore Default EMail Setup, on a leading edge transition, will restore the original
EMail Setup data stored in the ECOM100 back to the working copy based on the specified
ECOM100#, which corresponds to a specific unique ECOM100 Configuration (ECOM100)
at the top of 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).
In order for this ECOM100 IBox to function, you must turn ON dip switch 7 on the
ECOM100 circuit board.
ECEMRDS 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
DS
Used
HPP
N/A
Parameter
DL06 Range
ECOM100#
K
K0-255
Workspace
V
See DL06 V-memory map - Data Words
Success
X,Y,C,GX,GY,B
See DL06 V-memory map
Error
X,Y,C,GX,GY,B
See DL06 V-memory map
Error Code
V
See DL06 V-memory map - Data Words
When the ECOM100 is first powered up, it
copies the EMail setup data stored in ROM to
the working copy in RAM. You can then modify
this working copy from your program using the
ECOM100 EMail Setup (ECEMSUP) IBox.
After modifying the working copy, you can later
restore the original setup data via your program by
using this IBox.
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.