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 / From file mode
Using the From-file method, serial values are read from the user specified input file(s) and
written serialization data to buffer on specified addresses.
There are two basic kinds of
From-file serialization
depending on format of serialization file
used.
1. "
Classic" From-file mode
- the serialization file has serial values directly included.
Serialization data are then read directly from serialization file to buffer on address specified in
the file. Classic From-file mode is indicated in main window and info window of Pg4uw control
program on panel "Serialization" as "
From-file
" serialization. Description of "classic" From-file
serialization file is listed in "
Classic From-file serialization file format
" chapter.
2.
From-file mode from "playlist" file
- 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. Description of "playlist" serialization file is listed in "
Playlist From-file
serialization file format
" chapter.
There are two user options:
File name
and
Start label
.
File name
File name option specifies the file name from which serial addresses and values will be read.
The input file for From file serialization must have special format, which is described in From
file serialization file format below.
Start label
Start label defines the start label in input file. The reading of serial values from file starts from
defined start label.
Size of serialization file is limited by free disk space. Recommended maximal number of serial
records (items) in one serialization file is 10000 records. More records may cause slower
operation when reading serial number before each device programming cycle.
CLASSIC FROM FILE SERIALIZATION FILE FORMAT
Classic From-file serialization input file has text format. The file includes addresses and
arrays of bytes defining buffer addresses and data to write to buffer. Input file has text type
format, which structure is:
[label
1
] addr
byte
0
byte
1
.. byte
n
...
[label
n
] addr
byte
0
byte
1
.. byte
m
, addr byte
0
byte
1
... byte
k
\___________________/ \__________________/
| |
basic part
optional part
91
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 ...