![Elnec SEEprog User Manual Download Page 109](http://html1.mh-extra.com/html/elnec/seeprog/seeprog_user-manual_2395127109.webp)
PG4UW
; 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.
label
1
, label
n
- 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.
byte
0
..byte
n
, byte
0
..byte
m
, byte
0
..byte
k
-
Bytes arrays byte
0
..byte
n
, byte
0
..byte
m
and byte
0
..byte
k
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:
byte
0
to addr
byte
1
to addr +
1
byte
2
to addr +
2
....
byte
n
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
',' – character which delimiters basic part and optional part of data
‘;’ - the semicolon character means the beginning of a comment. All characters from „;„ to the
end of line are ignored. Comment can be on individual line or in the end of definition line.
Note:
•
Label names can contain all characters except ‘[‘ and ‘]’. The label names are analyzed
as non case sensitive, i.e. character ‘a’ is same as ‘A’, ‘b’ is same as ‘B’ etc..
•
All address and byte number values in input file are hexadecimal.
•
Allowed address value size is from 1 to 4 bytes.
•
Allowed size of data arrays in one line is in range from 1 to 64 bytes. When there are
two data arrays in one line, the sum of their size in bytes can be maximally 80 bytes.
109
Summary of Contents for SEEprog
Page 7: ...Introduction Introduction 7...
Page 12: ...ELNEC s r o Quick Start 12...
Page 15: ...Detailed description Detailed description 15...
Page 16: ...ELNEC s r o BeeHive204 16...
Page 30: ...ELNEC s r o BeeProg2 BeeProg2C BeeProg 30...
Page 45: ...SmartProg2 SmartProg2 45...
Page 54: ...ELNEC s r o MEMprog2 54...
Page 61: ...SEEprog SEEprog 61...
Page 66: ...ELNEC s r o Setup 66...
Page 77: ...PG4UW PG4UW 77...
Page 144: ...ELNEC s r o PG4UWMC 144...
Page 154: ...ELNEC s r o Common notes 154...
Page 168: ...ELNEC s r o Troubleshooting and warranty 168...