aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c5
-rw-r--r--Software/Embedded_SW/Embedded/Drivers/I2C_Communication/WHS_Card/D_MAX11614_ADC/WHS_MAX11614_A2D.c8
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c16
-rw-r--r--Software/Stubs Collection/stubs/technician view files/new head.tpf294
4 files changed, 214 insertions, 109 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index 89039d2a6..8aabafd2e 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -106,10 +106,11 @@ uint32_t FileUploadRequestFunc(MessageContainer* requestContainer)
Fresult = f_open(UploadFileHandle,request->path,FA_READ | FA_WRITE | FA_OPEN_ALWAYS | FA_CREATE_ALWAYS);
if (Fresult == FR_OK)
{
- //Report("FileUploadRequestFunc 3", __FILE__, __LINE__, msec_millisecondCounter, RpWarning, (int)0, 0);
+ usnprintf(ErrorMsg, 100, "file upload request %s %d",request->path,request->length);
+
+ Report(ErrorMsg, __FILE__, __LINE__, request->length, RpWarning, (int)MAX_CHUNK_LENGTH, 0);
FileLength = request->length;
FileReceivedLength = 0;
- REPORT_MSG (FileLength,"file upload request");
response.has_maxchunklength = true;
response.maxchunklength = MAX_CHUNK_LENGTH;
strcpy(FileHandleChar, "1234");
diff --git a/Software/Embedded_SW/Embedded/Drivers/I2C_Communication/WHS_Card/D_MAX11614_ADC/WHS_MAX11614_A2D.c b/Software/Embedded_SW/Embedded/Drivers/I2C_Communication/WHS_Card/D_MAX11614_ADC/WHS_MAX11614_A2D.c
index 3ac621fc5..3c4dcb522 100644
--- a/Software/Embedded_SW/Embedded/Drivers/I2C_Communication/WHS_Card/D_MAX11614_ADC/WHS_MAX11614_A2D.c
+++ b/Software/Embedded_SW/Embedded/Drivers/I2C_Communication/WHS_Card/D_MAX11614_ADC/WHS_MAX11614_A2D.c
@@ -177,7 +177,7 @@ bool Test_WHS_max11614()
#define Aorf_ofset 0.0425
-#define Corf_flow 0.2485
+#define Corf_flow 0.239
double get_Q(uint16_t num)
{
@@ -254,7 +254,7 @@ bool get_orf_1(uint16_t *value) // U34 connected to AIN2
-
+uint16_t Orf_zero_value[HEAD_FLOW_METER+1] = {1112,0,1040};
double GetWHSAirFlow(uint8_t OR_Id)
@@ -275,7 +275,9 @@ double GetWHSAirFlow(uint8_t OR_Id)
break;
}
- return get_Q(value);
+ ReportWithPackageFilter(WasteFilter,"GetWHSAirFlow",__FILE__,OR_Id,(int)value,RpWarning,(int) Orf_zero_value[OR_Id],0);
+
+ return get_Q(value-Orf_zero_value[OR_Id]);
}
diff --git a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c
index 78ae37eef..d20f0511b 100644
--- a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c
+++ b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_init.c
@@ -69,12 +69,22 @@ uint32_t Heaters_Init(void)
FPGA_SensorInitConfig();
memset(HeaterControl,0,sizeof(HeaterControl));
-#ifdef Use_Head_Card
+//#ifdef Use_Head_Card
for (i = 0;i<HEATER_TYPE_MAX_HEATERS; i++)
-#else
+/*#else
for (i = 0;i<MAX_HEATERS_NUM; i++)
-#endif
+#endif*/
DeActivateHeater(i);
+
+ BlowerCfg.enabled = true;
+ BlowerCfg.voltage = 3000;
+ BlowerCfg.heatingvoltage = 3000;
+#ifdef Use_WHS_Card
+ BlowerCfg.hardwareblowertype = HARDWARE_BLOWER_TYPE__WHSBlower2;
+#else
+ BlowerCfg.hardwareblowertype = HARDWARE_BLOWER_TYPE__DefaultBlower;
+#endif
+
return OK;
}
diff --git a/Software/Stubs Collection/stubs/technician view files/new head.tpf b/Software/Stubs Collection/stubs/technician view files/new head.tpf
index c8a5c95d2..6399ff61e 100644
--- a/Software/Stubs Collection/stubs/technician view files/new head.tpf
+++ b/Software/Stubs Collection/stubs/technician view files/new head.tpf
@@ -41,7 +41,7 @@
<HeaterState>
<HeaterType>DryerAirHeater</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>279.63</CurrentValue>
+ <CurrentValue>86.429999999999993</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -60,7 +60,7 @@
<HeaterState>
<HeaterType>DryerMainHeater</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>86.149999999999991</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -79,7 +79,7 @@
<HeaterState>
<HeaterType>DryerSecondaryHeater</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>119.35</CurrentValue>
+ <CurrentValue>86.69</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -98,7 +98,7 @@
<HeaterState>
<HeaterType>HeaterZone3</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>131.21</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -117,7 +117,7 @@
<HeaterState>
<HeaterType>HeaterZone2</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>162.58</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -136,7 +136,7 @@
<HeaterState>
<HeaterType>HeaterZone1</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>144.21</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -155,7 +155,7 @@
<HeaterState>
<HeaterType>MixerHeater</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>107.16</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -174,7 +174,7 @@
<HeaterState>
<HeaterType>HeaterZone4</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>99.13</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -193,7 +193,7 @@
<HeaterState>
<HeaterType>HeaterZone5</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>80.57</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -212,7 +212,7 @@
<HeaterState>
<HeaterType>HeaterZone6</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>76.78</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -303,7 +303,7 @@
<HeaterState>
<HeaterType>HeaterZone7</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>83.94</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -342,7 +342,7 @@
<HeaterState>
<HeaterType>HeaterZone8</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>79.47</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -361,7 +361,7 @@
<HeaterState>
<HeaterType>HeaterZone9</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>82.41</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -380,7 +380,7 @@
<HeaterState>
<HeaterType>HeaterZone12</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>76.39</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -399,7 +399,7 @@
<HeaterState>
<HeaterType>HeaterZone11</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>84.97</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -418,7 +418,7 @@
<HeaterState>
<HeaterType>HeaterZone10</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>86.27</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -444,15 +444,15 @@
<FeederTension>0</FeederTension>
<PullerTension>0</PullerTension>
<WinderTension>0</WinderTension>
- <MixerTemp>12</MixerTemp>
- <HeadZone1Temp>100</HeadZone1Temp>
- <HeadZone2Temp>100</HeadZone2Temp>
- <HeadZone3Temp>95</HeadZone3Temp>
- <HeadZone4Temp>100</HeadZone4Temp>
- <HeadZone5Temp>100</HeadZone5Temp>
- <HeadZone6Temp>99</HeadZone6Temp>
+ <MixerTemp>111</MixerTemp>
+ <HeadZone1Temp>111</HeadZone1Temp>
+ <HeadZone2Temp>111</HeadZone2Temp>
+ <HeadZone3Temp>111</HeadZone3Temp>
+ <HeadZone4Temp>111</HeadZone4Temp>
+ <HeadZone5Temp>111</HeadZone5Temp>
+ <HeadZone6Temp>111</HeadZone6Temp>
<DryerAirFlow>0</DryerAirFlow>
- <DryerZone1Temp>100</DryerZone1Temp>
+ <DryerZone1Temp>111</DryerZone1Temp>
<DryerZone2Temp>0</DryerZone2Temp>
<DryerZone3Temp>0</DryerZone3Temp>
<DryerBufferLength>0</DryerBufferLength>
@@ -822,7 +822,7 @@
<HeaterState>
<HeaterType>HeadCoverHeater1</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>283.75</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -841,13 +841,37 @@
<HeaterState>
<HeaterType>HeadCoverHeater2</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>283.75</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
</HeaterState>
<SetPoint>0</SetPoint>
</TechItem>
+ <TechItem xsi:type="MonitorItem">
+ <ID>0214c2bd-98e2-4435-b55f-ec165b0782dd</ID>
+ <Left>532</Left>
+ <Top>587.69469026548677</Top>
+ <Width>163</Width>
+ <Height>77.008849557522126</Height>
+ <Angle>0</Angle>
+ <ItemGuid>FE0D0A56-5795-4C5A-8E09-939FBB35C441</ItemGuid>
+ <ColorNumber>-1</ColorNumber>
+ <UpdateInterval>10</UpdateInterval>
+ <DecimalPoints>2</DecimalPoints>
+ </TechItem>
+ <TechItem xsi:type="MonitorItem">
+ <ID>387e9a45-e608-47b8-9f3c-5572d0544e41</ID>
+ <Left>708</Left>
+ <Top>584.65486725663732</Top>
+ <Width>168</Width>
+ <Height>84.101769911504334</Height>
+ <Angle>0</Angle>
+ <ItemGuid>94F3E5A1-413E-4EA0-BDE1-F0625BFF7910</ItemGuid>
+ <ColorNumber>-1</ColorNumber>
+ <UpdateInterval>10</UpdateInterval>
+ <DecimalPoints>2</DecimalPoints>
+ </TechItem>
</Items>
</MachineTechViewProjectTab>
<MachineTechViewProjectTab>
@@ -910,11 +934,11 @@
<Angle>0</Angle>
<ItemGuid>D126DB23-784B-4F0C-8F88-D89A65A7549F</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>1</DecimalPlaces>
<Duration>1460</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>16384</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>1</DecimalPlaces>
</TechItem>
<TechItem xsi:type="SingleGraphItem">
<ID>984b4126-3dda-4624-a79f-0646eb0e1358</ID>
@@ -925,11 +949,11 @@
<Angle>0</Angle>
<ItemGuid>10102BC3-0EAE-47FF-A8E5-8640780CAA3D</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>1</DecimalPlaces>
<Duration>1516</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>16384</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>1</DecimalPlaces>
</TechItem>
<TechItem xsi:type="SingleGraphItem">
<ID>8ebc3ab7-a02d-4b12-93b3-2563443831d7</ID>
@@ -940,11 +964,11 @@
<Angle>0</Angle>
<ItemGuid>C0BCCD5C-346B-4C4A-A080-39D28E9E1A0C</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>1</DecimalPlaces>
<Duration>1398</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>16384</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>1</DecimalPlaces>
</TechItem>
<TechItem xsi:type="SingleGraphItem">
<ID>acafb268-5e97-4277-8dc8-173250a9e3f8</ID>
@@ -955,11 +979,11 @@
<Angle>0</Angle>
<ItemGuid>9FBC5460-BA59-486B-8D85-BD7D8A959F98</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>1</DecimalPlaces>
<Duration>1273</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>1</DecimalPlaces>
</TechItem>
<TechItem xsi:type="MotorItem">
<ID>3ccb1485-b0e9-4d36-a931-a1b3865edeaa</ID>
@@ -981,11 +1005,11 @@
<Angle>0</Angle>
<ItemGuid>4CE6A82E-D841-4D33-BBB2-11F0743A441C</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>1</DecimalPlaces>
<Duration>514</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100000</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>1</DecimalPlaces>
</TechItem>
<TechItem xsi:type="SingleGraphItem">
<ID>75b99507-4eba-4b11-b52e-26732d4c5479</ID>
@@ -996,11 +1020,11 @@
<Angle>0</Angle>
<ItemGuid>F1DF490B-0577-4FA7-ACA1-0EEF4F934E8F</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>4</DecimalPlaces>
<Duration>1398</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>4</DecimalPlaces>
</TechItem>
<TechItem xsi:type="SingleGraphItem">
<ID>a30e48de-be76-4230-92d0-d27d6f37b940</ID>
@@ -1011,11 +1035,11 @@
<Angle>0</Angle>
<ItemGuid>5F12B974-2C9E-4DDD-9B20-733251A5D7E6</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>4</DecimalPlaces>
<Duration>1398</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>4</DecimalPlaces>
</TechItem>
<TechItem xsi:type="SingleGraphItem">
<ID>5ac4b368-093a-4192-98d4-e9d24f229b13</ID>
@@ -1026,11 +1050,11 @@
<Angle>0</Angle>
<ItemGuid>84CF23C9-D20D-4C08-BE1D-80201FC43C06</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>4</DecimalPlaces>
<Duration>1398</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>4</DecimalPlaces>
</TechItem>
<TechItem xsi:type="MonitorRecorderItem">
<ID>9c34dc69-cfaa-48b4-9d02-8f0d9bba79dd</ID>
@@ -1482,11 +1506,11 @@
<Angle>0</Angle>
<ItemGuid>1F0F907A-EC16-4386-AFC8-B2B156F2A822</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>3</DecimalPlaces>
<Duration>1426</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>3</DecimalPlaces>
</TechItem>
<TechItem xsi:type="SingleGraphItem">
<ID>cc99a514-1498-4b93-a4eb-4e0a2a2e9de6</ID>
@@ -1497,11 +1521,11 @@
<Angle>0</Angle>
<ItemGuid>A499E5E0-A812-4032-8F96-B38C6762C4BD</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>1</DecimalPlaces>
<Duration>1282</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>1</DecimalPlaces>
</TechItem>
<TechItem xsi:type="ValveItem">
<ID>cdddd48e-422d-48f4-8397-5032c3705fdb</ID>
@@ -1707,11 +1731,11 @@
<Angle>0</Angle>
<ItemGuid>0E4783A1-B8DE-451E-B357-322C39E448FB</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>81b78212-14d8-4a66-bf3a-eeea9900e0d6</ID>
@@ -1735,7 +1759,7 @@
<HeaterState>
<HeaterType>HeaterZone7</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>83.94</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -1751,11 +1775,11 @@
<Angle>0</Angle>
<ItemGuid>0E4783A1-B8DE-451E-B357-322C39E44809</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>064bd571-4250-4ea3-8ed5-96f1ddc8fe6b</ID>
@@ -1779,7 +1803,7 @@
<HeaterState>
<HeaterType>HeaterZone9</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>82.41</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -1795,11 +1819,11 @@
<Angle>0</Angle>
<ItemGuid>0E4783A1-B8DE-451E-B357-322C39E44812</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>85e9ecc2-3bce-4055-89a9-1712752898a9</ID>
@@ -1823,7 +1847,7 @@
<HeaterState>
<HeaterType>HeadCoverHeater2</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>283.75</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -1839,11 +1863,11 @@
<Angle>0</Angle>
<ItemGuid>0E4783A1-B8DE-451E-B357-322C39E44811</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>5ed86083-bdd6-4648-b7ca-f17fa97f034a</ID>
@@ -1867,7 +1891,7 @@
<HeaterState>
<HeaterType>HeaterZone11</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>84.97</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -1883,11 +1907,11 @@
<Angle>0</Angle>
<ItemGuid>0E4783A1-B8DE-451E-B357-322C39E44810</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>e8130372-e0ee-4c1c-a43d-4ab15ff57bd8</ID>
@@ -1911,7 +1935,7 @@
<HeaterState>
<HeaterType>HeaterZone10</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>86.27</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -1927,11 +1951,11 @@
<Angle>0</Angle>
<ItemGuid>0E4783A1-B8DE-451E-B357-322C39E44808</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>e7935033-56c6-42a4-a2b3-f5eedb0a11e7</ID>
@@ -1955,7 +1979,7 @@
<HeaterState>
<HeaterType>HeaterZone8</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>79.47</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -1971,11 +1995,11 @@
<Angle>0</Angle>
<ItemGuid>D7585119-4A42-4370-8F1E-F3E62553E588</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>b3826c8e-1d82-4f4f-ad9f-d88f257dffb2</ID>
@@ -1999,7 +2023,7 @@
<HeaterState>
<HeaterType>HeaterZone3</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>131.21</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -2015,11 +2039,11 @@
<Angle>0</Angle>
<ItemGuid>098F7CAB-030C-46B0-B2B8-A85AF2253032</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>233f0076-7595-4ecb-8496-41eeb7b457ea</ID>
@@ -2043,7 +2067,7 @@
<HeaterState>
<HeaterType>HeaterZone1</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>144.21</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -2059,11 +2083,11 @@
<Angle>0</Angle>
<ItemGuid>A8DB1D27-6B25-4FB4-A3F5-46A29BA51955</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>72d7192b-dd27-4064-9f5f-90062388a81c</ID>
@@ -2087,7 +2111,7 @@
<HeaterState>
<HeaterType>HeaterZone2</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>162.58</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -2103,11 +2127,11 @@
<Angle>0</Angle>
<ItemGuid>246C2551-5EFD-48E9-94F6-6313C5E5018F</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>5f451443-fab2-4bf6-8f21-5e038ca2c726</ID>
@@ -2131,7 +2155,7 @@
<HeaterState>
<HeaterType>HeaterZone6</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>76.78</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -2147,11 +2171,11 @@
<Angle>0</Angle>
<ItemGuid>6C0C1AB0-3EE9-40D7-8424-A79436FBC804</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>665593d6-e689-459e-94f9-2cdcce6150ac</ID>
@@ -2175,7 +2199,7 @@
<HeaterState>
<HeaterType>HeaterZone5</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>80.57</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -2191,11 +2215,11 @@
<Angle>0</Angle>
<ItemGuid>DACEBF90-E2B4-4CC9-A973-B8B429AA0089</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>b53a74f3-8e91-40ce-b980-c5b237baeee9</ID>
@@ -2219,7 +2243,7 @@
<HeaterState>
<HeaterType>HeaterZone4</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>8.5</CurrentValue>
+ <CurrentValue>99.13</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -2235,11 +2259,11 @@
<Angle>0</Angle>
<ItemGuid>0E4783A1-B8DE-451E-B357-322C39E448DD</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>584c7f29-49cc-4845-a7ab-09239bd3a986</ID>
@@ -2263,7 +2287,7 @@
<HeaterState>
<HeaterType>HeaterZone12</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>76.39</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -2279,11 +2303,11 @@
<Angle>0</Angle>
<ItemGuid>0E4783A1-B8DE-451E-B357-322C39E448CC</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
<Duration>2962</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>300</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>2</DecimalPlaces>
</TechItem>
<TechItem xsi:type="PidItem">
<ID>c1f48bf1-9cb3-475a-b152-e8b9a211b694</ID>
@@ -2307,7 +2331,7 @@
<HeaterState>
<HeaterType>HeadCoverHeater1</HeaterType>
<SetPoint>0</SetPoint>
- <CurrentValue>-2</CurrentValue>
+ <CurrentValue>283.75</CurrentValue>
<IsActive>false</IsActive>
<IsRampingUp>false</IsRampingUp>
<IsInSetPoint>true</IsInSetPoint>
@@ -2429,6 +2453,74 @@
<ItemGuid>78db28d0-0407-4942-bb62-c44da81c4f9e</ItemGuid>
<ColorNumber>-1</ColorNumber>
</TechItem>
+ <TechItem xsi:type="MonitorItem">
+ <ID>a79322a7-fbb8-469b-a4d9-a0ffb3c17a5d</ID>
+ <Left>639</Left>
+ <Top>358.69469026548683</Top>
+ <Width>134</Width>
+ <Height>99.300884955752167</Height>
+ <Angle>0</Angle>
+ <ItemGuid>94F3E5A1-413E-4EA0-BDE1-F0625BFF7910</ItemGuid>
+ <ColorNumber>-1</ColorNumber>
+ <UpdateInterval>10</UpdateInterval>
+ <DecimalPoints>2</DecimalPoints>
+ </TechItem>
+ <TechItem xsi:type="MonitorItem">
+ <ID>979459b4-b609-487f-b6d7-55f435659658</ID>
+ <Left>1027</Left>
+ <Top>391.93362831858775</Top>
+ <Width>118</Width>
+ <Height>93.221238938053034</Height>
+ <Angle>0</Angle>
+ <ItemGuid>FE0D0A56-5795-4C5A-8E09-939FBB35C441</ItemGuid>
+ <ColorNumber>-1</ColorNumber>
+ <UpdateInterval>10</UpdateInterval>
+ <DecimalPoints>2</DecimalPoints>
+ </TechItem>
+ <TechItem xsi:type="SingleGraphItem">
+ <ID>8b11bfca-091d-4461-8713-ba2fd9c8484e</ID>
+ <Left>432</Left>
+ <Top>511.69911504424789</Top>
+ <Width>461</Width>
+ <Height>250.27876106194691</Height>
+ <Angle>0</Angle>
+ <ItemGuid>94F3E5A1-413E-4EA0-BDE1-F0625BFF7910</ItemGuid>
+ <ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
+ <Duration>419</Duration>
+ <UseAutoRange>true</UseAutoRange>
+ <Min>0</Min>
+ <Max>100</Max>
+ </TechItem>
+ <TechItem xsi:type="SingleGraphItem">
+ <ID>8aa4b451-71d6-429c-94e4-2581e3c62a7a</ID>
+ <Left>956</Left>
+ <Top>513.80973451327361</Top>
+ <Width>461</Width>
+ <Height>250.27876106194691</Height>
+ <Angle>0</Angle>
+ <ItemGuid>FE0D0A56-5795-4C5A-8E09-939FBB35C441</ItemGuid>
+ <ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>2</DecimalPlaces>
+ <Duration>419</Duration>
+ <UseAutoRange>true</UseAutoRange>
+ <Min>0</Min>
+ <Max>100</Max>
+ </TechItem>
+ <TechItem xsi:type="ControllerItem">
+ <ID>a4c498bc-8fb0-4b56-b448-6144afe447c9</ID>
+ <Left>30</Left>
+ <Top>356.66814159292045</Top>
+ <Width>241</Width>
+ <Height>131.7256637168141</Height>
+ <Angle>0</Angle>
+ <ItemGuid>78482AA4-3DF6-421F-944C-64328D3C3EF2</ItemGuid>
+ <ColorNumber>-14774017</ColorNumber>
+ <UpdateInterval>10</UpdateInterval>
+ <OptimalRangeMinimum>0</OptimalRangeMinimum>
+ <OptimalRangeMaximum>7000</OptimalRangeMaximum>
+ <IsSetToDefault>true</IsSetToDefault>
+ </TechItem>
</Items>
</MachineTechViewProjectTab>
<MachineTechViewProjectTab>
@@ -2443,11 +2535,11 @@
<Angle>0</Angle>
<ItemGuid>A499E5E0-A812-4032-8F96-B38C6762C4BD</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>3</DecimalPlaces>
<Duration>3600</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>3</DecimalPlaces>
</TechItem>
<TechItem xsi:type="SingleGraphItem">
<ID>aae29286-81b3-476a-9f58-c0fd246cae96</ID>
@@ -2458,11 +2550,11 @@
<Angle>0</Angle>
<ItemGuid>F33667BD-D9FA-4DC7-BC2C-0E89E60AE4BE</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>3</DecimalPlaces>
<Duration>3600</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>3</DecimalPlaces>
</TechItem>
<TechItem xsi:type="TextItem">
<ID>7d94c7c4-1288-4f9d-b0e6-a06794829642</ID>
@@ -2552,11 +2644,11 @@
<Angle>0</Angle>
<ItemGuid>1F0F907A-EC16-4386-AFC8-B2B156F2A822</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>3</DecimalPlaces>
<Duration>3600</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>3</DecimalPlaces>
</TechItem>
<TechItem xsi:type="TextItem">
<ID>1c254a92-c075-453f-9667-cdcc91cf8e6a</ID>
@@ -2589,11 +2681,11 @@
<Angle>0</Angle>
<ItemGuid>6B1DF4B0-BCC2-400C-A3B7-31C5119A55BB</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>3</DecimalPlaces>
<Duration>3600</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>3</DecimalPlaces>
</TechItem>
<TechItem xsi:type="TextItem">
<ID>0bef6e9d-6da0-4f06-9e1a-c00142bde4c1</ID>
@@ -2626,11 +2718,11 @@
<Angle>0</Angle>
<ItemGuid>19645882-6587-4A50-BD85-AF06617DC654</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>3</DecimalPlaces>
<Duration>3600</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>3</DecimalPlaces>
</TechItem>
<TechItem xsi:type="MonitorItem">
<ID>39f6a02c-c4d9-47d0-b92d-bdea0ed5d3ce</ID>
@@ -2782,11 +2874,11 @@
<Angle>0</Angle>
<ItemGuid>A499E5E0-A812-4032-8F96-B38C6762C4BD</ItemGuid>
<ColorNumber>-14774017</ColorNumber>
+ <DecimalPlaces>1</DecimalPlaces>
<Duration>1942</Duration>
+ <UseAutoRange>true</UseAutoRange>
<Min>0</Min>
<Max>100</Max>
- <UseAutoRange>true</UseAutoRange>
- <DecimalPlaces>1</DecimalPlaces>
</TechItem>
<TechItem xsi:type="ValveItem">
<ID>604e031b-89c3-4c9d-90ef-7b861a77e5e0</ID>
@@ -2811,5 +2903,5 @@
</Items>
</MachineTechViewProjectTab>
</Tabs>
- <SelectedTabIndex>3</SelectedTabIndex>
+ <SelectedTabIndex>0</SelectedTabIndex>
</MachineTechViewProject> \ No newline at end of file