ADLINK PCI-8164 User Manual

Page 255

Advertising
background image

Function Library

243

I16 _8164_cmp_v_change(I16 AxisNo, F64 Res_dist,

F64 oldvel, F64 newvel, F64 AccTime)

I16 _8164_force_comp_output(I16 AxisNo);
I16 _8164_set_compare_mode(I16 AxisNo, I16

CompNo, I16 CmpSrc, I16 CmpMethod, I16
CmpAction);

I16 _8164_set_compare_data(I16 AxisNo, I16

CompNo, F64 Pos);

I16 _8164_set_rotary_counter(I16 AxisNo ,I16

reset_src);

C/C++ (Windows 95/98/NT)

I16 _8164_build_compare_function(I16 AxisNo, F64

Start, F64 End, F64 Interval, I16 Device);

I16 _8164_build_compare_table(I16 AxisNo, F64

*TableArray, I32 Size, I16 Device);

C/C++ (Dos)

I16 _8164_build_compare_function(I16 AxisNo, F64

Start, F64 End, F64 Interval);

I16 _8164_build_compare_table(I16 AxisNo, F64

*TableArray, I32 Size);

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

B_8164_set_ltc_logic (ByVal AxisNo As Integer,

ByVal ltc_logic As Integer) As Integer

B_8164_get_latch_data (ByVal AxisNo As Integer,

ByVal Counter As Integer, Pos As Double) As
Integer

B_8164_set_soft_limit (ByVal AxisNo As Integer,

ByVal PLimit As Long, ByVal NLimit As Long)
As Integer

B_8164_disable_soft_limit (ByVal AxisNo As

Integer) As Integer

B_8164_enable_soft_limit (ByVal AxisNo As

Integer, ByVal Action As Integer) As Integer

B_8164_set_error_counter_check (ByVal AxisNo As

Integer, ByVal Tolerance As Integer, ByVal
On_Off As Integer) As Integer

B_8164_set_general_comparator (ByVal AxisNo As

Integer, ByVal CmpSrc As Integer, ByVal
CmpMethod As Integer, ByVal CmpAction As
Integer, ByVal Data As Double) As Integer

Advertising