RTC
®
5 PC Interface Board
Rev. 1.9 e
10 Commands And Functions
409
Ctrl Command set_auto_laser_params
Function specifies the automatic laser control’s to-be-controlled signal parameter, the 100% value
and its corresponding limit values.
Call
set_auto_laser_params( Ctrl, Value, MinValue, MaxValue)
Parameters
Ctrl
specifies the to-be-controlled signal parameter (see set_auto_laser_control);
allowed values: [1 … 6]
Value
100% value (see set_auto_laser_control)
MinValue
lower range limit (see set_auto_laser_control)
MaxValue
upper range limit (see set_auto_laser_control)
Comments • For information on using the command, see "Automatic Laser Control", page 140.
• The parameter’s meaning is identical to that of the command set_auto_laser_control
(also see comments there). However, set_auto_laser_params can neither start nor
terminate automatic laser control.
• If the value for
Ctrl
is invalid (0 or >6), then set_auto_laser_params will not be
executed (get_last_error return code:
RTC5_PARAM_ERROR
).
RTC
®
4
RTC
®
5new command
RTC
®
4 compatibility mode: see set_auto_laser_control
Version info Available beginning with version DLL 517, OUT 516, RBF 512
References set_auto_laser_control
Delayed Short
List Command
set_auto_laser_params_list
Function same as set_auto_laser_params (see above), but a list command
Call
set_auto_laser_params_list( Ctrl, Value, MinValue, MaxValue)
Parameters
Ctrl
specifies the to-be-controlled signal parameter (see set_auto_laser_control);
allowed values: [1 … 6]
Value
100% value (see set_auto_laser_control)
MinValue
lower range limit (see set_auto_laser_control)
MaxValue
upper range limit (see set_auto_laser_control)
Comments • If the value for
Ctrl
is invalid (0 or >6), then set_auto_laser_params_list is replaced
with a list_nop (get_last_error return code
RTC5_PARAM_ERROR
).
RTC
®
4
RTC
®
5new command
RTC
®
4 compatibility mode: see set_auto_laser_control
Version info Available beginning with version DLL 517, OUT 516, RBF 512
References set_auto_laser_params, set_auto_laser_control