E_TcMcPressureReadingMode
![]() | Available from version 3.0 |
The constants in this list are transferred to function blocks for logging actual force or pressure values. They determine which actual value should be updated in the ST_TcHydAxRtData structure with the result of the evaluation.
Syntax
TYPE E_TcMcPressureReadingMode :
(
iTcHydPressureReadingDefault,
iTcHydPressureReadingActPressure,
iTcHydPressureReadingActPressureA,
iTcHydPressureReadingActPressureB,
iTcHydPressureReadingActForce,
iTcHydPressureReadingSupplyPressure,
iTcHydPressureReadingValvePressure
);
END_TYPE
Values
Name | Description |
---|---|
iTcHydPressureReadingDefault | The target variable depends on the function block being used. |
iTcHydPressureReadingActPressure | The target variable is fActPressure. Some function blocks automatically update fActPressureA and fActPressureB. |
iTcHydPressureReadingActPressureA | The target variable is fActPressureA. |
iTcHydPressureReadingActPressureB | The target variable is fActPressureB. |
iTcHydPressureReadingActForce | The target variable is fActForce. Some function blocks automatically update fActPressure,fActPressureA and fActPressureB. |
iTcHydPressureReadingSupplyPressure | The target variable is fSupplyPressure. |
iTcHydPressureReadingValvePressure | The target variable is fValvePressure. |