CAL MMF_RST_Instance (RESET:=Reset, EN_WDOG:=WDT_ON, MFB:=MFB)
MMF_RST_Instance (RESET:=Reset, EN_WDOG:=WDT_ON, MFB:=MFB) ;
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.
|
Parameter
|
Data Type
|
Meaning
|
---|---|---|
MFB
|
Must be connected to the MMFStart block of 200 registers.
|
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.
|