CAL MMF_MOVE_Instance (S:=returnHome, R:=atHome, AXIS_ID:=1, POSITION:=0.0, SPEED:=1500.0, MFB:=MFB, Q=>movingHome)
MMF_MOVE_Instance (S:=returnHome, R:=atHome, AXIS_ID:=1, POSITION:=0.0, SPEED:=1500.0, MFB:=MFB, Q=>movingHome) ;
Parameter
|
Data Type
|
Meaning
|
---|---|---|
S
|
Rising input starts move.
|
|
R
|
BOOL
|
Resets block and prevents move from starting (it does not halt a move in progress).
|
AXIS_ID
|
Single Axis ID for this move.
|
|
POSITION
|
Absolute Position to move to.
|
|
SPEED
|
REAL
|
Constant speed of the move.
|
Parameter
|
Data Type
|
Meaning
|
---|---|---|
MFB
|
Must be connected to the MMFStart block of 200 registers location (usually named MFB).
|
Parameter
|
Data Type
|
Meaning
|
---|---|---|
Q
|
BOOL
|
True when move subroutine has been recognized by motion controller (reset by R).
|
ERROR
|
INT
|
First error code that is generated upon attempting to start this move.
|