User Function Block: Excess Position Error Response
Products: ACR9600, ACR9630, ACR9640
AXIS_EXC_Response is a user function block that adjusts the settings for Excess position error checking. With EnableEXC=True, drive will be disabled if allowable error is exceed. Download the code here : Axis_EXC_Response
See also Acrobasic command EXC
Â
 |  |  |  |
---|---|---|---|
VAR_IN_OUT | Â | Â | Â |
 | Axis | AXIS_REF | Axis Reference |
VAR_INPUT | Â | Â | Â |
 | Execute | BOOL | Assigns settings at the rising edge |
 | EnableEXC | BOOL | Enables Excess Position Error Response |
 |  |  |  |
 | MaxPositiveError | REAL | allowable error in postive direction, user units |
 | MaxNegativeError | REAL | allowable error in Negative direction, user units |
 |  |  |  |
VAR_OUTPUT | Â | Â | Â |
 | Done | BOOL | Limits have new assignment |
Â
jw -Apr-2013