RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
434
Ctrl Command get_table_para
Function Returns the value of the specified parameter from a currently loaded correction table.
Call
TablePara = get_table_para( TableNo, ParaNo )
Parameters
TableNo
Number of the currently loaded correction table.
As an unsigned 32-bit value.
Allowed values: [1…8]. See also number_of_correction_tables.
ParaNo
Number of the parameter.
As an unsigned 32-bit value.
Allowed values: 0…15. Assignment see Section ”ct5 Correction File Header”,
page 178.
Result Parameter value, see Section ”ct5 Correction File Header”, page 178.
As a 64-bit IEEE floating point value.
Comments • The parameter values can be read out by get_table_para from a currently loaded
correction table and by get_head_para from an assigned correction table and thus
directly incorporated into a user program, see Section ”ct5 Correction File Header”,
page 178.
• If the parameters
TableNo
and
ParaNo
are out of range, then the return value is 0
(get_last_error return code
RTC6_PARAM_ERROR
).
• If no correction table with the specified number has been loaded, then the parameter
values are undefined.
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References –
Ctrl Command get_temperature
Function Returns the current temperature of the RTC6 board.
Call
Temp = get_temperature()
Parameters None.
Result Temperature of the RTC6 board. In degrees Celsius.
As a 64-bit IEEE floating point value.
Comments • Execution of get_temperature takes about 1 ms.
• Continuous readout of the analog voltage (after a read_analog_in call) is delayed by
get_temperature by about 0.1 ms, see Section ”Analog Input Ports”, page 86.
RTC4RTC6 New command.
RTC5RTC6 New command.
Version info Available as of DLL 631, OUT 632.
References –