Dataman 48Pro User Manual

Page 62

Advertising
background image


\_______________/ \__________________/

|

|

basic

part

optional

part

; Comment


meaning is:

basic part
Basic part defines buffer address and array of bytes to
write to buffer. Basic part must be always defined after
label in line.

optional part
Optional part defines the second array of bytes and buffer
address to write to buffer. One optional part can be defined
after basic part of data.

label1, labeln - labels
Labels are identifiers for each line of input file. They are
used for addressing each line of file. The labels should be
unique. Addressing lines of file means, the required start
label entered by user defines line in input file from which
serial values reading starts.

addr -
Addr defines buffer address to write data following the
address.

byte0..byten, byte0..bytem, byte0..bytek -
Bytes arrays byte0..byten, byte0..bytem and byte0..bytek
are defining data, which are assigned to write to buffer.
Maximum count of bytes in one data field following the
address is 64 bytes. Data bytes are written to buffer from
address addr to addr+n.
The process of writing particular bytes to buffer is:
byte0 to addr
byte1 to addr + 1
byte2 to addr + 2
....
byten to addr + n

Optional part is delimited from the first data part by
character “ , “ (comma) and its structure is the same as in
the first data part, i.e. address and following array of data
bytes.

Characters with special use:

[ ] - labels must be defined inside square brackets

62

Advertising