Cmd_set_tdf, Cmd_set_uf6_rois, Cmd_set_user_data – GBS Elektronik MCA-527 Firmware Commands User Manual
Page 19

Description of the MCA527 Firmware Commands
MCA Data Setup Commands:
Command name
CMD_SET_TDF
Compatibility
Compatible to the MCA166 command. The command is meaningless for the MCA527. It has only
been retained for compatibility with older software
Execution right
Necessary
Description
The command does nothing. It has only been retained for compatibility with older software
Format
integer
integer
integer
long
integer
Parameter
preamble
command
tdf
0
end flag
Byte string (HEX)
A5
5A
61
00
tdf
l
tdf
h
0
0
0
0
B9
9B
Remarks
The command is meaningless for the current firmware version. Possibly, future firmware will use the
parameter again.
Command name
CMD_SET_UF6_ROIS
Compatibility
Compatible to the MCA166 command.
Execution right
Necessary
Description
The command sets the begin and the end of a ROI used by the other UF6 commands. The name of
the command refers to its original usage.
r:
ROI number (1, 2 or 3)
b:
ROI begin
e:
ROI end
Up to firmware version 14.01: b < e < max. channels number, (e − b) < 512.
Since firmware version 14.02: b < e < max. channels number
If b = 0 and e = 0, the corresponding ROI is reset to “not used”.
Format
integer
integer
integer
integer
integer
integer
Parameter
Preamble
command
r
b
e
end flag
Byte string (HEX)
A5
5A
64
00
r
00
b
l
b
h
e
l
e
h
B9
9B
Command name
CMD_SET_USER_DATA
Compatibility
Compatible to the MCA166 command.
Execution right
Necessary
Description
The command stores any 32 bit value (val) in the MCA memory (256 entries).
e: 0 ... 255
entry number
Format
integer
integer
integer
32 bit
integer
Parameter
preamble
command
e
val
end flag
Byte string (HEX)
A5
5A
57
00
e
00
…
...
...
...
B9
9B
Remarks
See also document “Use of MCA User Data Memory by Specific Applications”.
19