RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
474
Ctrl Command laser_signal_on
Function Turns on the Signals for “Laser Active” Operation immediately.
Call
laser_signal_on()
Comments • Caution! Check the beam path before turning on the laser!
• The Signals for “Laser Active” Operation must first be selected by set_laser_mode,
defined by further commands, and enabled by set_laser_control or enable_laser
before they can be switched on with laser_signal_on, see Chapter 7.4 ”Laser Control”,
page 184.
• laser_signal_on is intended for turning on the laser directly, for example, for
alignment purposes.
• The Signals for “Laser Active” Operation must be turned off by laser_signal_off.
• laser_signal_on is not executed (get_last_error return code
RTC6_BUSY
), if:
– the BUSY list execution status is set
– the INTERNAL-BUSY list execution status is set
• laser_signal_on is even executed, if:
– a list has been paused by set_wait (PAUSED list execution status set)
RTC4RTC6 Unchanged functionality.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References laser_signal_off
Normal List
Command
laser_signal_on_list
Function Like laser_signal_on, but a list command and never ignored.
Call
laser_signal_on_list()
RTC4RTC6 Unchanged functionality.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References laser_signal_on