![Elnec SEEprog User Manual Download Page 110](http://html1.mh-extra.com/html/elnec/seeprog/seeprog_user-manual_2395127110.webp)
ELNEC s. r. o.
•
Be careful to set correct addresses. Address must be defined inside device start and
device end address range. In case of address out of range, warning window appears
and serialization is set to disabled (None).
•
Address for Serialization is always assigned to actual device organization and buffer
organization that control program is using for current device. If the buffer organization is
byte org. (x8), the Serialization Address will be byte address. If the buffer organization is
wider than byte, e.g. 16 bit words (x16), the Serialization Address will be word address.
Example of typical input file for Classic From file serialization:
[nav
1
] A7890 78 89 56 02 AB CD ; comment
1
[nav
2
] A7890 02 02 04 06 08 0A
[nav
3
] A7890 08 09 0A 0B A0 C0 ; comment
2
[nav
4
] A7890 68 87 50 02 0B 8D
[nav
5
] A7890 A8 88 59 02 AB 7D
;next line contains also second definition
[nav
6
] A7890 18 29 36 42 5B 6D , FFFF6 44 11 22 33 99 88 77 66 55 16
; this is last line - end of file
In the example file six serial values with labels „nav1“, „nav2“, ...“nav6“ are defined. Each
value is written to buffer on address $A7890. All values have size 6 bytes. The line with
„nav6“ label has also second value definition, which is written to buffer on address $FFFF6
and has size 10 bytes, i.e. the last byte of this value will be written to address $FFFFF.
Note:
Address for Serialization is always assigned to actual device organization and buffer
organization that control program is using for current device. If the buffer organization is byte
org. (x8), the Serialization Address will be byte address. If the buffer organization is wider
than byte, e.g. 16 bit words (x16), the Serialization Address will be word address.
Device / Device options / Serialization / Playlist From file mode
When you use a
Playlist From-file mode
the serialization file has not serial values directly
included. The file contains name list of external files that contain serialization data.
Serialization data are then read from these external data files, each file means one
serialization step (one device programmed). Playlist From-file mode is indicated in main
window and info window of PG4UW control program on panel "Serialization" as "
From-file-
pl
" serialization.
File format
From-file serialization playlist file includes list of filenames which contain serialization data.
The file format is similar to classic serialization file format. Following file format differences
are for playlist files:
1. the playlist file must have special header at the first no empty line of file. The header is text
line in format
FILETYPE=PG4UW SERIALIZATION PLAYLIST FILE
2. each serial data batch is represented by separate line in format
[label x]
datafilename
labelx
- represents label
110
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...