ParamManagerScripts/backend/script_groups/TwinCat/.example/HMI_SERVICE.EXP

66 lines
1.9 KiB
Plaintext

(* @GLOBAL_VARIABLE_LIST := HMI_Service *)
(* @PATH := '\/HMI_Variable' *)
(* @SYMFILEFLAGS := '59392' *)
VAR_GLOBAL
(*************************************************************************)
(* SERVICE STATUS *)
(*************************************************************************)
gH_WaterPipeSpeed : REAL ;
gH_WaterVFMSpeed : REAL ;
gH_EstimateDeairCO2 : REAL ;
gH_EstimateFillerCO2Loss : REAL ;
gH_InletWaterO2 : REAL ;
gH_DeairWaterO2 : REAL := 1.0 ;
gH_DeairNominalCO2Flow : REAL ;
gH_InletSyrupO2 : REAL ;
gH_EstimateProductO2 : REAL ;
gH_PIDH2OPropOut : REAL ;
gH_PIDH2OIntOut : REAL ;
gH_PIDH2ODerOut : REAL ;
gH_PIDSyrPropOut : REAL ;
gH_PIDSyrIntOut : REAL ;
gH_PIDSyrDerOut : REAL ;
gH_PIDCarboCO2PropOut : REAL ;
gH_PIDCarboCO2IntOut : REAL ;
gH_PIDCarboCO2DerOut : REAL ;
gH_EstimateFillerFlow : REAL ;
gH_SyrupProductAvailable : REAL ;
gH_PrdTankProductAvailable : REAL ;
gH_PrdPipeProductAvailable : REAL ;
gH_FillerProductAvailable : REAL ;
gH_TotalProductAvailable : REAL ;
gH_FillerStopContainer : BOOL ;
gH_DepallStop : BOOL ;
(*************************************************************************)
(* WORKSHOP TEST *)
(*************************************************************************)
gH_WorkshopTest : BOOL ;
gH_SIMCipMode : BOOL ;
gH_SIMCipRunning : BOOL ;
gH_SIMCipChangeSanitize : BOOL ;
gH_SIMCipDrainRequest : BOOL ;
gH_SIMCipCompleted : BOOL ;
gH_SIMCipCausticSanitizeRun : BOOL ;
gH_SIMFillerEV46Enable : BOOL ;
gH_SIMFillerEV62Enable : BOOL ;
gH_SIMFillerProdReady : BOOL ;
END_VAR
VAR_GLOBAL PERSISTENT
gH_TotalEmptyContainer : REAL ;
END_VAR
(* @OBJECT_END := HMI_Service *)
(* @CONNECTIONS := HMI_Service
FILENAME : ''
FILETIME : 0
EXPORT : 0
NUMOFCONNECTIONS : 0
*)