(* @GLOBAL_VARIABLE_LIST := SLIM_Variables *) (* @PATH := '\/SLIM_Data' *) (* @SYMFILEFLAGS := '8192' *) VAR_GLOBAL gSLIMResetCounter : BOOL ; gSLIMResetHour : BOOL ; gSLIMDisableOperatingBtn : BOOL ; gSLIMDisableBatchBtn : BOOL ; gSLIMDisableAlarmRoutine : BOOL ; gSLIMOperating : BOOL ; gSLIMBatch : BOOL ; gSLIM3_Starvation : BOOL ; gSLIM3_BuildUp : BOOL ; gSLIM3_Operator : BOOL ; gSLIM3_Supplies : BOOL ; gSLIM3_External : BOOL ; gSLIM3_Fault : BOOL ; gSLIM3_Starvation2 : BOOL ; gSLIM3_BuildUp2 : BOOL ; gSLIM3_Production : BOOL ; gSLIM3_Latch_Starvation : BOOL ; gSLIM3_Latch_BuildUp : BOOL ; gSLIM3_Latch_Operator : BOOL ; gSLIM3_Latch_Supplies : BOOL ; gSLIM3_Latch_External : BOOL ; gSLIM3_Latch_Fault : BOOL ; gSLIM3_Latch_Starvation2 : BOOL ; gSLIM3_Latch_BuildUp2 : BOOL ; gSLIM3_Latch_Production : BOOL ; gSLIMBit_0_Operating : BOOL ; gSLIMBit_1_Operating : BOOL ; gSLIMBit_0_Batch : BOOL ; gSLIMBit_1_Batch : BOOL ; (**********************************************************************************************************************) (* DATA FROM/TO SLIM *) (**********************************************************************************************************************) gSLIM3_BlenderStateValue : INT ; gSLIM3_ActualRecipeName : STRING(30) ; gSLIM3_OperatorAlarms : ARRAY [0..63] OF BOOL ; gSLIM3_FaultAlarms : ARRAY [0..191] OF BOOL ; gSLIM3_SuppliesAlarms : ARRAY [0..63] OF BOOL ; gSLIM3_ExternalAlarms : ARRAY [0..63] OF BOOL ; gSLIM3_Messages : ARRAY [0..63] OF BOOL ; gSLIM3_Latch_OperatorAlarms : ARRAY [0..63] OF BOOL ; gSLIM3_Latch_FaultAlarms : ARRAY [0..191] OF BOOL ; gSLIM3_Latch_SuppliesAlarms : ARRAY [0..63] OF BOOL ; gSLIM3_Latch_ExternalAlarms : ARRAY [0..63] OF BOOL ; gSLIM3_Latch_Messages : ARRAY [0..63] OF BOOL ; gSLIM3_AnalogValues : ARRAY [0..31] OF DWORD ; gSLIM3_Totalizers : ARRAY [0..31] OF DWORD ; (* gSLIM3_DB : ARRAY [0..74] OF DWORD ;*) END_VAR (* @OBJECT_END := SLIM_Variables *) (* @CONNECTIONS := SLIM_Variables FILENAME : '' FILETIME : 0 EXPORT : 0 NUMOFCONNECTIONS : 0 *)