MMF_JOG: JOG
(Original Document)
Function Description
Jogs an axis using MMFStart Immediate Continuous Move and Halt.
Additional parameters EN and ENO may be configured.
FBD Representation
Representation:
LD Representation
Representation:
IL Representation
CAL MMF_JOG_Instance (JOGP:=jogAxis1Forward,
    JOGN:=jogAxis1Back, AXIS_ID:=1, SPEED:=300.0,
    MFB:=MFB)
ST Representation
MMF_JOG_Instance (JOGP:=jogAxis1Forward,
    JOGN:=jogAxis1Back, AXIS_ID:=1, SPEED:=300.0,
    MFB:=MFB) ;
Parameter Description
Description of input parameters.
Parameter
Date Type
Meaning
JOGP
Rising input starts positive motion; falling input halts motion.
JOGN
BOOL
Rising input starts negative motion; falling input halts motion.
AXIS_ID
Single Axis ID to jog.
SPEED
Constant jog speed.
Description of in-output parameters.
Parameter
Data Type
Meaning
MFB
Must be connected to the MMFStart block of 200 registers (usually named MFB).
Description of output parameters.
Parameter
Data Type
Meaning
Q
BOOL
True when jog is issued; reset after issuing a halt.
ERROR
INT
First error code that is generated upon attempting to move or halt.
Example
jogAxis1Forward is mapped to a button on the operator's panel. When the input is on, as shown, the motor will move in the positive direction at a velocity of 300. This could be RPMs or inches per minute, and so on. When the button is released the axis will halt.
Runtime Errors
For a list of all error codes and values of the block, refer to Tables of Error Codes for the Motion Library.