Obsidean_VM/04-SIDEL/00 - MASTER/Source/source/Profibus_Variables.md

75 lines
2.0 KiB
Markdown

```pascal
// Block Type: GlobalDB
// Block Number: 973
DATA_BLOCK "Profibus_Variables"
{ S7_Optimized_Access := 'TRUE' }
VERSION : 0.1
VAR
gFTN301_Flow : Real := 0.0;
gFTN301_Flow_State : Byte;
gFTN301_Tot : Real := 2322.236;
gFTN301_Tot_State : Byte;
gFTP302_Temp : Real := 18.69626;
gFTP302_Temp_State : Byte;
gFTP302_Brix : Real := -1156.814;
gFTP302_Brix_State : Byte;
gFTP302_Flow : Real := 0.0;
gFTP302_Flow_State : Byte;
gFTP302_Density : Real := 0.001203235;
gFTP302_Density_State : Byte;
gFTP302_Tot : Real := 712.3425;
gFTP302_Tot_State : Byte;
gFTM303_Flow : Real := 0.0;
gFTM303_Flow_State : Byte;
gFTM303_Temp : Real := 19.1315;
gFTM303_Temp_State : Byte;
gFTM303_Density : Real := 0.0;
gFTM303_Density_State : Byte;
gFTM303_Tot : Real := 0.0;
gFTM303_Tot_State : Byte;
gVFM_ProductFlow : Real := 0.0;
gVFM_ProductFlow_State : Byte;
gVFM_ProductTotalizer : Real := 0.0;
gVFM_ProductTot_State : Byte;
gProdCond_Conductivity : Real := 0.0;
gProdCond_Cond_State : Byte;
gProdCond_Temperature : Real := 0.0;
gProdCond_Temp_State : Byte;
gProdPH_PHValue : Real := 0.0;
gProdPH_PHValue_State : Byte;
gProdPH_Temperature : Real := 0.0;
gProdPH_Temp_State : Byte;
gCTS301_Cond : Real := 0.0;
gCTS301_Cond_State : Byte;
gCTS301_Temp : Real := 0.0;
gCTS301_Temp_State : Byte;
gCTS302_Cond : Real := 0.0;
gCTS302_Cond_State : Byte;
gCTS302_Temp : Real := 0.0;
gCTS302_Temp_State : Byte;
gSPARE_Value0 : Real := 0.0;
gSPARE_State0 : Byte;
gSPARE_Value1 : Real := 0.0;
gSPARE_State1 : Byte;
gSPARE_Value2 : Real := 0.0;
gSPARE_State2 : Byte;
gSPARE_Value3 : Real := 0.0;
gSPARE_State3 : Byte;
gSPARE_Value4 : Real := 0.0;
gSPARE_State4 : Byte;
gSPARE_Value5 : Real := 0.0;
gSPARE_State5 : Byte;
gPPM303_VFC_ActualSped : Int := 0;
gPPM303_VFC_Running : Bool := FALSE;
gPPM303_VFC_Warning : Bool := FALSE;
gPPM303_VFC_Fault : Bool := FALSE;
END_VAR
BEGIN
// Data Blocks have no executable code
END_DATA_BLOCK
```