RTC
®
4 PC Interface Board
Rev. 1.3 e
10 Commands And Functions
126
innovators for industry
List Command home_jump
Support status This RTC
®
2 command is not supported by the RTC
®
4.
Replaced by home_position (see page 89)
List Command laser_on
Support status This RTC
®
2 command is not supported by the RTC
®
4.
Replaced by laser_on_list (see page 91)
Ctrl Command load_cor (load correction file)
Support status The RTC
®
4 emulates this RTC
®
2 command.
Replaced by load_correction_file (see page 95)
Function loads the specified image field correction file into RTC
®
3 memory.
The file is used as correction file #1.
Parameter
ctbfile
name of the correction file as a pointer to a null-terminated ANSI string
Integration Pascal:
function load_cor(ctbfile: pchar): smallint;
C:
short load_cor(char* ctbfile);
Basic:
function load_cor(ByVal ctbfile$)%
Ctrl Command load_pro (load program file)
Support status The RTC
®
4 emulates this RTC
®
2 command.
Replaced by load_program_file (see page 96)
Function loads the specified image field correction file into RTC
®
3 memory.
The file is used as correction file #1.
Parameter
hexfile
name of the program file as a pointer to a null-terminated ANSI string
Integration Pascal:
function load_pro(hexfile: pchar): smallint;
C:
short load_pro(char* hexfile);
Basic:
function load_pro(ByVal hexfile$)%
List Command pola_abs, polb_abs, polc_abs
Support status These RTC
®
2 commands are not supported by the RTC
®
4.
Replaced by mark_abs (see page 98)
Ctrl Command set_base
Support status This RTC
®
2 command is not supported by the RTC
®
4.
Replaced by There is no equivalent command for the RTC
®
4 (because it is a plug-and-play board
whose base address is automatically set).