DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-281
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
ECEMAIL 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
• To: specifies an E-mail address that the message will be sent to
• Subject: subject of the e-mail message
• Body: supports what the PRINT and VPRINT instructions support for text and embedded variables,
allowing you to embed real-time data in the EMail message
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
To:
Text
Subject:
Text
Body:
See PRINT and VPRINT instructions