Scanlab RTC 4 Installation And Operation Manual page 91

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

Advertisement

List Command laser_on_list
Function
turns on the laser for a specified time interval
Parameter
delay
Integration
Pascal:
C:
Basic:
Comments
• While the laser is turned on, the set position of the scanners is not changed. The next
list command will be executed when the programmed time interval has passed.
• The current settings for the laser delays are applied:
– At the beginning of the programmed time interval, the laser turns on after a
LaserOn delay.
– At the end of the time interval, the laser turns off with the corresponding
LaserOff delay.
• The command is useful for marking separate dots.
Ctrl Command laser_signal_off
Function
turns off the laser immediately
Integration
Pascal:
C:
Basic:
Comments
• This command is intended for direct laser control in combination with the command
laser_signal_on
• The command will be ignored if a list is executing at the moment.
References
laser_signal_on
List Command laser_signal_off_list
Function
same as
Integration
Pascal:
C:
Basic:
®
RTC
4 PC Interface Board
Rev. 1.3 e
10 Commands And Functions
time interval in bits as an unsigned 16-bit value. 1 bit equals 10 µs.
Allowed range: 0 ≤ delay ≤ 65500
procedure laser_on_list(delay: word);
void laser_on_list(unsigned short delay);
sub laser_on_list(ByVal delay%)
procedure laser_signal_off;
void laser_signal_off(void);
sub laser_signal_off()
(see below).
laser_signal_off
(see above), but a list command
procedure laser_signal_off_list;
void laser_signal_off_list(void);
sub laser_signal_off_list()
91

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