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:
[nav1] A7890 78 89 56 02 AB CD ; comment1
[nav2] A7890 02 02 04 06 08 0A
[nav3] A7890 08 09 0A 0B A0 C0 ; comment2
[nav4] A7890 68 87 50 02 0B 8D
[nav5] A7890 A8 88 59 02 AB 7D
;next line contains also second definition
[nav6] 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.
PLAYLIST FROM FILE 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
Labels are identifiers for each no-empty line of input file. They are used for addressing each
line of file. The labels should be unique within the file. Addressing lines of file means, that the
required start label entered by user defines line in input file from which serial values reading
starts.
datafilename - defines name of data file, which contains serialization data. When serialization
requires new serial value, the data file will be loaded by standard Pg4uw "Load file"
93
Summary of Contents for 844USB
Page 7: ...Introduction 7 ...
Page 12: ...Quick Start 12 ...
Page 15: ...Detailed description 15 ...
Page 16: ...859 16 ...
Page 28: ...866B 28 ...
Page 41: ...844USB 41 ...
Page 50: ...848A 50 ...
Page 56: ...Setup 56 ...
Page 67: ...Pg4uw 67 ...
Page 117: ...Pg4uwMC 117 ...
Page 127: ...Common notes 127 ...
Page 134: ...Troubleshooting and warranty 134 ...