RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
721
Ctrl Command set_rtc4_mode
Function Sets RTC4 Compatibility Mode as the current RTC6 DLL operation mode.
Call
set_rtc4_mode()
Comments • RTC4 Compatibility Mode is an optional operation mode of the RTC6 DLL. It has been
made available so that user programs written for the RTC4 can also be processed by
the RTC6 (to a large extent) without needing to modify the programming code.
However, a prerequisite here is that the program can only contain RTC4 commands
that also exist with unchanged functionality as RTC6 commands. In the command
descriptions of this user manual such changes are noted in the “RTC4RTC6” row.
• RTC6 Standard Mode is predefined as the default RTC6 DLL operation mode and can
also be specified subsequently by set_rtc6_mode.
• The current RTC6 DLL operation mode can be queried by get_rtc_mode.
• set_rtc4_mode is available even without explicit access rights to a particular board.
• set_rtc4_mode is not available as a multi-board command.
• The scope of set_rtc4_mode is not board-specific, but rather global to the RTC6 DLL
and all RTC6 boards to which the user program has access rights.
• The board-specific error variables
LastError
and
AccError
(see Chapter 6.8 ”Error
Handling”, page 130) are neither generated nor altered by set_rtc4_mode.
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References get_rtc_mode, set_rtc5_mode, set_rtc6_mode