EasyManua.ls Logo

weilei Wellon - Page 35

Default Icon
49 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
______________
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.
From-file serialization file format
From-file serialization input file has text format or words 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:
[label1] addr byte0 byte1 .. byten/
...
[labeln] addr byte0 byte1 .. bytem , addr byte0 byte1 ... bytek/
\__________________/ \_________________/
| |
basic part optional part
Example:
[1] 0007FA 88 89 56 02 AB CD/
[2] 0007FA 02 15 04 FA 08 3C/
[3] 0007FA E0 09 67 0B A0 C0/
[4] 0007FA 68 87 50 02 0B 8D/
[5] 0007FA A8 05 59 34 2B 7D/
[6] 0007FA 33 66 77 37 92 6D , 0006F6 44 11 22 33 99 88 77 66 55 16/
label1labeln - labels
Labels are identifiers for each 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, the required start label
entered by user defines line in input file from which serial values reading starts. In the example file
six serial values with labels "1", "2", ... "6" are defined.
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. In the example, each value is written to buffer at address 7FA.
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. The line with "6" label has also second value definition,
which is written to buffer at address 6F6 and has size 10 bytes, i.e. the last byte of this value will
be written to address 6FF.
addr -
Tianjin Weilei Techonlogy Ltd.
www.weilei.com TEL:022-83945122
FAX:022-83945121 2018-03-08