RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
594
Ctrl Command restart_list
Function Reenables Signals for “Laser Active” Operation and resumes execution of a list that has
been interrupted by pause_list or stop_list.
Call
restart_list()
Comments • restart_list is only executed, if a list has been previously halted by pause_list or
stop_list and if the BUSY list execution status and PAUSED list execution status
(queryable with get_status) are set. Otherwise (for example, if a list has been halted
by set_wait), restart_list is ignored (get_last_error return code
RTC6_BUSY
).
• restart_list resets the PAUSED list execution status. The BUSY list execution status is
left unchanged.
• In general, an interrupted marking cannot be continued without a disruption in the
marking result.
RTC4RTC6 Basically unchanged functionality. However:
Additional PAUSED list execution status that is set with pause_list and stop_list and reset
with restart_list.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References pause_list, stop_list, release_wait
Ctrl Command rs232_config
Function Configures the RS-232 interface for the specified baud rate.
Call
rs232_config( BaudRate )
Parameters
BaudRate
Baud rate.
As an unsigned 32-bit value.
Allowed value range: [160 Bd…12.8 MBd].
Comments • See also Chapter 4.6.5 ”RS232 Socket Connector”, page 83.
• rs232_config is synonymous with uart_config. However, rs232_config has no result.
• < DLL 611: value range [300 Bd…+115.200 Bd].
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
As of DLL 611: extended value range.
References rs232_write_data, rs232_read_data, uart_config