RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
421
Ctrl Command get_rtc_version
Function Returns the version number of the FPGA firmware (
RTC6RBF.rbf
) and information about
enabled options of the RTC6 board.
Call
RTCVersion = get_rtc_version()
Result Version number of the FPGA firmware and additional information.
As an unsigned 32-bit value.
Bit #0 (LSB)
…
Bit #7
Version number of the FPGA firmware (
RTC6RBF.rbf
).
Bit #8 = 1: Option Processing-on-the-fly is enabled.
See also Chapter 8.6 ”Processing-on-the-fly”, page 242.
Bit #9 = 1: Option “Second Scan Head Control” is enabled.
See also Section ”2. SCANHEAD Socket Connector”, page 68.
Bit #10 = 1: Option “3D” is enabled.
See also Chapter 8.5.2 ”3D Scan Systems”, page 237.
Bit #11 = 1: Option “LDSA” is enabled (as of DLL 628).
Bit #12 = 1: Option “SCANa“ is enabled (as of DLL 605).
Bit #13 = 1: Option “UFPM“ is enabled (as of DLL 605).
Bit #14 = 1: Option “syncA“ is enabled (as of DLL 607).
Bit #15 Reserved.
Bit #16
…
Bit #23
DSP version number.
Bit #24
…
Bit #31
Subversion number of the FPGA firmware (
RTC6RBF.rbf
).
Comments • The FPGA firmware version numbers are in the range 600…699.
• get_rtc_version
( Bit #0…Bit #7 )
returns values in the range 0…99
(version number – 600).
• The current DSP version number is 3.
• The current FPGA firmware subversion is 0.
• The FPGA firmware version can even be returned after an
RTC6_VERSION_MISMATCH
or
RTC6_ACCESS_DENIED
error. The return value is 0, if no program has yet been loaded.
RTC4RTC6 Unchanged functionality.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References get_hex_version, get_dll_version