17 continuous motion – ADLINK PCI-8164 User Manual

Page 261

Advertising
background image

Function Library

249

6.17 Continuous motion

@ Name

_8164_set_continuous_move – toggle continuous motion

sequence flags

_8164_check_continuous_buffer – check if the command

register buffer is empty

@ Description

_8164_set_continuous_move():
This function is needed before and after continuous motion com-
mand sequences.

_8164_check_continuous_buffer():
Detects whether the command pre-register is empty or not. Once
the command pre-register is empty, you may write the next motion
command into it. Otherwise, the new command overwrites the pre-
vious command in the 2nd command pre-register.

@ Syntax

C/C++ (DOS, Windows 95/NT/2K/XP)

I16 _8164_set_continuous_move(I16 AxisNo, I16

conti_flag);

I16 _8164_check_continuous_buffer(I16 AxisNo);

Visual Basic (Windows 95/NT/2K/XP)

B_8164_set_continuous_move (ByVal AxisNo As

Integer, ByVal conti_flag As Integer) As
Integer

B_8164_check_continuous_buffer (ByVal AxisNo As

Integer) As Integer

Advertising