CVs 107 and 108 are treated as 16-bit big-endian values.
Calculation: CV107*256 + CV108
CVs 109-110 should be used for the extended firmware version if CV7 is not sufficient.
The hardware ID of the decoder should be stored in CV111.
The IDs start at 256 to avoid confusion with the IDs in CV8.
The type ‘int’ is defined as a 16bit-little-endian value. Therefore CV 108 is first in the group.
<ct:cvGroup type="int" mode="ro"> <ct:cv number="108" type="byte" mode="ro"/> <ct:cv number="107" type="byte" mode="ro"/> </ct:cvGroup>
<ct:cvGroup type="int" mode="ro"> <ct:cv number="908" type="byte" mode="ro"/> <ct:cv number="907" type="byte" mode="ro"/> </ct:cvGroup>