577 B
577 B
// Block Type: InstanceDB
// Block Number: 975
DATA_BLOCK "BrixTracking_Data"
{ S7_Optimized_Access := 'TRUE' }
VERSION : 0.1
VAR
mTakeSample : Bool := FALSE;
mTakeProdSample : Bool := FALSE;
mProdBrixSample : Int := 35;
mAuxProdBrixCorr : Real := 0.0;
mLocalProdLevel : Real := 0.1627604;
mProdBrixStat : "Statistical_Analisys";
mProdSamples : "BrixTracking_ProdSamples";
mSampleTimeCalc : "BrixTracking_SampleTime";
mAuxONS : Bool := FALSE;
mAuxONS1 : Bool := FALSE;
END_VAR
BEGIN
// Data Blocks have no executable code
END_DATA_BLOCK