
innovators for industry
RTC
®
4 PC Interface Board
Rev. 1.3 e
105
List Command
set_extstartpos_list
Function
defines the start position (list buffer address) of the list to be executed by the next external
start signal
Parameter
position
list pointer to the start address of the list [0 … 7999]
Integration
Pascal:
procedure set_extstartpos_list(position: word);
C:
void set_extstartpos_list(unsigned short position);
Basic:
sub set_extstartpos_list(ByVal position%)
Comments
• This command is a list command. When used within a list, the command "links" the
current list to the next list.
•
set_extstartpos_list(0)
selects list 1,
set_extstartpos_list(4000)
selects list 2.
However, any other position in the list buffer can be specified as well.
• The specified start address will be used for all subsequent external starts until a new
address is specified either by
.
References
,
,
(see the supplement manual
"Processing-On-The-Fly Software"
Ctrl Command set_firstpulse_killer
Function
defines the length of the FirstPulseKiller signal for a YAG laser
Parameter
fpk
length of the FirstPulseKiller signal in bits: 1 bit equals 1/8
µ
s
Integration
Pascal:
procedure set_firstpulse_killer(fpk: word);
C:
void set_firstpulse_killer(unsigned short fpk);
Basic:
sub set_firstpulse_killer(ByVal fpk%)
Comments
• The time base for the FirstPulseKiller signal is always 8 MHz (i.e. 1 bit equals 1/8
µ
s).
• In CO
2
mode, the command
has no effect.
• The laser control mode has to be set via the command
Please refer to
chapter 4.6 "Laser Control", page 32
• To set the Q-Switch pulse width and period, use the list command
References
List Command
set_firstpulse_killer_list
Function
same as
(see above), but a list command
Integration
Pascal:
procedure set_firstpulse_killer_list(fpk: word);
C:
void set_firstpulse_killer_list(unsigned short fpk);
Basic:
sub set_firstpulse_killer_list(ByVal fpk%)