Emerson PMT1 Manuel D’Utilisation

Page de 128
Monitor:
 Remote Host Commands
10002367-02
PmT1 and PmE1 User’s Manual
8-25
S1-S2-and S3-records (Data Records)
S1nnaaaad1d2d3...dncs
S2nnaaaaaad1d2d3...dncs
S3nnaaaaaaaad1d2d3...dncs
Where:
These are data records. They differ only in that S1-records have 16-bit addresses, S2-
records have 24-bit addresses, and S3-records have 32-bit addresses.
Example:
=>S10801A00030FFDC95B6
In this example, the bytes 00
16
, 30
16
, FF
16
, DC
16
, and 95
16
 are loaded into memory starting 
at address 01A0
16
.
=>S30B30000000FFFF5555AAAAD3
In this example, the bytes FF
16
, FF
16
, 55
16
, 55
16
, AA
16
, and AA
16
 are loaded into memory 
starting at address 3000,0000
16
. Note that this address requires an S3-record because the 
address is too big to fit into the address range of an S1-record or S2-record.
S5-records (Data Count Records)
S5nnd1d2d3...dncs
Where:
S5-records are optional. When they are used, there can be only one per file. If an S5-record 
is included, it is a count of the S1-, S2-, and S3-records in the file. Other types of records are 
not counted in the S5-record.
Example:
=>S5030343B6
In this example, the number of bytes is 3, the checksum is B6
16
, and the count of the S1-
records, S2-records, and S3-records in the file is 343
16
.
S1
indicates the record type
nn
is the count of data and checksum bytes
a...a
are the data bytes
cs
is the checksum
S5
indicates the record type
nn
is the count of data and checksum bytes
d1...dn
are the data bytes
cs
is the checksum