Function Library
115
move, or home return function is performed. Note: The velocity
profile is decided by original motion profile.
_8174_get_current_speed
:
This function is used to read the current pulse output rate
(pulse/sec) of a specified axis. It is applicable in any time in any
operation mode.
@ Syntax
C/C++ (Windows 2000/XP)
I16 _8174_tv_move(I16 AxisNo, F64 StrVel, F64
MaxVel, F64 Tacc);
I16 _8174_sv_move(I16 AxisNo, F64 StrVel, F64
MaxVel, F64 Tacc, F64 SVacc);
I16 _8174_emg_stop(I16 AxisNo);
I16 _8174_sd_stop(I16 AxisNo, F64 Tdec);
I16 _8174_get_current_speed(I16 AxisNo, F64
*speed)
Visual Basic6 (Windows 2000/XP)
B_8174_tv_move(ByVal AxisNo As Integer, ByVal
StrVel As Double, ByVal MaxVel As Double,
ByVal Tacc As Double) As Integer
B_8174_sv_move(ByVal AxisNo As Integer, ByVal
StrVel As Double, ByVal MaxVel As Double,
ByVal Tacc As Double, ByVal SVacc As Double)
As Integer
B_8174_emg_stop(ByVal AxisNo As Integer) As
Integer
B_8174_sd_stop(ByVal AxisNo As Integer, ByVal
Tdec As Double) As Integer
B_8174_get_current_speed(ByVal AxisNo As Integer,
ByRef Speed As Double) As Integer
Содержание PCI-8174
Страница 4: ......
Страница 13: ...Introduction 3 Figure 1 2 Flow chart for building an application ...
Страница 94: ...84 Operation Theory ...
Страница 98: ...88 MotionCreatorPro 5 3 2 Select Menu The select menu appears after running MotionCreatorPro It is used to ...
Страница 99: ...MotionCreatorPro 89 5 3 3 Card Information Menu In this menu it shows some Information about this card ...
Страница 100: ...90 MotionCreatorPro 5 3 4 Configuration Menu In this menu users can configure ALM INP ERC EL ORG and EZ ...
Страница 102: ...92 MotionCreatorPro In this menu users can configure LTC SD PCS and Select_Input ...
Страница 104: ...94 MotionCreatorPro In this menu users can configure pulse input output and move ratio and INT factor ...
Страница 166: ...156 Function Library ...
Страница 168: ...158 Connection Example ...