The function block enables or disables the power stage. TRUE at the input Enable enables the power stage. Once the power stage is enabled, the output Status is set. FALSE at the input Enable disables the power stage. Once the power stage is disabled, the output Status is reset. If errors are detected during execution, the output Error is set.
Library name: Lexium 28
Namespace: SEM_LXM28
Input |
Data Type |
Description |
---|---|---|
Enable |
BOOL |
Value range: FALSE, TRUE. Default value: FALSE. The input Enable starts or terminates execution of a function block. oFALSE: Execution of the function block is terminated. The outputs Valid, Busy, and Error are set to FALSE. oTRUE: The function block is being executed. The function block continues executing as long as the input Enable is set to TRUE. |
Output |
Data Type |
Description |
---|---|---|
Status |
BOOL |
Value range: FALSE, TRUE. Default value: FALSE. oFALSE: Power stage is disabled. oTRUE: Power stage is enabled. |
Error |
BOOL |
Value range: FALSE, TRUE. Default value: FALSE. FALSE: Execution of the function block is running, no error has been detected. TRUE: An error has been detected in the execution of the function block. |
Input/Output |
Data Type |
Description |
---|---|---|
Axis |
Axis_Ref_LXM28 |
Reference to the axis (instance) for which the function block is to be executed (corresponds to the name of the axis). The name of the axis must be defined in the SoMachine Devices tree. |
If a Node Guarding error or a Heartbeat error is detected, the error memory must be reset by means of the function block MC_Reset_LXM28 before the power stage can be enabled again.