MMF_RST: Reset
(Original Document)
Function Description
This function block resets the subroutine interface to the motion controller and all MMFStart function blocks.
Additional parameters EN and ENO may be configured.
Representation in FBD
Representation:
Representation in LD
Representation:
Representation in IL
Representation:
CAL MMF_RST_Instance (RESET:=Reset, EN_WDOG:=WDT_ON,
    MFB:=MFB)
Representation in ST
Representation
MMF_RST_Instance (RESET:=Reset, EN_WDOG:=WDT_ON,
    MFB:=MFB) ;
Parameter Description
Description of input parameters:
Parameter
Data Type
Meaning
RESET
Rising input starts reset process. High input inhibits any subroutine from being initiated. Falling input has no effect, except to clear Q.
EN_WDOG
BOOL
Enable watchdog timer. High enables the watchdog timer (WDT). Low disables the WDT. A transition from High to Low stops the WDT. The motion controller will interpret this as a WDT fault and will stop and disable the drive.
Description of in-output parameters:
Parameter
Data Type
Meaning
MFB
Must be connected to the MMFStart block of 200 registers.
Description of output parameters:
Parameter
Data Type
Meaning
Q
BOOL
True when reset process is complete.
OK
BOOL
Low during the reset process. High when the motion controller reports the correct revolution number.
Example
When Reset is turned on, all MMFStart blocks are reset. When WDT_ON is Low, the watchdog function is disabled. When WDT_ON turns on, the watchdog between the PLC and SERCOScontroller interprets this as a watchdog fault, and it stops and disables the drives.