RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
732
Delayed Short
List Command
set_scanner_delays
Function Sets the Scanner Delays.
Call
set_scanner_delays( Jump, Mark, Polygon )
Parameters
Jump
Scanner delay of type: Jump Delay. As an unsigned 32-bit value.
1 bit equals 10 µs.
Allowed value range: [0…(2
32
–1)].
Mark
Scanner delay of type: Mark Delay. As an unsigned 32-bit value.
1 bit equals 10 µs.
Allowed value range: [0…(2
32
–1)].
Polygon
Scanner delay of type: Mark Delay. As an unsigned 32-bit value.
1 bit equals 10 µs.
Allowed value range: [0…(2
32
–1)].
Comments • See also Chapter 7.2.2 ”Scanner Delays”, page 147.
• Variable Delays for jumps and Polylines can be set by set_delay_mode.
• The specified delays are automatically adjusted by the RTC6 to avoid laser control
errors, see Section ”Automatic Delay Adjustments”, page 155.
• The default setting after load_program_file corresponds to
set_scanner_delays( 9, 6, 3 )
.
RTC4RTC6 Unchanged functionality. In addition: increased value range.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References set_delay_mode, set_laser_delays
Ctrl Command set_serial
Function Sets the starting serial number of the serial-number-set most recently selected by
select_serial_set (= 0 after load_program_file) and sets the increment size for this serial-
number-set to 1.
Call
set_serial( No )
Parameters
No
Serial number. As an unsigned 32-bit value.
Allowed value range: [0…(2
32
–1)].
Comments • set_serial is synonymous with set_serial_step with
Step
= 1 (see comments there).
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References set_serial_step, select_serial_set