User manual
Tamarisk
®
320
Software ICD
16
3 0x00 Parameters length.
4 Checksum Frame check sequence.
Response Format:
Table 17 – Data Transfer Abort Response Format
Byte Value Description
1 0x01 Start of message.
2 0x02 ACK response
3 0x02 Parameters length.
4, 5 0x0043 Data Transfer Abort command ID.
6 Checksum Frame check sequence.
2.6.2 Non-volatile Camera System Information.
There is information contained in the non-volatile memory that some customers may desire
to use for their products, such as camera part numbers and serial numbers. This information
is downloadable and parsable based on the information in Table 18. The Data Transfer
Download Setup Command (0x73) is used to download this information. To download the
data shown in Table 18 the user would write the following serial command to the camera:
0x01 0x73 0x0a 0x00 0x00 0x00 0x01 0x00 0x01 0x00 0x1a 0x00 0x00 0x66
Table 18 – TIM Manufacturing Information
Item Length (in bytes) Conversion from raw bytes
Mfg date information 2 Year = int(data[0]) * 256 + int(data[1])
Mfg date information 1 Month = int(data[2])
Mfg date information 1 Day = int(data[3])
Mfg date information 2 Year = int(data[4]) * 256 + int(data[5])
Mfg date information 1 Month = int(data[6])
Mfg date information 1 Day = int(data[7])
Mfg date information 2 Year = int(data[8]) * 256 + int(data[9])
Mfg date information 1 Month = int(data[10])
Mfg date information 1 Day = int(data[11])
Mfg calibration information 6 Chamber = string(data[12:17])
Mfg calibration information 6 Position = string(data[18:23])
Mfg calibration information 10 Version = string(data[24:33])
Mfg software information 10 Version = string(data[34:43])
Mfg software information 10 Version = string(data[44:53])
Module Part Number 20 Part Number = string(data[54:73])
Module Serial Number 20 Serial Number = string(data[74:93])