EasyManua.ls Logo

weilei Wellon - Page 36

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...
______________
Addr defines buffer address to write data following the address.
byte0..byten, byte0..bytem, byte0..bytek -
Bytes arrays byte0..byten, byte0..bytem and byte0..bytek 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:
byte0 to addr for example: 88 to 7FA
byte1 to addr + 1 89 to 7FB
byte2 to addr + 2 56 to 7FC
.... .
byten to addr + n CD to 7FF
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
'/' – character which is the label of end of a line
Notes:
- Label names can contain continuous numbers.It’s better to define the labels from 1 to 10000.
- All address and byte number values in input file are hexadecimal.
- Allowed address value size is from 1 to 6 bits.
- 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.
- 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, the other serialization data will be missing.
- 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.
User defines (dll)
If user defines, a config file and source program (in the folder which named “user auto” under
WELLON directory) is required. In the VC++ environment revise and create the file “userauto.dll”,
and use it to replace the same name file in the WELLON directory.
Tianjin Weilei Techonlogy Ltd.
www.weilei.com TEL:022-83945122
FAX:022-83945121 2018-03-08