Syntax, Argument – ADLINK PCI-8154 User Manual

Page 208

Advertising
background image

198

Function Library

@ Syntax

C/C++(Windows 2000/XP)

I16 _8154_set_continuous_move(I16 AxisNo, I16

Enable);

I16 _8154_check_continuous_buffer(I16 AxisNo);

I16 _8154_dwell_move(I16 AxisNo, F64 ms);

Visual Basic (Windows 2000/XP)

B_8154_set_continuous_move(ByVal AxisNo As

Integer, ByVal Enable As Integer) As Integer

B_8154_check_continuous_buffer(ByVal AxisNo As

Integer) As Integer

B_8154_dwell_move(ByVal AxisNo As Integer, ByVal

ms As Double) As Integer

@ Argument

AxisNo

: Axis number designated to move or stop.

Enable

: continuous motion switch logic

millisecond

: Time of dwell move. the unit is in milliseconds.

card_id Physical axis AxisNo

0

0

0

1

1

2

2

3

3

1

0

4

1

5

Value

Meaning

0

continuous motion sequence is finished (Disable)

1

continuous motion sequence is started (Enable)

Advertising