Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DMBasicGUI DMSupport
GuiVar.h
00001 // My own header is inserted here - edit it in the C code generation window 00002 00003 // ----------------------------------------------------------------------- 00004 // 00005 // *** ATTENTION *** 00006 // 00007 // This file is maintained by the easyGUI Graphical User Interface 00008 // program. Modifications should therefore not be made directly in 00009 // this file, as the changes will be lost next time easyGUI creates 00010 // the file. 00011 // 00012 // *** ATTENTION *** 00013 // 00014 // ----------------------------------------------------------------------- 00015 00016 // 00017 // Generated by easyGUI version 6.0.9.005 00018 // Generated for project GC500_5inch 00019 // in project file C:\easyGUI Projects\GC500_5inch.gui 00020 // 00021 00022 // Ensure that this header file is only included once 00023 #ifndef __GUIVAR_H 00024 #define __GUIVAR_H 00025 00026 // -------------------------- INCLUDE SECTION -------------------------- 00027 00028 #include "GuiConst.h" 00029 #include "GuiLib.h" 00030 00031 // --------------------- GLOBAL DECLARATION SECTION -------------------- 00032 00033 // Positions 00034 // ========= 00035 00036 00037 // Variables 00038 // ========= 00039 00040 // Actuator software version 00041 extern GuiConst_TEXT GuiVar_actuatorSoftwareVersion[41]; 00042 00043 00044 // The current value for the damp factor applied to the auxiliary 00045 extern GuiConst_TEXT GuiVar_auxiliaryDampFactor[41]; 00046 00047 00048 // The current value for the nudge factor applied to the auxiliary 00049 extern GuiConst_TEXT GuiVar_auxiliaryNudgeFactor[41]; 00050 00051 00052 // The build date of the software (this enables us to track which build is 00053 // being used) 00054 extern GuiConst_TEXT GuiVar_buildDate[41]; 00055 00056 00057 // The current (actual) temperature of the column oven 00058 extern GuiConst_TEXT GuiVar_columnDHAutoCalibActualOvenTemp[41]; 00059 00060 00061 // The text to appear on top of the Calibrate button ("Calibrate" to start 00062 // calibrating, "Stop" to stop it) 00063 extern GuiConst_TEXT GuiVar_columnDHAutoCalibCalibrateButtonText[21]; 00064 00065 00066 // The current auto calibration status (idle, heating, etc) 00067 extern GuiConst_TEXT GuiVar_columnDHAutoCalibCalibrationState[41]; 00068 00069 00070 // The current calibrated resistance for the selected calibration point 00071 extern GuiConst_TEXT GuiVar_columnDHAutoCalibCurrentRes[41]; 00072 00073 00074 // The current calibrated temperature for the selected calibration point 00075 extern GuiConst_TEXT GuiVar_columnDHAutoCalibCurrentTemp[41]; 00076 00077 00078 // The current auto calibration heat status (on or off) 00079 extern GuiConst_TEXT GuiVar_columnDHAutoCalibHeatState[41]; 00080 00081 00082 // The point to be calibrated (0 = point 1, 1 = point 2, 2 = point 3) 00083 extern GuiConst_INT8U GuiVar_columnDHAutoCalibPointSelection; 00084 00085 00086 // The resistance of the GC column 00087 extern GuiConst_TEXT GuiVar_columnDHAutoCalibResistance[41]; 00088 00089 00090 // The colour for the text on the Set button on the auto calibration page 00091 // for the directly heated column 00092 extern GuiConst_INTCOLOR GuiVar_columnDHAutoCalibSetColour; 00093 00094 00095 // The time (in minutes) until stabilisation finishes 00096 extern GuiConst_TEXT GuiVar_columnDHAutoCalibStabilisationTimeRemaining[41]; 00097 00098 00099 // The time (in minutes) to allow the oven to stabilise at the calibration 00100 // temperature 00101 extern GuiConst_TEXT GuiVar_columnDHAutoCalibStabilisationTimeToSet[41]; 00102 00103 00104 // The temperature to which the user wants to set the GC column oven 00105 extern GuiConst_TEXT GuiVar_columnDHAutoCalibTemperatureToSet[41]; 00106 00107 00108 // The current value for the damp factor applied to the directly heated column. 00109 extern GuiConst_TEXT GuiVar_columnDHDampFactor[41]; 00110 00111 00112 // The current resistance for Manual Column Calibration point 1 00113 extern GuiConst_TEXT GuiVar_columnDHManualCalibRes1[41]; 00114 00115 00116 // The current resistance for Manual Column Calibration point 2 00117 extern GuiConst_TEXT GuiVar_columnDHManualCalibRes2[41]; 00118 00119 00120 // The current resistance for Manual Column Calibration point 3 00121 extern GuiConst_TEXT GuiVar_columnDHManualCalibRes3[41]; 00122 00123 00124 // The current temperature for Manual Column Calibration point 1 00125 extern GuiConst_TEXT GuiVar_columnDHManualCalibTemp1[41]; 00126 00127 00128 // The current temperature for Manual Column Calibration point 2 00129 extern GuiConst_TEXT GuiVar_columnDHManualCalibTemp2[41]; 00130 00131 00132 // The current temperature for Manual Column Calibration point 3 00133 extern GuiConst_TEXT GuiVar_columnDHManualCalibTemp3[41]; 00134 00135 00136 // The current value for the nudge factor applied to the directly heated 00137 // column. 00138 extern GuiConst_TEXT GuiVar_columnDHNudgeFactor[41]; 00139 00140 00141 // The current value for the DH column PSU DAC, obtained from the GC 00142 extern GuiConst_TEXT GuiVar_columnDHPSUDACGetValue[41]; 00143 00144 00145 // The current power for the DH column PSU DAC, calculated using the current 00146 // PSU DAC value 00147 extern GuiConst_TEXT GuiVar_columnDHPSUDACPower[41]; 00148 00149 00150 // The value to which the DH column PSU DAC is to be set 00151 extern GuiConst_TEXT GuiVar_columnDHPSUDACSetValue[41]; 00152 00153 00154 // The current value for the ramp damp factor applied to the directly heated 00155 // column. 00156 extern GuiConst_TEXT GuiVar_columnDHRampDampFactor[41]; 00157 00158 00159 // The current value for the ramp nudge factor applied to the directly heated 00160 // column. 00161 extern GuiConst_TEXT GuiVar_columnDHRampNudgeFactor[41]; 00162 00163 00164 // The current value for the DH column sensor current gain 00165 extern GuiConst_TEXT GuiVar_columnDHSensorCalibCurrentGain[41]; 00166 00167 00168 // The current value for the DH column sensor current offset 00169 extern GuiConst_TEXT GuiVar_columnDHSensorCalibCurrentOffset[41]; 00170 00171 00172 // The current value for the DH column sensor voltage gain 00173 extern GuiConst_TEXT GuiVar_columnDHSensorCalibVoltageGain[41]; 00174 00175 00176 // The current value for the DH column sensor voltage offset 00177 extern GuiConst_TEXT GuiVar_columnDHSensorCalibVoltageOffset[41]; 00178 00179 00180 // The internal diameter of the column 00181 extern GuiConst_TEXT GuiVar_columnInnerDiameter[41]; 00182 00183 00184 // The length of the column 00185 extern GuiConst_TEXT GuiVar_columnLength[41]; 00186 00187 00188 // The maximum GC column temperature (on the Settings page) 00189 extern GuiConst_TEXT GuiVar_columnMaxTemp[41]; 00190 00191 00192 // The maximum GC column temperature (on the Column page). The 'D' is a placeholder 00193 // for the degree symbol, which the compiler will not accept. 00194 extern GuiConst_TEXT GuiVar_columnMaxTemp2[41]; 00195 00196 00197 // The initial hold time specified in the current GC method (mins) 00198 extern GuiConst_TEXT GuiVar_columnMethodInitialHold[41]; 00199 00200 00201 // The initial column temperature specified in the current GC method (deg 00202 // C) 00203 extern GuiConst_TEXT GuiVar_columnMethodInitialTemp[41]; 00204 00205 00206 // The number of ramps in the current column method (range 0 - 9) 00207 extern GuiConst_TEXT GuiVar_columnMethodRampCount[41]; 00208 00209 00210 // The colour of the even numbered rows (2, 4) on the column, injector and 00211 // gas method pages 00212 extern GuiConst_INTCOLOR GuiVar_columnMethodRampEvenRowsColour; 00213 00214 00215 // The hold time for the first ramp displayed on the Column Method page 00216 extern GuiConst_TEXT GuiVar_columnMethodRampHold1[41]; 00217 00218 00219 // The hold time for the second ramp displayed on the Column Method page 00220 extern GuiConst_TEXT GuiVar_columnMethodRampHold2[41]; 00221 00222 00223 // The hold time for the third ramp displayed on the Column Method page 00224 extern GuiConst_TEXT GuiVar_columnMethodRampHold3[41]; 00225 00226 00227 // The hold time for the fourth ramp displayed on the Column Method page 00228 extern GuiConst_TEXT GuiVar_columnMethodRampHold4[41]; 00229 00230 00231 // The hold time for the fifth ramp displayed on the Column Method page 00232 extern GuiConst_TEXT GuiVar_columnMethodRampHold5[41]; 00233 00234 00235 // The index number of the first ramp displayed on the Column Method page 00236 extern GuiConst_TEXT GuiVar_columnMethodRampNumber1[41]; 00237 00238 00239 // The index number of the second ramp displayed on the Column Method page 00240 extern GuiConst_TEXT GuiVar_columnMethodRampNumber2[41]; 00241 00242 00243 // The index number of the third ramp displayed on the Column Method page 00244 extern GuiConst_TEXT GuiVar_columnMethodRampNumber3[41]; 00245 00246 00247 // The index number of the fourth ramp displayed on the Column Method page 00248 extern GuiConst_TEXT GuiVar_columnMethodRampNumber4[41]; 00249 00250 00251 // The index number of the fifth ramp displayed on the Column Method page 00252 extern GuiConst_TEXT GuiVar_columnMethodRampNumber5[41]; 00253 00254 00255 // The colour of the odd numbered rows (1, 3, 5) on the column, injector 00256 // and gas method pages 00257 extern GuiConst_INTCOLOR GuiVar_columnMethodRampOddRowsColour; 00258 00259 00260 // The temperature rate of the first ramp displayed on the Column Method 00261 // page 00262 extern GuiConst_TEXT GuiVar_columnMethodRampRate1[41]; 00263 00264 00265 // The temperature rate of the second ramp displayed on the Column Method 00266 // page 00267 extern GuiConst_TEXT GuiVar_columnMethodRampRate2[41]; 00268 00269 00270 // The temperature rate of the third ramp displayed on the Column Method 00271 // page 00272 extern GuiConst_TEXT GuiVar_columnMethodRampRate3[41]; 00273 00274 00275 // The temperature rate of the fourth ramp displayed on the Column Method 00276 // page 00277 extern GuiConst_TEXT GuiVar_columnMethodRampRate4[41]; 00278 00279 00280 // The temperature rate of the fifth ramp displayed on the Column Method 00281 // page 00282 extern GuiConst_TEXT GuiVar_columnMethodRampRate5[41]; 00283 00284 00285 // The upper temperature of the first ramp displayed on the Column Method 00286 // page 00287 extern GuiConst_TEXT GuiVar_columnMethodRampUpper1[41]; 00288 00289 00290 // The upper temperature of the second ramp displayed on the Column Method 00291 // page 00292 extern GuiConst_TEXT GuiVar_columnMethodRampUpper2[41]; 00293 00294 00295 // The upper temperature of the third ramp displayed on the Column Method 00296 // page 00297 extern GuiConst_TEXT GuiVar_columnMethodRampUpper3[41]; 00298 00299 00300 // The upper temperature of the fourth ramp displayed on the Column Method 00301 // page 00302 extern GuiConst_TEXT GuiVar_columnMethodRampUpper4[41]; 00303 00304 00305 // The upper temperature of the fifth ramp displayed on the Column Method 00306 // page 00307 extern GuiConst_TEXT GuiVar_columnMethodRampUpper5[41]; 00308 00309 00310 // The outer (i.e. external) diameter of the column 00311 extern GuiConst_TEXT GuiVar_columnOuterDiameter[41]; 00312 00313 00314 // The current value for the damp factor applied to the column oven. 00315 extern GuiConst_TEXT GuiVar_columnOvenDampFactor[41]; 00316 00317 00318 // The current value for the nudge factor applied to the column oven. 00319 extern GuiConst_TEXT GuiVar_columnOvenNudgeFactor[41]; 00320 00321 00322 // The current value for the ramp damp factor applied to the column oven. 00323 extern GuiConst_TEXT GuiVar_columnOvenRampDampFactor[41]; 00324 00325 00326 // The current value for the ramp nudge factor applied to the column oven. 00327 extern GuiConst_TEXT GuiVar_columnOvenRampNudgeFactor[41]; 00328 00329 00330 // The current value for the temperature offset applied to the column oven. 00331 extern GuiConst_TEXT GuiVar_columnOvenTempOffset[41]; 00332 00333 00334 // The serial number of the column itself 00335 extern GuiConst_TEXT GuiVar_columnSerialNumber[41]; 00336 00337 00338 // The current status of the column (cold, heating up, ready, faulted) 00339 extern GuiConst_TEXT GuiVar_columnStatus[41]; 00340 00341 00342 // The target temperature for the GC column 00343 extern GuiConst_TEXT GuiVar_columnTargetTemperature[41]; 00344 00345 00346 // The target temperature for the GC column (on Column page 1) 00347 extern GuiConst_TEXT GuiVar_columnTargetTemperature2[41]; 00348 00349 00350 // The current temperature of the GC column 00351 extern GuiConst_TEXT GuiVar_columnTemperature[41]; 00352 00353 00354 // The column temperature (on the Home page) 00355 extern GuiConst_TEXT GuiVar_columnTemperature2[41]; 00356 00357 00358 // The temperature to which the user wants to set the GC column oven 00359 extern GuiConst_TEXT GuiVar_columnTemperatureToSet[41]; 00360 00361 00362 // The current temperature of the GC column. Displayed while the method is 00363 // running. Oven or directly heated, as appropriate 00364 extern GuiConst_TEXT GuiVar_columnTemperatureWhileRunning[41]; 00365 00366 00367 // Tells the user if there is no column temperature method set up (the graph 00368 // will be blank in this case) 00369 extern GuiConst_TEXT GuiVar_columnTempProfilePageNoMethod[41]; 00370 00371 00372 // The label for the X axis of the graph on the ColumnTempProfile page 00373 extern GuiConst_TEXT GuiVar_columnTempProfilePageXAxisLabel[41]; 00374 00375 00376 // The GC column type (None, Conventional or Directly heated) 00377 extern GuiConst_TEXT GuiVar_columnType[41]; 00378 00379 00380 // The first component that now needs servicing 00381 extern GuiConst_TEXT GuiVar_componentNeedsServicing1[41]; 00382 00383 00384 // The second component that now needs servicing 00385 extern GuiConst_TEXT GuiVar_componentNeedsServicing2[41]; 00386 00387 00388 // The third component that now needs servicing 00389 extern GuiConst_TEXT GuiVar_componentNeedsServicing3[41]; 00390 00391 00392 // The fourth component that now needs servicing 00393 extern GuiConst_TEXT GuiVar_componentNeedsServicing4[41]; 00394 00395 00396 // The fifth component that now needs servicing 00397 extern GuiConst_TEXT GuiVar_componentNeedsServicing5[41]; 00398 00399 00400 // The sixth component that now needs servicing 00401 extern GuiConst_TEXT GuiVar_componentNeedsServicing6[41]; 00402 00403 00404 // The first component for which we are setting up the servicing 00405 extern GuiConst_TEXT GuiVar_componentSetupServicing1[41]; 00406 00407 00408 // The second component for which we are setting up the servicing 00409 extern GuiConst_TEXT GuiVar_componentSetupServicing2[41]; 00410 00411 00412 // The third component for which we are setting up the servicing 00413 extern GuiConst_TEXT GuiVar_componentSetupServicing3[41]; 00414 00415 00416 // The fourth component for which we are setting up the servicing 00417 extern GuiConst_TEXT GuiVar_componentSetupServicing4[41]; 00418 00419 00420 // The fifth component for which we are setting up the servicing 00421 extern GuiConst_TEXT GuiVar_componentSetupServicing5[41]; 00422 00423 00424 // The sixth component for which we are setting up the servicing 00425 extern GuiConst_TEXT GuiVar_componentSetupServicing6[41]; 00426 00427 00428 // The current, actual, column oven temperature (DH column calibration page) 00429 extern GuiConst_TEXT GuiVar_currentColumnOvenTemperature[41]; 00430 00431 00432 // The current, actual, column resistance (DH column calibration page) 00433 extern GuiConst_TEXT GuiVar_currentColumnResistance[41]; 00434 00435 00436 // The command response received from the GC 00437 extern GuiConst_TEXT GuiVar_debugCommandRx[21]; 00438 00439 00440 // The command to be sent to the GC 00441 extern GuiConst_TEXT GuiVar_debugCommandTx[21]; 00442 00443 00444 // The Detector air flow rate, in millilitres per mimute 00445 extern GuiConst_TEXT GuiVar_detectorAirFlowRate[41]; 00446 00447 00448 // The current value for the damp factor applied to the detector 00449 extern GuiConst_TEXT GuiVar_detectorDampFactor[41]; 00450 00451 00452 // The Detector fuel flow rate, in millilitres per minute 00453 extern GuiConst_TEXT GuiVar_detectorFuelFlowRate[41]; 00454 00455 00456 // The current value for the nudge factor applied to the detector 00457 extern GuiConst_TEXT GuiVar_detectorNudgeFactor[41]; 00458 00459 00460 // The detector range - can be x2,x10, x100 or x1000 00461 extern GuiConst_TEXT GuiVar_detectorRange[41]; 00462 00463 00464 // The Detector status - not ignited, igniting, ignited 00465 extern GuiConst_TEXT GuiVar_detectorStatus[41]; 00466 00467 00468 // The GC detector target temperature 00469 extern GuiConst_TEXT GuiVar_detectorTargetTemperature[41]; 00470 00471 00472 // The GC detector target temperature (displayed in each of the Detector 00473 // pages) 00474 extern GuiConst_TEXT GuiVar_detectorTargetTemperature2[41]; 00475 00476 00477 // The GC detector temperature (on the Detector page) 00478 extern GuiConst_TEXT GuiVar_detectorTemperature[41]; 00479 00480 00481 // The detector temperature (on the Home page) 00482 extern GuiConst_TEXT GuiVar_detectorTemperature2[41]; 00483 00484 00485 // The GC detector type (on the Settings page) 00486 extern GuiConst_TEXT GuiVar_detectorType[41]; 00487 00488 00489 // The GC detector type (on the Detector page) 00490 extern GuiConst_TEXT GuiVar_detectorType2[41]; 00491 00492 00493 // The command to lock/unlock the door actuator - i.e. to toggle it from 00494 // its current position 00495 extern GuiConst_TEXT GuiVar_doorActuatorCommand[41]; 00496 00497 00498 // The colour of the door actuator command text - black for enabled, grey 00499 // for disabled 00500 extern GuiConst_INTCOLOR GuiVar_doorActuatorCommandFGColour; 00501 00502 00503 // The current through an ECD detector 00504 extern GuiConst_TEXT GuiVar_ecdDetectorCurrent[41]; 00505 00506 00507 // Tells the user if they entered the correct engineer's lock code, or not 00508 extern GuiConst_TEXT GuiVar_engineersLockCodeMessage[41]; 00509 00510 00511 // First field of the gateway address 00512 extern GuiConst_TEXT GuiVar_ethernetGateway1[11]; 00513 00514 00515 // The background colour for the first gateway field 00516 extern GuiConst_INTCOLOR GuiVar_ethernetGateway1BackgroundColour; 00517 00518 00519 // Second field of the gateway address 00520 extern GuiConst_TEXT GuiVar_ethernetGateway2[11]; 00521 00522 00523 // The background colour for the second gateway field 00524 extern GuiConst_INTCOLOR GuiVar_ethernetGateway2BackgroundColour; 00525 00526 00527 // Third field of the gateway address 00528 extern GuiConst_TEXT GuiVar_ethernetGateway3[11]; 00529 00530 00531 // The background colour for the third gateway field 00532 extern GuiConst_INTCOLOR GuiVar_ethernetGateway3BackgroundColour; 00533 00534 00535 // Fourth field of the gateway address 00536 extern GuiConst_TEXT GuiVar_ethernetGateway4[11]; 00537 00538 00539 // The background colour for the fourth gateway field 00540 extern GuiConst_INTCOLOR GuiVar_ethernetGateway4BackgroundColour; 00541 00542 00543 // First field of the IP address 00544 extern GuiConst_TEXT GuiVar_ethernetIP1[11]; 00545 00546 00547 // The background colour for the first IP address field 00548 extern GuiConst_INTCOLOR GuiVar_ethernetIP1BackgroundColour; 00549 00550 00551 // Second field of the IP address 00552 extern GuiConst_TEXT GuiVar_ethernetIP2[11]; 00553 00554 00555 // The background colour for the second IP address field 00556 extern GuiConst_INTCOLOR GuiVar_ethernetIP2BackgroundColour; 00557 00558 00559 // Third field of the IP address 00560 extern GuiConst_TEXT GuiVar_ethernetIP3[11]; 00561 00562 00563 // The background colour for the third IP address field 00564 extern GuiConst_INTCOLOR GuiVar_ethernetIP3BackgroundColour; 00565 00566 00567 // Fourth field of the IP address 00568 extern GuiConst_TEXT GuiVar_ethernetIP4[11]; 00569 00570 00571 // The background colour for the fourth IP address field 00572 extern GuiConst_INTCOLOR GuiVar_ethernetIP4BackgroundColour; 00573 00574 00575 // The title of the ethernet field (IP address, etc) being edited on the 00576 // Ethernet Keypad page 00577 extern GuiConst_TEXT GuiVar_ethernetKeypadTitle[41]; 00578 00579 00580 // The first field of the submask 00581 extern GuiConst_TEXT GuiVar_ethernetMask1[11]; 00582 00583 00584 // The background colour for the first submask field 00585 extern GuiConst_INTCOLOR GuiVar_ethernetMask1BackgroundColour; 00586 00587 00588 // The second field of the submask 00589 extern GuiConst_TEXT GuiVar_ethernetMask2[11]; 00590 00591 00592 // The background colour for the second submask field 00593 extern GuiConst_INTCOLOR GuiVar_ethernetMask2BackgroundColour; 00594 00595 00596 // The third field of the submask 00597 extern GuiConst_TEXT GuiVar_ethernetMask3[11]; 00598 00599 00600 // The background colour for the third submask field 00601 extern GuiConst_INTCOLOR GuiVar_ethernetMask3BackgroundColour; 00602 00603 00604 // The fourth field of the submask 00605 extern GuiConst_TEXT GuiVar_ethernetMask4[11]; 00606 00607 00608 // The background colour for the fourth submask field 00609 extern GuiConst_INTCOLOR GuiVar_ethernetMask4BackgroundColour; 00610 00611 00612 // The first octet being edited on the Ethernet keypad 00613 extern GuiConst_TEXT GuiVar_ethernetOctet1[11]; 00614 00615 00616 // The background colour for the first Ethernet octet 00617 extern GuiConst_INTCOLOR GuiVar_ethernetOctet1BackgroundColour; 00618 00619 00620 // The second octet being edited on the Ethernet keypad 00621 extern GuiConst_TEXT GuiVar_ethernetOctet2[11]; 00622 00623 00624 // The background colour for the second Ethernet octet 00625 extern GuiConst_INTCOLOR GuiVar_ethernetOctet2BackgroundColour; 00626 00627 00628 // The third octet being edited on the Ethernet keypad 00629 extern GuiConst_TEXT GuiVar_ethernetOctet3[11]; 00630 00631 00632 // The background colour for the third Ethernet octet 00633 extern GuiConst_INTCOLOR GuiVar_ethernetOctet3BackgroundColour; 00634 00635 00636 // The fourth octet being edited on the Ethernet keypad 00637 extern GuiConst_TEXT GuiVar_ethernetOctet4[11]; 00638 00639 00640 // The background colour for the fourth Ethernet octet 00641 extern GuiConst_INTCOLOR GuiVar_ethernetOctet4BackgroundColour; 00642 00643 00644 // The Ethernet port address 00645 extern GuiConst_TEXT GuiVar_ethernetPort[21]; 00646 00647 00648 // The background colour for the EthernetPort field 00649 extern GuiConst_INTCOLOR GuiVar_ethernetPortBackgroundColour; 00650 00651 00652 // The current value for the cooling speed setting of the fan. 00653 extern GuiConst_TEXT GuiVar_fanPowerCooling[41]; 00654 00655 00656 // The current value for the DH calibration speed setting of the fan. 00657 extern GuiConst_TEXT GuiVar_fanPowerDHCalibration[41]; 00658 00659 00660 // The current value for the minimum speed setting of the fan. 00661 extern GuiConst_TEXT GuiVar_fanPowerMinimum[41]; 00662 00663 00664 // The current value for the normal speed setting of the fan. 00665 extern GuiConst_TEXT GuiVar_fanPowerNormal[41]; 00666 00667 00668 // The range value for an FPD detector (x1, x10, x100) 00669 extern GuiConst_TEXT GuiVar_fpdDetectorRange[41]; 00670 00671 00672 // The sensitivity of the amplifier of an FPD detector 00673 extern GuiConst_TEXT GuiVar_fpdDetectorSensitivity[41]; 00674 00675 00676 // The value for the gas back pressure gain 00677 extern GuiConst_TEXT GuiVar_gasBackPressureDACGain[41]; 00678 00679 00680 // The background colour for the gas back pressure DAC gain (yellow if active, 00681 // grey if not) 00682 extern GuiConst_INTCOLOR GuiVar_gasBackPressureDACGainBackgroundColour; 00683 00684 00685 // The value for the gas back pressure offset 00686 extern GuiConst_TEXT GuiVar_gasBackPressureDACOffset[41]; 00687 00688 00689 // The background colour for the gas back pressure DAC offset (yellow if 00690 // active, grey if not) 00691 extern GuiConst_INTCOLOR GuiVar_gasBackPressureDACOffsetBackgroundColour; 00692 00693 00694 // The value for gas calibration DAC 1 00695 extern GuiConst_TEXT GuiVar_gasCalibDAC1[41]; 00696 00697 00698 // The background colour for gas calibration DAC 1 (yellow if active, grey 00699 // if not) 00700 extern GuiConst_INTCOLOR GuiVar_gasCalibDAC1BackgroundColour; 00701 00702 00703 // The value for gas calibration DAC 2 00704 extern GuiConst_TEXT GuiVar_gasCalibDAC2[41]; 00705 00706 00707 // The background colour for gas calibration DAC 2 (yellow if active, grey 00708 // if not) 00709 extern GuiConst_INTCOLOR GuiVar_gasCalibDAC2BackgroundColour; 00710 00711 00712 // The value for gas calibration DAC 3 00713 extern GuiConst_TEXT GuiVar_gasCalibDAC3[41]; 00714 00715 00716 // The background colour for gas calibration DAC 3 (yellow if active, grey 00717 // if not) 00718 extern GuiConst_INTCOLOR GuiVar_gasCalibDAC3BackgroundColour; 00719 00720 00721 // The value for gas calibration DAC 4 00722 extern GuiConst_TEXT GuiVar_gasCalibDAC4[41]; 00723 00724 00725 // The background colour for gas calibration DAC 4 (yellow if active, grey 00726 // if not) 00727 extern GuiConst_INTCOLOR GuiVar_gasCalibDAC4BackgroundColour; 00728 00729 00730 // The value for gas calibration DAC 5 00731 extern GuiConst_TEXT GuiVar_gasCalibDAC5[41]; 00732 00733 00734 // The background colour for gas calibration DAC 5 (yellow if active, grey 00735 // if not) 00736 extern GuiConst_INTCOLOR GuiVar_gasCalibDAC5BackgroundColour; 00737 00738 00739 // The value for gas calibration DAC 6 00740 extern GuiConst_TEXT GuiVar_gasCalibDAC6[41]; 00741 00742 00743 // The background colour for gas calibration DAC 6 (yellow if active, grey 00744 // if not) 00745 extern GuiConst_INTCOLOR GuiVar_gasCalibDAC6BackgroundColour; 00746 00747 00748 // The value for gas calibration flow 1 00749 extern GuiConst_TEXT GuiVar_gasCalibFlow1[41]; 00750 00751 00752 // The background colour for gas calibration flow 1 (yellow if active, grey 00753 // if not) 00754 extern GuiConst_INTCOLOR GuiVar_gasCalibFlow1BackgroundColour; 00755 00756 00757 // The value for gas calibration flow 2 00758 extern GuiConst_TEXT GuiVar_gasCalibFlow2[41]; 00759 00760 00761 // The background colour for gas calibration flow 2 (yellow if active, grey 00762 // if not) 00763 extern GuiConst_INTCOLOR GuiVar_gasCalibFlow2BackgroundColour; 00764 00765 00766 // The value for gas calibration flow 3 00767 extern GuiConst_TEXT GuiVar_gasCalibFlow3[41]; 00768 00769 00770 // The background colour for gas calibration flow 3 (yellow if active, grey 00771 // if not) 00772 extern GuiConst_INTCOLOR GuiVar_gasCalibFlow3BackgroundColour; 00773 00774 00775 // The value for gas calibration flow 4 00776 extern GuiConst_TEXT GuiVar_gasCalibFlow4[41]; 00777 00778 00779 // The background colour for gas calibration flow 4 (yellow if active, grey 00780 // if not) 00781 extern GuiConst_INTCOLOR GuiVar_gasCalibFlow4BackgroundColour; 00782 00783 00784 // The value for gas calibration flow 5 00785 extern GuiConst_TEXT GuiVar_gasCalibFlow5[41]; 00786 00787 00788 // The background colour for gas calibration flow 5 (yellow if active, grey 00789 // if not) 00790 extern GuiConst_INTCOLOR GuiVar_gasCalibFlow5BackgroundColour; 00791 00792 00793 // The value for gas calibration flow 6 00794 extern GuiConst_TEXT GuiVar_gasCalibFlow6[41]; 00795 00796 00797 // The background colour for gas calibration flow 6 (yellow if active, grey 00798 // if not) 00799 extern GuiConst_INTCOLOR GuiVar_gasCalibFlow6BackgroundColour; 00800 00801 00802 // The gas selected for calibration (0 = helium, 1 = hydrogen, 2 = nitrogen) 00803 extern GuiConst_INT8U GuiVar_gasCalibGasSelection; 00804 00805 00806 // The carrier gas type (Nitrogen, Helium or Hydrogen) 00807 extern GuiConst_TEXT GuiVar_gasCarrierType[41]; 00808 00809 00810 // The value of the currently selected Gas channel ADC 00811 extern GuiConst_TEXT GuiVar_gasChannelDAC_ADCValue[21]; 00812 00813 00814 // The background colour for the gas channel ADC value (yellow if active, 00815 // grey if not) 00816 extern GuiConst_INTCOLOR GuiVar_gasChannelDAC_ADCValueBackgroundColour; 00817 00818 00819 // The value of the currently selected Gas channel DAC 00820 extern GuiConst_TEXT GuiVar_gasChannelDAC_DACValue[21]; 00821 00822 00823 // The background colour for the gas channel DAC value (yellow if active, 00824 // grey if not) 00825 extern GuiConst_INTCOLOR GuiVar_gasChannelDAC_DACValueBackgroundColour; 00826 00827 00828 // The channel selected for Gas channel DACvs ADC (1 = total flow, 2= back 00829 // pressure, 3 = Fuel, 4 = Air/Makeup 00830 extern GuiConst_INT8U GuiVar_gasChannelDACSelection; 00831 00832 00833 // The GC gas control mode (on the Settings page) 00834 extern GuiConst_TEXT GuiVar_gasControlMode[41]; 00835 00836 00837 // The GC gas control mode (on the Gas page) 00838 extern GuiConst_TEXT GuiVar_gasControlMode2[41]; 00839 00840 00841 // The date the gas filter was last changed 00842 extern GuiConst_TEXT GuiVar_gasFilterDateChanged[41]; 00843 00844 00845 // Tells the user if there is no gas flow method set up (the graph will be 00846 // blank in this case) 00847 extern GuiConst_TEXT GuiVar_gasFlowProfilePageNoMethod[41]; 00848 00849 00850 // The label for the X axis on the Gas flow profile graph 00851 extern GuiConst_TEXT GuiVar_gasFlowProfilePageXAxisLabel[41]; 00852 00853 00854 // The initial hold time specified in the current GC method (mins) 00855 extern GuiConst_TEXT GuiVar_gasMethodInitialHold[41]; 00856 00857 00858 // The initial gas pressure specified in the current GC method (psi) 00859 extern GuiConst_TEXT GuiVar_gasMethodInitialPressure[41]; 00860 00861 00862 // The number of ramps in the current gas method (range 1 - 10) 00863 extern GuiConst_TEXT GuiVar_gasMethodRampCount[41]; 00864 00865 00866 // The colour of the even numbered rows (2, 4) on the column, injector and 00867 // gas method pages 00868 extern GuiConst_INTCOLOR GuiVar_gasMethodRampEvenRowsColour; 00869 00870 00871 // The hold time for the first ramp displayed on the Gas Method page 00872 extern GuiConst_TEXT GuiVar_gasMethodRampHold1[41]; 00873 00874 00875 // The hold time for the second ramp displayed on the Gas Method page 00876 extern GuiConst_TEXT GuiVar_gasMethodRampHold2[41]; 00877 00878 00879 // The hold time for the third ramp displayed on the Gas Method page 00880 extern GuiConst_TEXT GuiVar_gasMethodRampHold3[41]; 00881 00882 00883 // The hold time for the fourth ramp displayed on the Gas Method page 00884 extern GuiConst_TEXT GuiVar_gasMethodRampHold4[41]; 00885 00886 00887 // The hold time for the fifth ramp displayed on the Gas Method page 00888 extern GuiConst_TEXT GuiVar_gasMethodRampHold5[41]; 00889 00890 00891 // The index number of the first ramp displayed on the Gas Method page 00892 extern GuiConst_TEXT GuiVar_gasMethodRampNumber1[41]; 00893 00894 00895 // The index number of the second ramp displayed on the Gas Method page 00896 extern GuiConst_TEXT GuiVar_gasMethodRampNumber2[41]; 00897 00898 00899 // The index number of the third ramp displayed on the Gas Method page 00900 extern GuiConst_TEXT GuiVar_gasMethodRampNumber3[41]; 00901 00902 00903 // The index number of the fourth ramp displayed on the Gas Method page 00904 extern GuiConst_TEXT GuiVar_gasMethodRampNumber4[41]; 00905 00906 00907 // The index number of the fifth ramp displayed on the Gas Method page 00908 extern GuiConst_TEXT GuiVar_gasMethodRampNumber5[41]; 00909 00910 00911 // The colour of the odd numbered rows (1, 3, 5) on the column, injector 00912 // and gas method pages 00913 extern GuiConst_INTCOLOR GuiVar_gasMethodRampOddRowsColour; 00914 00915 00916 // The temperature rate of the first ramp displayed on the Gas Method page 00917 extern GuiConst_TEXT GuiVar_gasMethodRampRate1[41]; 00918 00919 00920 // The temperature rate of the second ramp displayed on the Gas Method page 00921 extern GuiConst_TEXT GuiVar_gasMethodRampRate2[41]; 00922 00923 00924 // The temperature rate of the third ramp displayed on the Gas Method page 00925 extern GuiConst_TEXT GuiVar_gasMethodRampRate3[41]; 00926 00927 00928 // The temperature rate of the fourth ramp displayed on the Gas Method page 00929 extern GuiConst_TEXT GuiVar_gasMethodRampRate4[41]; 00930 00931 00932 // The temperature rate of the fifth ramp displayed on the Gas Method page 00933 extern GuiConst_TEXT GuiVar_gasMethodRampRate5[41]; 00934 00935 00936 // The upper pressure of the first ramp displayed on the Gas Method page 00937 // (down to 0.1 psi) 00938 extern GuiConst_TEXT GuiVar_gasMethodRampUpper1[41]; 00939 00940 00941 // The upper pressure of the second ramp displayed on the Gas Method page 00942 // (down to 0.1 psi) 00943 extern GuiConst_TEXT GuiVar_gasMethodRampUpper2[41]; 00944 00945 00946 // The upper pressure of the third ramp displayed on the Gas Method page 00947 // (down to 0.1 psi) 00948 extern GuiConst_TEXT GuiVar_gasMethodRampUpper3[41]; 00949 00950 00951 // The upper pressure of the fourth ramp displayed on the Gas Method page 00952 // (down to 0.1 psi) 00953 extern GuiConst_TEXT GuiVar_gasMethodRampUpper4[41]; 00954 00955 00956 // The upper pressure of the fifth ramp displayed on the Gas Method page 00957 // (down to 0.1 psi) 00958 extern GuiConst_TEXT GuiVar_gasMethodRampUpper5[41]; 00959 00960 00961 // The GC gas pressure (on the Gas page) 00962 extern GuiConst_TEXT GuiVar_gasPressure[41]; 00963 00964 00965 // The actual (not target) GC gas pressure (on the Home page) 00966 extern GuiConst_TEXT GuiVar_gasPressure2[41]; 00967 00968 00969 // The current gas pressure. Displayed while the method is running. 00970 extern GuiConst_TEXT GuiVar_gasPressureWhileRunning[41]; 00971 00972 00973 // The pulsed pressure, in psi (returned from the GC in units of 0.1 psi) 00974 extern GuiConst_TEXT GuiVar_gasPulsedPressure[41]; 00975 00976 00977 // The GC gas pressure (on the Home page). Target/Pulsed pressures 00978 extern GuiConst_TEXT GuiVar_gasTargetPressure2[41]; 00979 00980 00981 // The current state of the GC, obtained using the QSTA command, telling 00982 // the user why it is not ready to run. 00983 extern GuiConst_TEXT GuiVar_gcNotReadyState[81]; 00984 00985 00986 // The serial number of the GC instrument 00987 extern GuiConst_TEXT GuiVar_gcSerialNumber[41]; 00988 00989 00990 // GC software version 00991 extern GuiConst_TEXT GuiVar_gcSoftwareVersion[41]; 00992 00993 00994 // The current state of the GC, obtained using the QSTA and QFLT commands 00995 extern GuiConst_TEXT GuiVar_gcState[81]; 00996 00997 00998 // The time returned by the GC real time clock (command QRTC). Displayed 00999 // on the Settings page. 01000 extern GuiConst_TEXT GuiVar_gcTime[41]; 01001 01002 01003 // The time returned by the GC real time clock (command QRTC). Displayed 01004 // on the Home page 01005 extern GuiConst_TEXT GuiVar_gcTimeOnHomePage[41]; 01006 01007 01008 // The command to turn the heat on (if it is off), or off (if it is on) 01009 extern GuiConst_TEXT GuiVar_heatOnOffCommand[21]; 01010 01011 01012 // The number of injections we have performed since the last time the liner 01013 // was changed 01014 extern GuiConst_TEXT GuiVar_injectionCountSinceLinerChanged[41]; 01015 01016 01017 // The number of injections we have performed since the last time the O-ring 01018 // was changed 01019 extern GuiConst_TEXT GuiVar_injectionCountSinceOringChanged[41]; 01020 01021 01022 // The number of injections we have performed since the last time the septa 01023 // was changed 01024 extern GuiConst_TEXT GuiVar_injectionCountSinceSeptaChanged[41]; 01025 01026 01027 // The GC injection mode (on the Settings page) 01028 extern GuiConst_TEXT GuiVar_injectionMode[41]; 01029 01030 01031 // The GC injection mode (on the Injector page) 01032 extern GuiConst_TEXT GuiVar_injectionMode2[41]; 01033 01034 01035 // The current value for the damp factor applied to the injector 01036 extern GuiConst_TEXT GuiVar_injectorDampFactor[41]; 01037 01038 01039 // The initial hold time specified in the current GC method (mins) 01040 extern GuiConst_TEXT GuiVar_injectorMethodInitialHold[41]; 01041 01042 01043 // The initial injector temperature specified in the current GC method (deg 01044 // C) 01045 extern GuiConst_TEXT GuiVar_injectorMethodInitialTemp[41]; 01046 01047 01048 // The number of ramps in the current injector method (range 0 - 9) 01049 extern GuiConst_TEXT GuiVar_injectorMethodRampCount[41]; 01050 01051 01052 // The colour of the even numbered rows (2, 4) on the column, injector and 01053 // gas method pages 01054 extern GuiConst_INTCOLOR GuiVar_injectorMethodRampEvenRowsColour; 01055 01056 01057 // The hold time for the first ramp displayed on the Injector Method page 01058 extern GuiConst_TEXT GuiVar_injectorMethodRampHold1[41]; 01059 01060 01061 // The hold time for the second ramp displayed on the Injector Method page 01062 extern GuiConst_TEXT GuiVar_injectorMethodRampHold2[41]; 01063 01064 01065 // The hold time for the third ramp displayed on the Injector Method page 01066 extern GuiConst_TEXT GuiVar_injectorMethodRampHold3[41]; 01067 01068 01069 // The hold time for the fourth ramp displayed on the Injector Method page 01070 extern GuiConst_TEXT GuiVar_injectorMethodRampHold4[41]; 01071 01072 01073 // The hold time for the fifth ramp displayed on the Injector Method page 01074 extern GuiConst_TEXT GuiVar_injectorMethodRampHold5[41]; 01075 01076 01077 // The index number of the first ramp displayed on the Injector Method page 01078 extern GuiConst_TEXT GuiVar_injectorMethodRampNumber1[41]; 01079 01080 01081 // The index number of the second ramp displayed on the Injector Method page 01082 extern GuiConst_TEXT GuiVar_injectorMethodRampNumber2[41]; 01083 01084 01085 // The index number of the third ramp displayed on the Injector Method page 01086 extern GuiConst_TEXT GuiVar_injectorMethodRampNumber3[41]; 01087 01088 01089 // The index number of the fourth ramp displayed on the Injector Method page 01090 extern GuiConst_TEXT GuiVar_injectorMethodRampNumber4[41]; 01091 01092 01093 // The index number of the fifth ramp displayed on the Injector Method page 01094 extern GuiConst_TEXT GuiVar_injectorMethodRampNumber5[41]; 01095 01096 01097 // The colour of the odd numbered rows (1, 3, 5) on the column, injector 01098 // and gas method pages 01099 extern GuiConst_INTCOLOR GuiVar_injectorMethodRampOddRowsColour; 01100 01101 01102 // The temperature rate of the first ramp displayed on the Injector Method 01103 // page 01104 extern GuiConst_TEXT GuiVar_injectorMethodRampRate1[41]; 01105 01106 01107 // The temperature rate of the second ramp displayed on the Injector Method 01108 // page 01109 extern GuiConst_TEXT GuiVar_injectorMethodRampRate2[41]; 01110 01111 01112 // The temperature rate of the third ramp displayed on the Injector Method 01113 // page 01114 extern GuiConst_TEXT GuiVar_injectorMethodRampRate3[41]; 01115 01116 01117 // The temperature rate of the fourth ramp displayed on the Injector Method 01118 // page 01119 extern GuiConst_TEXT GuiVar_injectorMethodRampRate4[41]; 01120 01121 01122 // The temperature rate of the fifth ramp displayed on the Injector Method 01123 // page 01124 extern GuiConst_TEXT GuiVar_injectorMethodRampRate5[41]; 01125 01126 01127 // The upper temperature of the first ramp displayed on the Injector Method 01128 // page 01129 extern GuiConst_TEXT GuiVar_injectorMethodRampUpper1[41]; 01130 01131 01132 // The upper temperature of the second ramp displayed on the Injector Method 01133 // page 01134 extern GuiConst_TEXT GuiVar_injectorMethodRampUpper2[41]; 01135 01136 01137 // The upper temperature of the third ramp displayed on the Injector Method 01138 // page 01139 extern GuiConst_TEXT GuiVar_injectorMethodRampUpper3[41]; 01140 01141 01142 // The upper temperature of the fourth ramp displayed on the Injector Method 01143 // page 01144 extern GuiConst_TEXT GuiVar_injectorMethodRampUpper4[41]; 01145 01146 01147 // The upper temperature of the fifth ramp displayed on the Injector Method 01148 // page 01149 extern GuiConst_TEXT GuiVar_injectorMethodRampUpper5[41]; 01150 01151 01152 // The current value for the nudge factor applied to the injector 01153 extern GuiConst_TEXT GuiVar_injectorNudgeFactor[41]; 01154 01155 01156 // Total flow - column flow 01157 extern GuiConst_TEXT GuiVar_injectorSplitFlowRate[41]; 01158 01159 01160 // The ratio of split flow and column flow 01161 extern GuiConst_TEXT GuiVar_injectorSplitRatio[41]; 01162 01163 01164 // The injector split time, in increments of 0.1 min 01165 extern GuiConst_TEXT GuiVar_injectorSplitTime[41]; 01166 01167 01168 // The current status of the injector (cold, heating up, ready, faulted) 01169 extern GuiConst_TEXT GuiVar_injectorStatus[41]; 01170 01171 01172 // The GC injector target temperature 01173 extern GuiConst_TEXT GuiVar_injectorTargetTemperature[41]; 01174 01175 01176 // The GC injector target temperature (on the Injector page) 01177 extern GuiConst_TEXT GuiVar_injectorTargetTemperature2[41]; 01178 01179 01180 // The GC injector temperature 01181 extern GuiConst_TEXT GuiVar_injectorTemperature[41]; 01182 01183 01184 // The column temperature (on the Home page) 01185 extern GuiConst_TEXT GuiVar_injectorTemperature2[41]; 01186 01187 01188 // The current temperature of the injector. Displayed while the method is 01189 // running. 01190 extern GuiConst_TEXT GuiVar_injectorTemperatureWhileRunning[41]; 01191 01192 01193 // Tells the user if there is no injector method set up (the graph will be 01194 // blank in this case) 01195 extern GuiConst_TEXT GuiVar_injectorTempProfilePageNoMethod[41]; 01196 01197 01198 // The label for the X axis on the Injector Temperature Profile page 01199 extern GuiConst_TEXT GuiVar_injectorTempProfilePageXAxisLabel[41]; 01200 01201 01202 // The intector type (None, Standard or PTV) 01203 extern GuiConst_TEXT GuiVar_injectorType[41]; 01204 01205 01206 // The name of the variable currently being set by the keypad (only one at 01207 // a time) 01208 extern GuiConst_TEXT GuiVar_numericKeypadName[41]; 01209 01210 01211 // The value of the variable currently being set by the keypad (only one 01212 // at a time) 01213 extern GuiConst_TEXT GuiVar_numericKeypadValue[51]; 01214 01215 01216 // The background colour of the value currently being set by the keypad 01217 extern GuiConst_INTCOLOR GuiVar_numericKeypadValueBackgroundColour; 01218 01219 01220 // The label for the X axis of the graph on the Running Column page - including 01221 // the units, minutes or seconds 01222 extern GuiConst_TEXT GuiVar_runningColumnPageXAxisLabel[41]; 01223 01224 01225 // The label for the X axis of the graph on the Running Gas page - including 01226 // the units, minutes or seconds 01227 extern GuiConst_TEXT GuiVar_runningGasPageXAxisLabel[41]; 01228 01229 01230 // The label for the X axis of the graph on the Running Injector page - including 01231 // the units, minutes or seconds 01232 extern GuiConst_TEXT GuiVar_runningInjectorPageXAxisLabel[41]; 01233 01234 01235 // The time that the GC has been running (units of 0.1 minute) 01236 extern GuiConst_TEXT GuiVar_runTime[41]; 01237 01238 01239 // The time that the GC has been running (units of 0.1 min). Displayed on 01240 // the Running Settings page 01241 extern GuiConst_TEXT GuiVar_runTime2[41]; 01242 01243 01244 // The time taken by the current GC run so far 01245 extern GuiConst_TEXT GuiVar_runTimeElapsed[81]; 01246 01247 01248 // The (estimated?) time remaining until the current GC run finishes 01249 extern GuiConst_TEXT GuiVar_runTimeRemaining[41]; 01250 01251 01252 // The filament polarity of a TCD detector (positive or negative) 01253 extern GuiConst_TEXT GuiVar_tcdDetectorFilamentPolarity[41]; 01254 01255 01256 // The filament temperature for a TCD detector (1, 2, or 3) 01257 extern GuiConst_TEXT GuiVar_tcdDetectorFilamentTemperature[41]; 01258 01259 01260 // The range value for a TCD detector (x1 or x10) 01261 extern GuiConst_TEXT GuiVar_tcdDetectorRange[41]; 01262 01263 01264 extern GuiConst_INT16S GuiVarCompInt1; 01265 extern GuiConst_INT16S GuiVarCompInt2; 01266 extern GuiConst_INT16S GuiVarCompInt3; 01267 extern GuiConst_INT16S GuiVarCompInt4; 01268 extern GuiConst_INT16S GuiVarCompInt5; 01269 01270 01271 // -------------------------- CUSTOM SECTION --------------------------- 01272 01273 // My own code is inserted here - edit it in the C code generation window 01274 01275 // ----------------------------------------------------------------------- 01276 01277 #endif 01278 01279 // ----------------------------------------------------------------------- 01280 01281 // My own footer is inserted here - edit it in the C code generation window
Generated on Tue Jul 19 2022 00:31:07 by
1.7.2