Output |
Data Type |
Description |
---|---|---|
q_xEn |
BOOL |
TRUE: Function block enabled. FALSE: Function block disabled. |
q_xOvldAlrm |
BOOL |
Overload detected, actual torque is above 100% load. TRUE: Alarm detected FALSE: No alarm detected Refer to detailed description below this table. |
q_xOvldWrn |
BOOL |
90% load detected, actual torque is above 90% load. TRUE: Advisory FALSE: No advisory. Refer to detailed description below this table. |
q_xLampYell |
BOOL |
Yellow lamp connection. TRUE: Lamp on FALSE: Lamp off |
q_xLampRed |
BOOL |
Red lamp connection. TRUE: Lamp on FALSE: Lamp off |
q_xHorn |
BOOL |
Horn connection. TRUE: Horn on FALSE: Horn off |
q_wDrvSpdRef |
WORD |
Target speed to the drive. Range: 0...6000 Scaling/Unit: 1 RPM Refer to detailed description below this table. |
q_wActWght |
WORD |
Actual weight after torque measurement. Range: 0...65535 Scaling/Unit: depends on chosen scaling at i_stOVLD.rAcuWght |
q_wStat |
WORD |
Actual status of the FB. Range: 0...255 Refer to detailed description below this table. |
q_xAlrm |
BOOL |
Detected alarm bit. TRUE: Alarm detected FALSE: No alarm detected Refer to detailed description below this table. |
q_wAlrmId |
WORD |
Detected alarm identification. Refer to q_wAlrmId. Range: 0...255 |
Indicates an overload incidence if TRUE. That means, during the measurement process stage of the FB a torque value was calculated higher than i_rDrvTrqMax. The distance run since the start of the movement was memorized and the load has to be brought down to the same position where it was moved from to reset the alarm. The alarm is indicated by a constant horn and a flashing red light 1 s on and off.
If using a load cell the input value of i_rSenIputActl is compared to i_stOVLD.dwLoadNom.
The calculated torque value of the measurement process stage of the FB is higher than 90% of i_rDrvTrqMax. A advisory is given by the yellow light and the horn by being activated for 1 s on and off. The advisory is reset by a new movement/measurement resulting in a lower torque value than 90% of i_rDrvTrqMax. If using a load cell the input value of i_rSenIputActl is compared to 90% of i_stOVLD.dwLoadNom.
This is the speed reference to the hoist drive. It is mandatory to transfer the target speed by this block to get proper functionality of the torque measurement. See the instantiation example.
Status Bit |
Description |
---|---|
0 |
torque measurement in progress |
1 |
weight detection |
2 |
change of load detected, i_stOVLD.wTrqThres |
3 |
Anti-Tip active, i_stOVLD.wAntiTip |
4 |
overload test time greater than 5 hours |
5 |
calibration done |
6...12 |
not used |
13 |
90% load alert detected |
14 |
overload alarm detected |
15 |
load cell enabled |
An alarm signal is generated in cases of incorrect parameterization of input values. Refer to the q_wAlrmId table below. In case of an alarm the yellow light and the horn are flashing 1 s on and off.
Identification of the alarm, if q_xAlrm is TRUE.
Bit Position |
Description Represented by Bit Position |
---|---|
0 |
i_stOVLD.wSpdDbnd > i_stOVLD.wMeasFreq |
1 |
i_stOVLD.wAntiTip < 2 |
2 |
overload timer greater than 5 hours |