RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
602
Undelayed
Short List
Command
select_char_set
Function Selects one of the available character sets (exclusively) for the execution of subsequent
mark_text and mark_text_abs.
Call
select_char_set( No )
Parameters
No
Number of the desired character set.
As an unsigned 32-bit value.
Allowed value range: [0…3].
Comments • The selection remains valid until another is encountered.
• The default value (after initialization) is
No
= 0.
• If
No
> 3, then select_char_set is replaced with a list_nop. The current character set
then remains valid (get_last_error return code
RTC6_PARAM_ERROR
).
• A character set change within a mark_text or mark_text_abs is only possible if a
select_char_set is located within a (called) indexed character. The selection
encountered there then applies to all subsequent characters.
• If the selected character set is not (fully) defined, then missing characters are not
marked (with mark_text or mark_text_abs).
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References mark_text, mark_text_abs