Function Library
•
143
6.9 Home Return Mode
@ Name
_7443_set_home_config – Set the configuration for home return.
_7443_home_move – Perform a home return move.
_7443_escape_home – Escape Home Function
_7443_home_search –Auto-Search Home Switch (Without ORGOffset)
_7443_auto_home_search –Auto-Search Home Switch (With ORGOffset)
@ Description
_7443_set_home_config:
Configure the home return mode, origin & index signal(EZ) logic, EZ
count and ERC output options for home_move() function. Refer to
Section 4.1.8 for the setting of home_mode control.
_7443_home_move:
This function will cause the axis to perform a home return move
according to the setting of _7443_set_home_config() function. The
direction
of
moving
is
determined
by
the
sign
of
velocity
parameter(svel, mvel). Since the stopping condition of this function is
determined by
home_mode setting, user should take care to select
the initial moving direction. Or user should take care to handle the
condition when limit switch is touched or other conditions that is
possible causing the axis to stop. Executing v_stop() function during
home_move() can also cause the axis to stop.
_7443_escape_home:
After homing, use this function to leave home switch
_7443_home_search:
Auto-Search Home Switch.
@ Syntax
C/C++ (DOS, Windows 95/NT)
I16 _7443_set_home_config(I16 AxisNo, I16 home_mode, I16 org_logic,
I16 ez_logic, I16 ez_count, I16 erc_out);
I16 _7443_home_move(I16 AxisNo, F64 StrVel, F64 MaxVel, F64 Tacc);
I16 _7443_escape_home(I16 AxisNo, F64 SrVel,F64 MaxVel,F64 Tacc);
I16 _7443_home_search(I16 AxisNo, F64 StrVel, F64 MaxVel, F64 Tacc);
I16 _7443_auto_home_search(I16 AxisNo, F64 StrVel, F64 MaxVel, F64
Tacc, F64 ORGOffset);
Visual Basic (Windows 95/NT)
B_7443_set_home_config (ByVal AxisNo As Integer, ByVal home_mode As
Integer, ByVal org_logic As Integer, ByVal ez_logic As Integer,
ByVal ez_count As Integer, ByVal erc_out As Integer) As Integer
B_7443_home_move (ByVal AxisNo As Integer, ByVal StrVel As Double,
ByVal MaxVel As Double, ByVal Tacc As Double) As Integer
B_7443_escape_home(ByVal AxisNo As Integer, ByVal SrVel As Double,
ByVal MaxVel As Double, ByVal Tacc As Double) As Integer
B_7443_home_search(ByVal AxisNo As Integer, ByVal StrVel As Double,
ByVal MaxVel As Double, ByVal Tacc As Double)As Integer
Содержание PPCI7443
Страница 1: ...PPCI7443 Advanced 4 Axes Servo Stepper Motion Control Card User s Guide Version 2 00...
Страница 2: ......
Страница 6: ......
Страница 8: ......
Страница 27: ...Single Connections 19 which are equipped with 1 differential line driver or 2 open collector output...
Страница 42: ...34 Single Connections...
Страница 82: ...74 Operation Theorem _7443_set_home_config _7443_home_move Refer to section 6 9...
Страница 108: ......
Страница 118: ......