RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
733
Ctrl Command set_serial_step
Function Sets the starting serial number and the increment size for the serial-number-set most
recently selected by select_serial_set (= 0 after load_program_file).
Call
set_serial_step( No, Step )
Parameters
No
Serial number. As an unsigned 32-bit value. Allowed value range:
[0…(2
32
–1)].
Step
Increment size. As an unsigned 32-bit value.
Allowed value range: [0…9999]; only the last 4 decimal digits are used.
Comments • load_program_file sets the starting serial number to 0 and the increment size to 1.
• If mark_serial or mark_serial_abs has been called with Mode M
2
= 1 (that is,
automatic serial-number incrementing has been deactivated), then the increment size
setting has no effect.
• If
Step
= 0, then incrementing does not occur, except in the case of markless marking
(see mark_serial or mark_serial_abs:
digits
= 0), which always increments serial
numbers by 1.
• For usage of set_serial_step, see Chapter 7.5.2 ”Marking Serial Numbers”, page 210.
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References mark_serial, mark_serial_abs, set_serial, select_serial_set, select_serial_set_list
Normal List
Command
set_serial_step_list
Function Like set_serial_step, but a list command.
Call
set_serial_step_list( No, Step )
Parameters
No
Like set_serial_step.
Step
Like set_serial_step.
Comments • See set_serial_step.
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References set_serial_step, select_serial_set_list, get_list_serial, mark_serial, mark_serial_abs