User manual
Tamarisk
®
320
Software ICD
66
Table 118 – Non-Volatile Parameters Get ACK Response Format
Byte Value Description
1 0x01 Start of message.
2 0x02 ACK Response
3 0x02 Parameters length.
4, 5 0x00B5 Non-volatile parameters get command ID.
6 checksum Frame check sequence.
3.5.3 Non-Volatile Parameters Set – 0xB0
Description: Set a non-volatile parameter. The parameter will effect camera operation
immediately – it is not necessary to cycle the TIM’s power. Please note:
1. This command causes one or more sectors of flash memory on the TIM to be erased
and reprogrammed. See general notes on command timing.
2. If flash is successfully reprogrammed, this command results in an ACK message.
3. If flash programming fails, this command results in an ERR response containing an
informative string.
Command Format:
Table 119 – Non-Volatile Parameters Set Command Format
Byte Value Description
1 0x01 Start of message.
2 0xB0 Non-volatile parameters set command ID.
3 0x04 Parameters length.
4, 5 Unsigned integer Non-volatile parameter ID.
6, 7 Unsigned integer New non-volatile parameter value.
8 checksum Frame check sequence.
Parameter Value size and content are dependent on parameter ID. Two types are common:
♦ Boolean – a 16-bit unsigned integer where:
• 0 = disabled
• 1 = enabled.
♦ Unsigned integer – a 16-bit value whose range is parameter specific.
♦ Response Format: