V 10 1 LANG:1 8 (NoName) PANEL,346 184 529 469 N "_3DFace" 2 "$1" "$2" "main() { // ------ Decode the name of node ------ int iType,iModule,iSector,iExtra; sDomain = $1; sNode = $2; hmpBase_GetCoords(sNode, iModule, iSector, iExtra, iType); if(iType != LDT_MAINPS ) { DebugN(\"hmpHVChannel: Bad referenced Alias for PWS Module !! ABORT [\"+sNode+\"]\"); return; } sLogName = hmpBase_buildLogicalName(iType,iModule,iSector,iExtra); // ----------------------------------------------------- fwCU_connectState(\"ChState\",sDomain+\"::\"+sNode); // -------- Access control ------------------------------------------- // Set the CB Function that Hook the change of Logged User dyn_string exceptionInfo; fwAccessControl_setupPanel(\"hmpPowerSupply_LoggedUserAC\",exceptionInfo); if (dynlen(exceptionInfo)) { hmpPowerSupply_LoggedUserAC(\"\",\"\"); // global \"reject\" } // ---------------------------------------------------------------------- // ---------------- Set the title into the main window ------------------ dcsUiBase_setMainTitle(\"HMPID - MAIN Power Supply :\"+sNode); // ---------------------------------------------------------------------- // Connect Dps dyn_errClass err; if( !dpExists( sNode+\".FanStatus.StatFan1:_original.._value\")) { setMultiValue( \"bdPw1\", \"color\", \"_dpdoesnotexist\", \"bdPw2\", \"color\", \"_dpdoesnotexist\", \"bdPw3\", \"color\", \"_dpdoesnotexist\", \"bdPw4\", \"color\", \"_dpdoesnotexist\", \"Ellipse1\", \"color\", \"_dpdoesnotexist\", \"txtSpeed1\", \"color\", \"_dpdoesnotexist\", \"txtSpeed2\", \"color\", \"_dpdoesnotexist\", \"txtSpeed3\", \"color\", \"_dpdoesnotexist\", \"txtSpeed4\", \"color\", \"_dpdoesnotexist\", \"txtSpeed5\", \"color\", \"_dpdoesnotexist\", \"txtSpeed6\", \"color\", \"_dpdoesnotexist\", \"bdFan1\", \"color\", \"_dpdoesnotexist\", \"bdFan2\", \"color\", \"_dpdoesnotexist\", \"bdFan3\", \"color\", \"_dpdoesnotexist\", \"bdFan4\", \"color\", \"_dpdoesnotexist\", \"bdFan5\", \"color\", \"_dpdoesnotexist\", \"bdFan6\", \"color\", \"_dpdoesnotexist\"); return; } dpConnect(\"setForeColorCBbdFan1\",sNode+\".FanStatus.StatFan1:_original.._value\"); dpConnect(\"setForeColorCBbdFan2\",sNode+\".FanStatus.StatFan2:_original.._value\"); dpConnect(\"setForeColorCBbdFan3\",sNode+\".FanStatus.StatFan3:_original.._value\"); dpConnect(\"setForeColorCBbdFan4\",sNode+\".FanStatus.StatFan4:_original.._value\"); dpConnect(\"setForeColorCBbdFan5\",sNode+\".FanStatus.StatFan5:_original.._value\"); dpConnect(\"setForeColorCBbdFan6\",sNode+\".FanStatus.StatFan6:_original.._value\"); dpConnect(\"setForeColorCBbdPw1\",sNode+\".PWstatus.PrimaryPS:_online.._value\"); dpConnect(\"setForeColorCBbdPw2\",sNode+\".PWstatus.Add1:_online.._value\"); dpConnect(\"setForeColorCBbdPw3\",sNode+\".PWstatus.Add2:_online.._value\"); dpConnect(\"setForeColorCBbdPw4\",sNode+\".PWstatus.Add3:_online.._value\"); dpConnect(\"setBackColorCBHeartBeat\", sNode+\".Information.SwRelease:_original.._stime\"); dpConnect(\"textFieldInCBSpeed1\",sNode+\".FanStatus.SpeedFan1:_original.._value\"); dpConnect(\"textFieldInCBSpeed2\",sNode+\".FanStatus.SpeedFan2:_original.._value\"); dpConnect(\"textFieldInCBSpeed3\",sNode+\".FanStatus.SpeedFan3:_original.._value\"); dpConnect(\"textFieldInCBSpeed4\",sNode+\".FanStatus.SpeedFan4:_original.._value\"); dpConnect(\"textFieldInCBSpeed5\",sNode+\".FanStatus.SpeedFan5:_original.._value\"); dpConnect(\"textFieldInCBSpeed6\",sNode+\".FanStatus.SpeedFan6:_original.._value\"); err = getLastError(); if (dynlen(err) > 0) setMultiValue( \"bdPw1\", \"color\", \"_dpdoesnotexist\", \"bdPw2\", \"color\", \"_dpdoesnotexist\", \"bdPw3\", \"color\", \"_dpdoesnotexist\", \"bdPw4\", \"color\", \"_dpdoesnotexist\", \"Ellipse1\", \"color\", \"_dpdoesnotexist\", \"txtSpeed1\", \"color\", \"_dpdoesnotexist\", \"txtSpeed2\", \"color\", \"_dpdoesnotexist\", \"txtSpeed3\", \"color\", \"_dpdoesnotexist\", \"txtSpeed4\", \"color\", \"_dpdoesnotexist\", \"txtSpeed5\", \"color\", \"_dpdoesnotexist\", \"txtSpeed6\", \"color\", \"_dpdoesnotexist\", \"bdFan1\", \"color\", \"_dpdoesnotexist\", \"bdFan2\", \"color\", \"_dpdoesnotexist\", \"bdFan3\", \"color\", \"_dpdoesnotexist\", \"bdFan4\", \"color\", \"_dpdoesnotexist\", \"bdFan5\", \"color\", \"_dpdoesnotexist\", \"bdFan6\", \"color\", \"_dpdoesnotexist\"); } setForeColorCBbdFan1(string dpSource, bool boNewValue) { if (!boNewValue) { setMultiValue(\"bdFan1\",\"visible\",false,\"fan1\",\"visible\",true); } else { setMultiValue(\"bdFan1\",\"visible\",true,\"bdFan1\",\"foreCol\",\"FwStateOKPhysics\",\"fan1\",\"visible\",true); } } setForeColorCBbdFan2(string dpSource, bool boNewValue) { if (!boNewValue) { setMultiValue(\"bdFan2\",\"visible\",false,\"fan2\",\"visible\",true); } else { setMultiValue(\"bdFan2\",\"visible\",true,\"bdFan2\",\"foreCol\",\"FwStateOKPhysics\",\"fan2\",\"visible\",true); } }setForeColorCBbdFan3(string dpSource, bool boNewValue) { if (!boNewValue) { setMultiValue(\"bdFan3\",\"visible\",false,\"fan3\",\"visible\",true); } else { setMultiValue(\"bdFan3\",\"visible\",true,\"bdFan3\",\"foreCol\",\"FwStateOKPhysics\",\"fan3\",\"visible\",true); } }setForeColorCBbdFan4(string dpSource, bool boNewValue) { if (!boNewValue) { setMultiValue(\"bdFan4\",\"visible\",false,\"fan4\",\"visible\",true); } else { setMultiValue(\"bdFan4\",\"visible\",true,\"bdFan4\",\"foreCol\",\"FwStateOKPhysics\",\"fan4\",\"visible\",true); } }setForeColorCBbdFan5(string dpSource, bool boNewValue) { if (!boNewValue) { setMultiValue(\"bdFan5\",\"visible\",false,\"fan5\",\"visible\",true); } else { setMultiValue(\"bdFan5\",\"visible\",true,\"bdFan5\",\"foreCol\",\"FwStateOKPhysics\",\"fan5\",\"visible\",true); } }setForeColorCBbdFan6(string dpSource, bool boNewValue) { if (!boNewValue) { setMultiValue(\"bdFan6\",\"visible\",false,\"fan6\",\"visible\",true); } else { setMultiValue(\"bdFan6\",\"visible\",true,\"bdFan6\",\"foreCol\",\"FwStateOKPhysics\",\"fan6\",\"visible\",true); } } setForeColorCBbdPw1(string dpSource, bool boNewValue) { if (!boNewValue) setValue(\"bdPw1\", \"foreCol\", \"FwStateAttention3\"); else setValue(\"bdPw1\", \"foreCol\", \"FwStateOKPhysics\"); } setForeColorCBbdPw2(string dpSource, int iNewValue) { if (iNewValue == 0) setValue(\"bdPw2\",\"enabled\",false); else if (iNewValue == 1) setValue(\"bdPw2\", \"foreCol\", \"FwStateOKPhysics\"); else setValue(\"bdPw2\", \"foreCol\", \"FwStateAttention3\"); } setForeColorCBbdPw3(string dpSource, int iNewValue) { if (iNewValue == 0) setValue(\"bdPw3\",\"enabled\",false); else if (iNewValue == 1) setValue(\"bdPw3\", \"foreCol\", \"FwStateOKPhysics\"); else setValue(\"bdPw3\", \"foreCol\", \"FwStateAttention3\"); } setForeColorCBbdPw4(string dpSource, int iNewValue) { if (iNewValue == 0) setValue(\"bdPw4\",\"enabled\",false); else if (iNewValue == 1) setValue(\"bdPw4\", \"foreCol\", \"FwStateOKPhysics\"); else setValue(\"bdPw4\", \"foreCol\", \"FwStateAttention3\"); } setBackColorCBHeartBeat(string dpSource, string sNewValue) { string sCol; getValue(\"Ellipse1\",\"backCol\",sCol); if (sCol == \"{0,200,0}\") setValue(\"Ellipse1\", \"backCol\", \"{0,53,0}\"); else setValue(\"Ellipse1\", \"backCol\", \"{0,200,0}\"); } textFieldInCBSpeed1(string dp, float fNewValue) { setValue(\"txtSpeed1\", \"text\", dpValToString(dp, fNewValue, TRUE) ); } textFieldInCBSpeed2(string dp, float fNewValue) { setValue(\"txtSpeed2\", \"text\", dpValToString(dp, fNewValue, TRUE) ); } textFieldInCBSpeed3(string dp, float fNewValue) { setValue(\"txtSpeed3\", \"text\", dpValToString(dp, fNewValue, TRUE) ); } textFieldInCBSpeed4(string dp, float fNewValue) { setValue(\"txtSpeed4\", \"text\", dpValToString(dp, fNewValue, TRUE) ); } textFieldInCBSpeed5(string dp, float fNewValue) { setValue(\"txtSpeed5\", \"text\", dpValToString(dp, fNewValue, TRUE) ); } textFieldInCBSpeed6(string dp, float fNewValue) { setValue(\"txtSpeed6\", \"text\", dpValToString(dp, fNewValue, TRUE) ); } ChState(string node, string state) { string color; fwCU_getStateColor(node, state, color); setMultiValue(\"txtChStatus\",\"text\",state,\"txtChStatus\",\"backCol\",color); } " 0 EE E E 1 -1 -1 0 0 0 "" 0 1 E"#uses \"hmpBaseLibrary.ctl\" global string sDomain; global string sNode; global string sLogName; void hmpPowerSupply_DisableAllAC() { // Put Here all commands to disable objects on panel setMultiValue(\"cmdControl\",\"enabled\",false); } void hmpPowerSupply_EnableAC(bool isGuest, bool isOperator, bool isExpert, bool isAdmin) { if(isGuest) { // Put Here all commands to enable objects on panel // related to Guest grants } if(isOperator) { // Put Here all commands to enable objects on panel // related to Operator grants } if(isExpert) { // Put Here all commands to enable objects on panel // related to Expert grants setMultiValue(\"cmdControl\",\"enabled\",true); } if(isAdmin) { // Put Here all commands to enable objects on panel // related to Administrator grants setMultiValue(\"cmdControl\",\"enabled\",true); } } void hmpPowerSupply_LoggedUserAC(string dp, string username_from_ui) { // Set the minimum users grants bool isGuest=false; bool isOperator=false; bool isExpert=false; bool isAdmin=false; // Disable all items in the panel hmpPowerSupply_DisableAllAC(); // Get Grants for the specified user dcsUiBase_getACGrants(isAdmin,isExpert,isOperator,isGuest); // Now enable - this is related to the specific Policy rules hmpPowerSupply_EnableAC(isGuest,isOperator,isExpert,isAdmin); } // ------------------------------------------------------------------------------ " 0 2 "CBRef""1" "EClose"E "" 1 DISPLAY_LAYER, 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 LAYER, 0 1 LANG:1 6 Layer1 6 5 "Border1" "" 1 0 0 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 6 0 0 0 0 0 EE E 4 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 0 0 490 410 6 392 "Border3" "" 1 10 120 E E E 1 E 1 E N "_WindowText" E N {204,204,204} E E E E 109 0 0 0 0 0 EE E 2 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 10 10 480 120 6 169 "fan1" "" 1 230 332 E E E 1 E 0 E N {204,0,0} E N {255,255,255} E E E E 85 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilation_static.gif" 13223363 E 230 297 265 332 6 170 "fan2" "" 1 270 332 E E E 1 E 0 E N {204,0,0} E N {255,255,255} E E E E 86 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilation_static.gif" 13223363 E 270 297 305 332 6 171 "fan3" "" 1 310 332 E E E 1 E 0 E N {204,0,0} E N {255,255,255} E E E E 87 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilation_static.gif" 13223363 E 310 297 345 332 6 172 "fan4" "" 1 350 332 E E E 1 E 0 E N {204,0,0} E N {255,255,255} E E E E 88 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilation_static.gif" 13223363 E 350 297 385 332 6 173 "fan5" "" 1 390 332 E E E 1 E 0 E N {204,0,0} E N {255,255,255} E E E E 89 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilation_static.gif" 13223363 E 390 297 425 332 6 174 "fan6" "" 1 430 332 E E E 1 E 0 E N {204,0,0} E N {255,255,255} E E E E 90 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilation_static.gif" 13223363 E 430 297 465 332 6 52 "bdFan1" "" 1 231 332 E E E 1 E 1 E N {51,204,51} E N "_Transparent" E E E E 29 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilator_ani.gif" 16777215 E 231 297 265 332 2 58 "txtSpeed1" "" 1 230 335 E E E 1 E 1 E N "hmpInstrumentFore" E N "hmpInstrumentBack" E E E E 35 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 232 337 263 348 1 2 0 "5d" 5 0 0 66 0 0 232 337 1 1 LANG:1 119 -microsoft windows-Courier New-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,49,Courier New 0 "" 1 LANG:1 4 9999 2 59 "Text3" "" 1 230 279 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 36 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 232 281 263 292 1 2 0 "s" 0 0 0 65 0 0 232 281 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 4 FAN1 6 60 "bdFan2" "" 1 271 332 E E E 1 E 1 E N {51,204,51} E N "_Transparent" E E E E 37 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilator_ani.gif" 16777215 E 271 297 305 332 2 61 "txtSpeed2" "" 1 270 335 E E E 1 E 1 E N "hmpInstrumentFore" E N "hmpInstrumentBack" E E E E 38 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 272 337 303 348 1 2 0 "5d" 5 0 0 66 0 0 272 337 1 1 LANG:1 119 -microsoft windows-Courier New-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,49,Courier New 0 "" 1 LANG:1 4 9999 2 62 "Text6" "" 1 270 279 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 39 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 272 281 303 292 1 2 0 "s" 0 0 0 65 0 0 272 281 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 4 FAN2 6 63 "bdFan3" "" 1 311 332 E E E 1 E 1 E N {51,204,51} E N "_Transparent" E E E E 40 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilator_ani.gif" 16777215 E 311 297 345 332 2 64 "txtSpeed3" "" 1 310 335 E E E 1 E 1 E N "hmpInstrumentFore" E N "hmpInstrumentBack" E E E E 41 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 312 337 343 348 1 2 0 "5d" 5 0 0 66 0 0 312 337 1 1 LANG:1 119 -microsoft windows-Courier New-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,49,Courier New 0 "" 1 LANG:1 4 9999 2 65 "Text8" "" 1 310 279 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 42 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 312 281 343 292 1 2 0 "s" 0 0 0 65 0 0 312 281 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 4 FAN3 6 66 "bdFan4" "" 1 351 332 E E E 1 E 1 E N {51,204,51} E N "_Transparent" E E E E 43 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilator_ani.gif" 16777215 E 351 297 385 332 2 67 "txtSpeed4" "" 1 350 335 E E E 1 E 1 E N "hmpInstrumentFore" E N "hmpInstrumentBack" E E E E 44 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 352 337 383 348 1 2 0 "5d" 5 0 0 66 0 0 352 337 1 1 LANG:1 119 -microsoft windows-Courier New-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,49,Courier New 0 "" 1 LANG:1 4 9999 2 68 "Text10" "" 1 350 279 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 45 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 352 281 383 292 1 2 0 "s" 0 0 0 65 0 0 352 281 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 4 FAN4 6 69 "bdFan5" "" 1 391 332 E E E 1 E 1 E N {51,204,51} E N "_Transparent" E E E E 46 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilator_ani.gif" 16777215 E 391 297 425 332 2 70 "txtSpeed5" "" 1 390 335 E E E 1 E 1 E N "hmpInstrumentFore" E N "hmpInstrumentBack" E E E E 47 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 392 337 423 348 1 2 0 "5d" 5 0 0 66 0 0 392 337 1 1 LANG:1 119 -microsoft windows-Courier New-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,49,Courier New 0 "" 1 LANG:1 4 9999 2 71 "Text12" "" 1 390 279 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 48 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 392 281 423 292 1 2 0 "s" 0 0 0 65 0 0 392 281 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 4 FAN5 6 72 "bdFan6" "" 1 431 332 E E E 1 E 1 E N {51,204,51} E N "_Transparent" E E E E 49 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 1 "pictures/Animation/ventilator_ani.gif" 16777215 E 431 297 465 332 2 73 "txtSpeed6" "" 1 430 335 E E E 1 E 1 E N "hmpInstrumentFore" E N "hmpInstrumentBack" E E E E 50 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 432 337 463 348 1 2 0 "5d" 5 0 0 66 0 0 432 337 1 1 LANG:1 119 -microsoft windows-Courier New-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,49,Courier New 0 "" 1 LANG:1 4 9999 2 74 "Text14" "" 1 430 279 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 51 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 432 281 463 292 1 2 0 "s" 0 0 0 65 0 0 432 281 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 4 FAN6 6 75 "bdPw1" "" 1 230 230 E E E 1 E 1 E N {0,204,0} E N {255,255,255} E E E E 52 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 3 "pictures/hmpBitmaps/power.bmp" 13434828 E 230 180 285 230 2 76 "Text15" "" 1 230 160 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 53 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 232 162 283 175 1 2 0 "s" 0 0 0 65 0 0 232 162 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 7 PRIMARY 2 78 "Text16" "" 1 290 160 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 55 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 292 162 343 175 1 2 0 "s" 0 0 0 65 0 0 292 162 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 7 ADDIT.1 2 80 "Text17" "" 1 350 160 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 57 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 352 162 403 175 1 2 0 "s" 0 0 0 65 0 0 352 162 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 7 ADDIT.2 2 82 "Text18" "" 1 410 160 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 59 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 412 162 463 175 1 2 0 "s" 0 0 0 65 0 0 412 162 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 7 ADDIT.3 6 83 "bdPw2" "" 1 290 230 E E E 1 E 1 E N {0,204,0} E N {255,255,255} E E E E 60 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 3 "pictures/hmpBitmaps/power.bmp" 13434828 E 290 180 345 230 6 86 "bdPw3" "" 1 350 230 E E E 1 E 1 E N {0,204,0} E N {255,255,255} E E E E 63 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 3 "pictures/hmpBitmaps/power.bmp" 13434828 E 350 180 405 230 6 87 "bdPw4" "" 1 410 230 E E E 1 E 1 E N {0,204,0} E N {255,255,255} E E E E 64 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 3 1 0 1 E U 2 0 3 "pictures/hmpBitmaps/power.bmp" 13434828 E 410 180 465 230 2 96 "Text19" "" 1 273 54 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 66 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 0 E 275 56 381 72 0 2 0 "s" 0 0 0 64 0 0 275 56 1 1 LANG:1 105 -microsoft windows-Arial-bold-r-normal-*-*-140-100-100-*-*-iso8859-1|-15,0,0,0,700,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 10 Channel ON 2 104 "Text20" "" 1 70 192 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 68 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 0 E 72 194 168 210 0 2 0 "s" 0 0 0 64 0 0 72 194 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 12 Over Current 2 112 "Text21" "" 1 70 212 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 70 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 0 E 72 214 168 230 0 2 0 "s" 0 0 0 64 0 0 72 214 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 13 Under Voltage 2 120 "Text22" "" 1 70 232 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 72 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 0 E 72 234 168 250 0 2 0 "s" 0 0 0 64 0 0 72 234 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 12 Over Voltage 2 136 "Text24" "" 1 70 252 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 76 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 0 E 72 254 168 270 0 2 0 "s" 0 0 0 64 0 0 72 254 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 11 Fan Failure 2 144 "Text25" "" 1 70 272 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 78 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 0 E 72 274 178 290 0 2 0 "s" 0 0 0 64 0 0 72 274 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 16 Over Temperature 2 152 "Text26" "" 1 70 292 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 80 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 0 E 72 294 178 310 0 2 0 "s" 0 0 0 64 0 0 72 294 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 9 Interlock 2 160 "Text27" "" 1 70 312 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 82 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 0 E 72 314 178 330 0 2 0 "s" 0 0 0 64 0 0 72 314 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 13 Remote Enable 2 168 "Text28" "" 1 70 332 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 84 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 0 E 72 334 178 350 0 2 0 "s" 0 0 0 64 0 0 72 334 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 12 Local Enable 30 176 "Frame1" "" 1 220 240 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 92 0 0 0 0 0 EE E 1 1 LANG:1 0 0 E E 0 1 1 0 1 E U 0 E 220 140 480 240 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 10 AC Status 1 393 1 "2" 0 0 1 394 2 "1" 0 0 1 395 3 "1" 0 0 1 396 4 "1" 0 0 1 397 6 "1" 0 0 1 398 7 "1" 0 0 1 399 8 "1" 0 0 1 400 9 "1" 0 0 1 401 10 "1" 0 0 30 278 "Frame2" "" 1 10 362 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 106 0 0 0 0 0 EE E 1 1 LANG:1 0 0 E E 0 1 1 0 1 E U 0 E 10 140 210 362 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 8 Status 30 279 "Frame3" "" 1 220 360 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 107 0 0 0 0 0 EE E 1 1 LANG:1 0 0 E E 0 1 1 0 1 E U 0 E 220 260 480 360 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 10 FAN Status 6 280 "Border2" "" 1 34 105 E E E 1 E 1 E N "_WindowText" E N {255,255,255} E E E E 108 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 2 0 3 "pictures/hmpBitmaps/SY1527.bmp" 13434828 E 34 30 161 105 7 186 "Ellipse1" "" 1 69 50 E E E 1 E 1 E N {204,204,204} E N {255,255,255} E E E E 95 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 2 1 0 1 E U 1 E 69 50 10 10 2 336 "txtChStatus" "" 1 20 162 E E E 1 E 1 E N "_WindowText" E N {153,153,153} E E E E 109 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E U 1 E 22 164 198 180 1 2 0 "s" 0 0 0 65 0 0 22 164 1 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 5 Text2 13 175 "cmdControl" "" 1 340 370 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 91 0 0 0 0 0 EE E 0 1 LANG:1 0 0 1 LANG:1 107 -microsoft windows-Arial-normal-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,400,0,0,0,0,3,2,1,34,Arial 0 "" 338 368 482 402 T 1 LANG:1 13 CRATE CONTROL "// SimpleCtrlScriptStart {invalid} main() { ChildPanelOnCentral(\"fwCaen/fwCaenCrateSY1527Operation.pnl\", \"PWS\", makeDynString(\"$sDpName:\"+sNode)); } // SimpleCtrlScript {EP_childPanelOn} // Function {ChildPanelOnCentral} // File {fwCaen/fwCaenChannelOperation.pnl} // Panel {HVChOp} // Parent {} // Module {} // OffsetX {0} // OffsetY {0} // SimpleCtrlScriptEnd {EP_childPanelOn} " 0 E E E 0 LAYER, 1 1 LANG:1 6 Layer2 1 402 1 "" 7 0 1 403 1 "" 3 0 1 404 1 "" 6 0 1 405 1 "" 9 0 1 406 1 "" 10 0 1 407 1 "" 2 0 1 408 1 "" 1 0 1 409 2 "" 0 0 1 410 2 "" 3 0 1 411 2 "" 5 0 1 412 2 "" 4 0 1 413 2 "" 2 0 1 414 2 "" 1 0 1 415 3 "" 0 0 1 416 3 "" 3 0 1 417 3 "" 5 0 1 418 3 "" 4 0 1 419 3 "" 2 0 1 420 3 "" 1 0 1 421 4 "" 0 0 1 422 4 "" 3 0 1 423 4 "" 5 0 1 424 4 "" 4 0 1 425 4 "" 2 0 1 426 4 "" 1 0 1 427 6 "" 0 0 1 428 6 "" 3 0 1 429 6 "" 5 0 1 430 6 "" 4 0 1 431 6 "" 2 0 1 432 6 "" 1 0 1 433 7 "" 0 0 1 434 7 "" 3 0 1 435 7 "" 5 0 1 436 7 "" 4 0 1 437 7 "" 2 0 1 438 7 "" 1 0 1 439 8 "" 0 0 1 440 8 "" 3 0 1 441 8 "" 5 0 1 442 8 "" 4 0 1 443 8 "" 2 0 1 444 8 "" 1 0 1 445 9 "" 0 0 1 446 9 "" 3 0 1 447 9 "" 5 0 1 448 9 "" 4 0 1 449 9 "" 2 0 1 450 9 "" 1 0 1 451 10 "" 0 0 1 452 10 "" 3 0 1 453 10 "" 5 0 1 454 10 "" 4 0 1 455 10 "" 2 0 1 456 10 "" 1 0 0 LAYER, 2 1 LANG:1 6 Layer3 0 LAYER, 3 1 LANG:1 6 Layer4 0 LAYER, 4 1 LANG:1 6 Layer5 0 LAYER, 5 1 LANG:1 6 Layer6 0 LAYER, 6 1 LANG:1 6 Layer7 0 LAYER, 7 1 LANG:1 6 Layer8 0 3 1 "" "objects\\STD_LEDS\\Led_6.pnl" 191 55 T 96 1.115384615384615 0 1.115384615384615 1.34615384615384 -29.19230769230769 5 "$b_IBit""TRUE" "$b_ShowAlert""TRUE" "$dpe_value""$2+\".FrontPanOutP.CHON\"" "$s_ColOff""\"{0,53,0}\"" "$s_ColOn""\"{0,200,0}\"" 3 2 "" "objects\\STD_LEDS\\Led_2.pnl" 132 115 T 97 1 0 1 -111 77 5 "$b_IBit""TRUE" "$b_ShowAlert""TRUE" "$dpe_value""$2+\".FrontPanOutP.OVC\"" "$s_ColOff""\"{53,0,0}\"" "$s_ColOn""\"{200,0,0}\"" 3 3 "Group6" "objects\\STD_LEDS\\Led_2.pnl" 130 100 T 98 1 0 1 -109 112 5 "$b_IBit""TRUE" "$b_ShowAlert""TRUE" "$dpe_value""$2+\".FrontPanOutP.UNV\"" "$s_ColOff""\"{53,0,0}\"" "$s_ColOn""\"{200,0,0}\"" 3 4 "Group8" "objects\\STD_LEDS\\Led_2.pnl" 130 100 T 99 1 0 1 -109 132 5 "$b_IBit""TRUE" "$b_ShowAlert""TRUE" "$dpe_value""$2+\".FrontPanOutP.OVV\"" "$s_ColOff""\"{53,0,0}\"" "$s_ColOn""\"{200,0,0}\"" 3 6 "Group12" "objects\\STD_LEDS\\Led_2.pnl" 130 100 T 101 1 0 1 -109 152 5 "$b_IBit""TRUE" "$b_ShowAlert""TRUE" "$dpe_value""$2+\".FrontPanOutP.FanFailure\"" "$s_ColOff""\"{53,0,0}\"" "$s_ColOn""\"{200,0,0}\"" 3 7 "Group14" "objects\\STD_LEDS\\Led_2.pnl" 130 100 T 102 1 0 1 -109 172 5 "$b_IBit""TRUE" "$b_ShowAlert""TRUE" "$dpe_value""$2+\".FrontPanOutP.OVT\"" "$s_ColOff""\"{53,0,0}\"" "$s_ColOn""\"{200,0,0}\"" 3 8 "Group16" "objects\\STD_LEDS\\Led_2.pnl" 130 100 T 103 1 0 1 -109 192 5 "$b_IBit""TRUE" "$b_ShowAlert""TRUE" "$dpe_value""$2+\".FrontPanInP.Interlock\"" "$s_ColOff""\"{53,0,0}\"" "$s_ColOn""\"{200,0,0}\"" 3 9 "Group18" "objects\\STD_LEDS\\Led_2.pnl" 130 100 T 104 1 0 1 -109 212 5 "$b_IBit""TRUE" "$b_ShowAlert""TRUE" "$dpe_value""$2+\".FrontPanInP.RemoteEnable\"" "$s_ColOff""\"{0,53,0}\"" "$s_ColOn""\"{0,200,0}\"" 3 10 "Group20" "objects\\STD_LEDS\\Led_2.pnl" 130 100 T 105 1 0 1 -109 232 5 "$b_IBit""TRUE" "$b_ShowAlert""TRUE" "$dpe_value""$2+\".FrontPanInP.LocalEnable\"" "$s_ColOff""\"{0,53,0}\"" "$s_ColOn""\"{0,200,0}\"" 0