Register
|
Meaning
|
---|---|
CONTROL[1]
|
13 = send Email
|
CONTROL[2]
|
Indicates the email-specific error codes
|
CONTROL[3]
|
Number of words transferred
|
CONTROL[4]
|
Not used
|
CONTROL[5]
|
High byte: slot address of the NOE module or 0xFE for the 140 CPU 651 60
|
Low byte: always 0
|
|
CONTROL[6]
...
CONTROL[9]
|
Not used
|
Register
|
Contents
|
---|---|
DATABUF 1
|
The mail header is the least significant byte with a value of 1, 2, or 3.
|
The most significant byte contains the number (n) of characters in the subject, a value between 0 and 238.
|
|
DATABUF 2
...
DATABUF 119
|
The data (in ASCII format) that will be copied into the Email message.
The first n characters are added to the configured Email subject. The remaining characters (2 * N -2 - n) are part of the message body, where N is the number of words transferred.
|