Scanlab RTC 4 Installation And Operation Manual page 92

Interface board for real time control of scan heads and lasers
Table of Contents

Advertisement

Ctrl Command laser_signal_on
Function
turns on the laser immediately
Integration
Pascal:
C:
Basic:
Comments
• The command is intended for turning on the laser directly, e.g. for alignment purposes.
• Prior to calling the command laser_signal_on, the period and pulse width of the
outgoing signal must be set via the list command set_laser_timing.
• The laser must be turned off with the command laser_signal_off.
• The command will be ignored if a list is executing at the moment.
• Check the beam path before turning on the laser!
References
laser_signal_off
List Command laser_signal_on_list
Function
same as laser_signal_on, but a list command
Integration
Pascal:
C:
Basic:
List Command list_call
Function
defines a jump to the subroutine which starts at the specified list buffer address
Parameter
address
Integration
Pascal:
C:
Basic:
Comments
• The subroutine must be terminated with the command list_return.
• Within a subroutine, another subroutine can be called (up to a depth of 30 calls).
• Also see
References
list_return,
®
RTC
4 PC Interface Board
Rev. 1.3 e
10 Commands And Functions
procedure laser_signal_on;
void laser_signal_on(void);
sub laser_signal_on()
procedure laser_signal_on_list;
void laser_signal_on_list(void);
sub laser_signal_on_list()
jump address [0 ... 7999] as unsigned 16-bit value
procedure list_call(address: word);
void list_call(unsigned short address);
sub list_call(ByVal address%)
chapter 5.6 "Structured Programming", page
set_list_jump
45.
92

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RTC 4 and is the answer not in the manual?

Table of Contents

Save PDF