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

37 lines
1.2 KiB
Plaintext

(* @GLOBAL_VARIABLE_LIST := mPDS1000 *)
(* @PATH := '\/Product_Syrup_Meters' *)
(* @SYMFILEFLAGS := '59392' *)
VAR_GLOBAL
(************************************************************************************)
(* INPUT FROM mPDS1000 *)
(************************************************************************************)
gmPDS1000_Block : mPDS1000_Type ;
gSyrRecipeNum : UINT ;
gmPDS1000SyrBrix : REAL ;
gmPDS1000SyrDens : REAL ;
gmPDS1000SyrTemp : REAL ;
gmPDS1000String : STRING ;
gmPDS1000Error : BOOL ;
gmPDS1000ErrorCode : DWORD ;
(************************************************************************************)
(* OUTPUT TO mPDS1000 *)
(************************************************************************************)
gmPDS1000Enabled AT%MB1000 : BOOL ;
gmPDS1000Reset AT%MB1001 : BOOL ;
gmPDS1000FastUpDate AT%MB1002 : BOOL ;
gmPDS1000SetCommand AT%MB1003 : BOOL ;
gmPDS1000CommandVal AT%MD1004 : REAL ;
gmPDS1000SetNewRec AT%MB1008 : BOOL ;
gmPDS1000NumRecipe AT%MW1010 : INT ;
gmPDS1000Command AT%MB1012 : STRING(20) ;
END_VAR
(* @OBJECT_END := mPDS1000 *)
(* @CONNECTIONS := mPDS1000
FILENAME : ''
FILETIME : 0
EXPORT : 0
NUMOFCONNECTIONS : 0
*)