Input/Output |
Data type |
Description |
---|---|---|
iq_arMeanEffectLoad |
Array of REAL |
Array of mean effective load values |
iq_alrRunTime |
Array of LREAL |
Array of run time values |
iq_stHoistDutyCtrl |
HoistDutyCtrl |
Control structure containing values necessary for function of the function block |
Input/output array of mean effective load values for current day, last 30 days, and overall average. The input/output must be connected to an array of the same size defined in your application. This array must be defined as retained or persistent. It is used by the function block to store usage data.
NOTICE |
LOSS OF DATA |
Define the iq_arMeanEffectLoad variable as retained or persistent in your program code. |
Failure to follow these instructions can result in equipment damage. |
The values of variables that are not defined as retained or persistent are lost after a power cycle.
Input/output array of run time values for current day, last 30 days, and overall average. The input/output must be connected to an array of the same size defined in your application. This array must be defined as retained or persistent. It is used by the function block to store usage data.
NOTICE |
LOSS OF DATA |
Define the iq_alrRunTime variable as retained or persistent in your program code. |
Failure to follow these instructions can result in equipment damage. |
The values of variables that are not defined as retained or persistent are lost after a power cycle.
Input/output structure of control values necessary for correct function of the function block. The input/output must be connected to a structure of the same type defined in your application. The instance of this structure must be defined as retained or persistent.
NOTICE |
LOSS OF DATA |
Define the iq_stHoistDutyCtrl variable as retained or persistent in your program code. |
Failure to follow these instructions can result in equipment damage. |
The values of variables that are not defined as retained or persistent are lost after a power cycle.