V 10 1 LANG:1 8 (NoName) PANEL,253 134 840 664 N "hmpUserFrameBack" 2 "$1" "$2" " main() { // ------ Decode the name of node ------ sDomain = $1; sNode = $2; hmpBase_GetCoords(sNode, iModule, iSector, iExtra, iType); if(iType != LDT_HVSEG && iType != LDT_HVGRID) { DebugN(\"hmpHVChannel: Bad referenced Alias for PWS Module !! ABORT [\"+sNode+\"]\"); return; } sLogName = hmpBase_buildLogicalName(iType,iModule,iSector,iExtra); // ----------------------------------------------------- int xpos,ypos,wpos,hpos; getValue(\"fr1\",\"position\",xpos,ypos); getValue(\"fr1\",\"size\",wpos,hpos); xpos = xpos;// -1030; ypos = ypos -(hpos); removeSymbol(myModuleName(),myPanelName(),\"vLVCh\"); addSymbol(myModuleName(),myPanelName(),\"objects/hmpGeneral/hmpIndicatorBIG.pnl\", \"vLVCh\",makeDynString(\"$sDpName:\"+sNode,\"$sDpeName:\"+sNode+\".actual.vMon\", \"$Decimal:1\",\"$Digit:6\",\"$sLabel:VMON\",\"$sPanel:none\",\"$sSign:\",\"$sTitle:\"), xpos+15,ypos+40,0,1,1); removeSymbol(myModuleName(),myPanelName(),\"iLVCh\"); addSymbol(myModuleName(),myPanelName(),\"objects/hmpGeneral/hmpIndicatorBIG.pnl\", \"iLVCh\",makeDynString(\"$sDpName:\"+sNode,\"$sDpeName:\"+sNode+\".actual.iMon\", \"$Decimal:3\",\"$Digit:6\",\"$sLabel:IMON\",\"$sPanel:none\",\"$sSign:\",\"$sTitle:\"), xpos+15,ypos+80,0,1,1); // ------------------------- // Set the Chart // Adapt all the scales float fImax; dpGet(sNode+\".readBackSettings.i0:_original.._value\",fImax); fImax = fImax * 1.20; Trend1.curveAutoscale(\"Imon\")=FALSE; Trend1.curveMax(\"Imon\", fImax ); Trend1.curveMin(\"Imon\", 0 ); // then put the names & Units Trend1.curveLegendName(\"Vmon\", \"HV Voltage monitoring\"); Trend1.curveLegendName(\"Imon\", \"HV Current monitoring\"); Trend1.curveLegendUnit(\"Vmon\", \"V\"); Trend1.curveLegendUnit(\"Imon\", \"A\"); // Then Connect the Dps Trend1.connectDirectly(\"Vmon\", sNode+\".actual.vMon:_original.._value\"); Trend1.connectDirectly(\"Imon\", sNode+\".actual.iMon:_original.._value\"); // ------------------------- // ------------------------- getValue(\"lnStatusW\",\"position\",xpos,ypos); getValue(\"fr1\",\"size\",wpos,hpos); xpos = xpos;// -1030; ypos = ypos; removeSymbol(myModuleName(),myPanelName(),\"StatusWord\"); addSymbol(myModuleName(),myPanelName(),\"objects/hmpGeneral/hmpLedBar.pnl\", \"StatusWord\",makeDynString(\"$sDpE:\"+sNode+\".actual.status\", \"$colOFF:{53,0,0}\",\"$colON:{253,0,0}\", \"$Tips:ChON,Ramp Up,Ramp Down,Over Current,Over Voltage,Under Voltage,External Trip,Over HV Max,External Disabled,Internal Trip,Calibration Error,Unplugged,Under Current,Over Voltage Protection,Power Fail,Temperature Error\"), xpos+2,ypos+19,0,1,1); dpConnect(\"VSetValue\",sNode+\".readBackSettings.v0:_original.._value\",sNode+\".readBackSettings.v0:_original.._invalid\"); dpConnect(\"ISetValue\",sNode+\".readBackSettings.i0:_original.._value\",sNode+\".readBackSettings.i0:_original.._invalid\"); dpConnect(\"TSetValue\",sNode+\".readBackSettings.tripTime:_original.._value\",sNode+\".readBackSettings.tripTime:_original.._invalid\"); dpConnect(\"USetValue\",sNode+\".readBackSettings.rUp:_original.._value\",sNode+\".readBackSettings.rUp:_original.._invalid\"); dpConnect(\"DSetValue\",sNode+\".readBackSettings.rDwn:_original.._value\",sNode+\".readBackSettings.rDwn:_original.._invalid\"); // ------------------------- fwCU_connectState(\"ChState\",sDomain+\"::\"+sNode); // -------- Access control ------------------------------------------- // Set the CB Function that Hook the change of Logged User dyn_string exceptionInfo; fwAccessControl_setupPanel(\"hmpHVChannel_LoggedUserAC\",exceptionInfo); if (dynlen(exceptionInfo)) { hmpHVChannel_LoggedUserAC(\"\",\"\"); // global \"reject\" } // ---------------------------------------------------------------------- // ---------------- Set the title into the main window ------------------ if(iType == LDT_HVGRID) dcsUiBase_setMainTitle(\"HMPID - RICH \"+iModule+\" COLLECTION GRID\"); else dcsUiBase_setMainTitle(\"HMPID - HV CHANNEL RICH \"+iModule+\" Sector \"+iSector); // ---------------------------------------------------------------------- } /// ---- Dp connected function VSetValue(string dp,float fNewValue,string dp2,bool invalid) { setMultiValue(\"txtActualV\",\"text\",fNewValue,\"txtActualV\",\"foreCol\",(invalid) ? \"_invalid\":\"hmpDataInputFore\"); } ISetValue(string dp,float fNewValue,string dp2,bool invalid) { setMultiValue(\"txtActualI\",\"text\",fNewValue,\"txtActualI\",\"foreCol\",(invalid) ? \"_invalid\":\"hmpDataInputFore\"); } TSetValue(string dp,float fNewValue,string dp2,bool invalid) { setMultiValue(\"txtActualT\",\"text\",fNewValue,\"txtActualT\",\"foreCol\",(invalid) ? \"_invalid\":\"hmpDataInputFore\"); } USetValue(string dp,float fNewValue,string dp2,bool invalid) { setMultiValue(\"txtActualU\",\"text\",fNewValue,\"txtActualU\",\"foreCol\",(invalid) ? \"_invalid\":\"hmpDataInputFore\"); } DSetValue(string dp,float fNewValue,string dp2,bool invalid) { setMultiValue(\"txtActualD\",\"text\",fNewValue,\"txtActualD\",\"foreCol\",(invalid) ? \"_invalid\":\"hmpDataInputFore\"); } ChState(string node, string state) { string color; fwCU_getStateColor(node, state, color); setMultiValue(\"txtChStatus\",\"text\",state,\"txtChStatus\",\"backCol\",color); } " 0 "main() { // -------------- Event Terminate --------------------- // // Here REMOVE all objects inserted with an // addSymbol() function // // int removeSymbol (string moduleName, string panelName, string refName); removeSymbol(myModuleName(),myPanelName(),\"vLVCh\"); removeSymbol(myModuleName(),myPanelName(),\"iLVCh\"); removeSymbol(myModuleName(),myPanelName(),\"StatusWord\"); // } //" 0 E E E 1 0 0 0 0 -3 "" 0 1 E"#uses \"hmpBaselibrary.ctl\" #uses \"hmpCAENlibrary.ctl\" global int iModule; global int iSector; global int iType; global int iExtra; global string sNode; global string sDomain; global string sLogName; void __LoadParamTable(string sLogicalChannel) { dyn_string dsDpEl; dyn_float dfValues; // Keep the parameters values if( !hmpCAEN_LoadFwCaenChannelStock(sLogicalChannel,1,dsDpEl,dfValues)) return; txtStepRUF.text = dfValues[dynContains(dsDpEl,\"rUp\")]; txtISetRUF.text = dfValues[dynContains(dsDpEl,\"i0\")]; txtDelay.text = dfValues[dynContains(dsDpEl,\"delay\")]; txtTripTime.text = dfValues[dynContains(dsDpEl,\"tripTime\")]; if( !hmpCAEN_LoadFwCaenChannelStock(sLogicalChannel,2,dsDpEl,dfValues)) return; txtVSetINT.text = dfValues[dynContains(dsDpEl,\"v0\")]; txtISetRUL.text = dfValues[dynContains(dsDpEl,\"i0\")]; txtStepRUL.text = dfValues[dynContains(dsDpEl,\"rUp\")]; if( !hmpCAEN_LoadFwCaenChannelStock(sLogicalChannel,3,dsDpEl,dfValues)) return; txtISetINT.text = dfValues[dynContains(dsDpEl,\"i0\")]; if( !hmpCAEN_LoadFwCaenChannelStock(sLogicalChannel,4,dsDpEl,dfValues)) return; txtVSetON.text = dfValues[dynContains(dsDpEl,\"v0\")]; txtISetRUH.text = dfValues[dynContains(dsDpEl,\"i0\")]; txtStepRUH.text = dfValues[dynContains(dsDpEl,\"rUp\")]; if( !hmpCAEN_LoadFwCaenChannelStock(sLogicalChannel,5,dsDpEl,dfValues)) return; txtISetON.text = dfValues[dynContains(dsDpEl,\"i0\")]; if( !hmpCAEN_LoadFwCaenChannelStock(sLogicalChannel,7,dsDpEl,dfValues)) return; txtStepRD.text = dfValues[dynContains(dsDpEl,\"rDwn\")]; txtISetRD.text = dfValues[dynContains(dsDpEl,\"i0\")]; } void __StoreParamTable(string sLogicalChannel) { dyn_string dsDpEl; dyn_float dfValues; dsDpEl = makeDynString(\"v0\",\"i0\",\"rUp\",\"tripTime\",\"delay\"); dfValues = makeDynFloat(txtVSetON.text,txtISetRUF.text,txtStepRUF.text,txtTripTime.text,txtDelay.text); if( !hmpCAEN_StoreFwCaenChannelStock(sLogicalChannel,1,dsDpEl,dfValues)) return; dsDpEl = makeDynString(\"v0\",\"i0\",\"rUp\",\"tripTime\",\"delay\"); dfValues = makeDynFloat(txtVSetINT.text,txtISetRUL.text,txtStepRUL.text,txtTripTime.text,txtDelay.text); if( !hmpCAEN_StoreFwCaenChannelStock(sLogicalChannel,2,dsDpEl,dfValues)) return; dsDpEl = makeDynString(\"i0\",\"delay\"); dfValues = makeDynFloat(txtISetINT.text,txtDelay.text); if( !hmpCAEN_StoreFwCaenChannelStock(sLogicalChannel,3,dsDpEl,dfValues)) return; dsDpEl = makeDynString(\"v0\",\"i0\",\"rUp\",\"delay\"); dfValues = makeDynFloat(txtVSetON.text,txtISetRUH.text,txtStepRUH.text,txtDelay.text); if( !hmpCAEN_StoreFwCaenChannelStock(sLogicalChannel,4,dsDpEl,dfValues)) return; dsDpEl = makeDynString(\"i0\",\"delay\"); dfValues = makeDynFloat(txtISetON.text,txtDelay.text); if( !hmpCAEN_StoreFwCaenChannelStock(sLogicalChannel,5,dsDpEl,dfValues)) return; dsDpEl = makeDynString(\"v0\",\"i0\",\"rDwn\",\"delay\"); dfValues = makeDynFloat(txtVSetINT.text,txtISetRD.text,txtStepRD.text,txtDelay.text); if( !hmpCAEN_StoreFwCaenChannelStock(sLogicalChannel,6,dsDpEl,dfValues)) return; dsDpEl = makeDynString(\"i0\",\"rDwn\",\"delay\"); dfValues = makeDynFloat(txtISetRD.text,txtStepRD.text,txtDelay.text); if( !hmpCAEN_StoreFwCaenChannelStock(sLogicalChannel,7,dsDpEl,dfValues)) return; } // ------ Access Control related Functions ------------------------------------ // void hmpHVChannel_DisableAllAC() { // Put Here all commands to disable objects on panel setMultiValue(\"cmdChOff\",\"visible\",false, \"cmdChOn\",\"visible\",false, \"cmdFWLink\",\"visible\",false, \"cmdLoadTable\",\"visible\",false, \"cmdStoreTable\",\"visible\",false, \"cmdStoreToChannel\",\"visible\",false); } void hmpHVChannel_EnableAC(bool isGuest, bool isOperator, bool isExpert, bool isAdmin) { if(isGuest) { // Put Here all commands to enable objects on panel // related to Guest grants setMultiValue(\"cmdChOff\",\"visible\",false, \"cmdChOn\",\"visible\",false, \"cmdFWLink\",\"visible\",false, \"cmdLoadTable\",\"visible\",false, \"cmdStoreTable\",\"visible\",false, \"cmdStoreToChannel\",\"visible\",false); } if(isOperator) { // Put Here all commands to enable objects on panel // related to Operator grants setMultiValue(\"cmdChOff\",\"visible\",true, \"cmdChOn\",\"visible\",true, \"cmdFWLink\",\"visible\",false, \"cmdLoadTable\",\"visible\",false, \"cmdStoreTable\",\"visible\",false, \"cmdStoreToChannel\",\"visible\",false); } if(isExpert) { // Put Here all commands to enable objects on panel // related to Expert grants setMultiValue(\"cmdChOff\",\"visible\",true, \"cmdChOn\",\"visible\",true, \"cmdFWLink\",\"visible\",false, \"cmdLoadTable\",\"visible\",true, \"cmdStoreTable\",\"visible\",true, \"cmdStoreToChannel\",\"visible\",true); } if(isAdmin) { // Put Here all commands to enable objects on panel // related to Administrator grants setMultiValue(\"cmdChOff\",\"visible\",true, \"cmdChOn\",\"visible\",true, \"cmdFWLink\",\"visible\",true, \"cmdLoadTable\",\"visible\",true, \"cmdStoreTable\",\"visible\",true, \"cmdStoreToChannel\",\"visible\",true); } } void hmpHVChannel_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 hmpHVChannel_DisableAllAC(); // Get Grants for the specified user dcsUiBase_getACGrants(isAdmin,isExpert,isOperator,isGuest); // Now enable - this is related to the specific Policy rules hmpHVChannel_EnableAC(isGuest,isOperator,isExpert,isAdmin); } // ------------------------------------------------------------------------------ " 0 2 "CBRef""1" "EClose"E "" 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 576 "Border1" "" 1 0 645 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserDeskPanelBack" E E E E 803 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 0 0 820 645 6 577 "Border2" "" 1 4 590 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 804 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 4 4 814 590 30 477 "fr1" "" 0 12 152 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 725 0 0 0 0 0 EE E 1 1 LANG:1 0 0 "main() { }" 0 E 0 1 1 0 1 E U 0 E 10 40 190 152 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 0 2 478 "Text21" "" 1 160 72 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 726 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 162 74 190 90 0 2 0 "s" 0 0 0 65 0 0 162 74 1 1 LANG:1 105 -microsoft windows-Arial-bold-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,700,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 1 V 2 479 "Text22" "" 1 160 113 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 727 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 162 115 190 131 0 2 0 "s" 0 0 0 65 0 0 162 115 1 1 LANG:1 105 -microsoft windows-Arial-bold-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,700,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 2 uA 30 480 "Frame2" "" 1 290 279 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 728 0 0 0 0 0 EE E 1 1 LANG:1 0 0 E E 0 1 1 0 1 E U 0 E 290 210 800 285 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 32 Settings ReadBacks from Hardware 2 481 "Text16" "" 1 329 232 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 729 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 345 234 359 250 0 2 0 "s" 0 0 0 194 0 0 345 234 1 1 LANG:1 105 -microsoft windows-Arial-bold-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,700,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 2 v0 2 482 "Text17" "" 1 328 262 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 730 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 345 264 360 280 0 2 0 "s" 0 0 0 194 0 0 345 264 1 1 LANG:1 105 -microsoft windows-Arial-bold-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,700,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 3 i0 2 483 "Text18" "" 1 598 233 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 731 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 665 235 730 251 0 2 0 "s" 0 0 0 194 0 0 665 235 1 1 LANG:1 105 -microsoft windows-Arial-bold-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,700,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 10 TripTime 4 485 "Line1" "" 1 18 228 E E E 1 E 1 E N "hmpUserFrameFore" E N {255,255,255} E E E E 733 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E 18 278 18 228 4 486 "Line2" "" 1 17 279 E E E 1 E 1 E N "hmpUserFrameFore" E N {255,255,255} E E E E 734 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E 265 279 17 279 4 487 "Line3" "" 1 265 278 E E E 1 E 1 E N "hmpUserFrameFore" E N {255,255,255} E E E E 735 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E 265 278 265 229 2 489 "Text20" "" 1 420 233 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 737 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 422 235 437 249 0 2 0 "s" 0 0 0 64 0 0 422 235 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 1 V 2 490 "Text23" "" 1 420 262 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 738 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 422 264 437 278 0 2 0 "s" 0 0 0 64 0 0 422 264 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 2 uA 2 491 "Text24" "" 1 726 232 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 739 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 728 234 746 249 0 2 0 "s" 0 0 0 64 0 0 728 234 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 3 sec 2 492 "Text39" "" 1 455 232 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 740 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 483 234 509 250 0 2 0 "s" 0 0 0 194 0 0 483 234 1 1 LANG:1 105 -microsoft windows-Arial-bold-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,700,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 3 RUp 2 493 "Text41" "" 1 443 262 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 741 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 482 264 519 280 0 2 0 "s" 0 0 0 194 0 0 482 264 1 1 LANG:1 105 -microsoft windows-Arial-bold-r-normal-*-*-120-100-100-*-*-iso8859-1|-13,0,0,0,700,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 4 RDwn 2 494 "Text42" "" 1 554 263 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 742 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 556 265 585 279 0 2 0 "s" 0 0 0 64 0 0 556 265 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 5 V/sec 2 495 "Text40" "" 1 554 233 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 743 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 556 235 585 249 0 2 0 "s" 0 0 0 64 0 0 556 235 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 5 V/sec 4 496 "lnStatusW" "" 1 18 228 E E E 1 E 1 E N "hmpUserFrameFore" E N {255,255,255} E E E E 744 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" E E 0 1 1 0 1 E 18 228 265 228 2 502 "Text1" "" 1 19 246 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 750 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 21 248 267 264 0 2 0 "s" 0 0 0 64 0 0 21 248 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 34 T P O U U C I D H E U O O R R O 2 524 "Text2" "" 1 19 255 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 752 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 21 257 267 273 0 2 0 "s" 0 0 0 64 0 0 21 257 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 34 E W V C N A T I V T V V C D U N 2 525 "Text3" "" 1 19 264 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 753 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 21 266 267 282 0 2 0 "s" 0 0 0 64 0 0 21 266 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 34 R F P P L R S M R W P 2 527 "Text5" "" 1 100 310 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 755 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 102 312 218 336 0 2 0 "s" 0 0 0 66 0 0 102 312 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 17 Voltage set at ON 2 528 "Text6" "" 1 370 310 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 756 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 372 312 558 337 0 2 0 "s" 0 0 0 66 0 0 372 312 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 27 Voltage set at INTERMEDIATE 2 529 "Text7" "" 1 100 335 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 757 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 102 337 218 357 0 2 0 "s" 0 0 0 66 0 0 102 337 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 19 Current limit at ON 2 530 "Text8" "" 1 370 335 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 758 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 372 337 558 357 0 2 0 "s" 0 0 0 66 0 0 372 337 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 29 Current limit at INTERMEDIATE 2 531 "Text9" "" 1 40 385 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 759 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 42 387 218 401 0 2 0 "s" 0 0 0 66 0 0 42 387 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 27 Current limit at RAMP UP ON 2 532 "Text10" "" 1 365 384 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 760 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 367 386 563 400 0 2 0 "s" 0 0 0 66 0 0 367 386 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 31 Current limit at RAMP UP INTER. 2 533 "Text11" "" 1 20 434 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 761 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 22 436 222 454 0 2 0 "s" 0 0 0 66 0 0 22 436 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 32 Current limit at RAMP UP ON-high 2 534 "Text12" "" 1 370 435 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 762 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 372 437 558 454 0 2 0 "s" 0 0 0 66 0 0 372 437 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 27 Current limit at RAMP DOWNs 2 535 "Text13" "" 1 154 460 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 763 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 156 462 222 478 0 2 0 "s" 0 0 0 66 0 0 156 462 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 Trip time 2 536 "Text14" "" 1 60 361 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 764 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 62 363 218 381 0 2 0 "s" 0 0 0 66 0 0 62 363 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 23 Volt step at RAMP UP ON 2 537 "Text15" "" 1 380 359 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 765 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 382 361 562 377 0 2 0 "s" 0 0 0 66 0 0 382 361 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 27 Volt step at RAMP UP INTER. 2 538 "Text25" "" 1 20 411 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 766 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 22 413 222 439 0 2 0 "s" 0 0 0 66 0 0 22 413 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 28 Volt step at RAMP UP ON-high 2 539 "Text26" "" 1 390 412 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 767 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 392 414 562 434 0 2 0 "s" 0 0 0 66 0 0 392 414 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 23 Volt step at RAMP DOWNs 30 540 "Frame1" "" 1 10 522 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 768 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 290 800 524 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 Settings 2 541 "Text27" "" 1 660 456 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 769 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 662 458 690 474 0 2 0 "s" 0 0 0 64 0 0 662 458 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 3 sec 2 542 "Text28" "" 1 320 456 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 770 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 322 458 350 474 0 2 0 "s" 0 0 0 64 0 0 322 458 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 3 sec 2 543 "Text29" "" 1 320 310 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 771 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 322 312 350 328 0 2 0 "s" 0 0 0 64 0 0 322 312 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 1 V 2 544 "Text30" "" 1 660 310 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 772 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 662 312 690 328 0 2 0 "s" 0 0 0 64 0 0 662 312 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 1 V 2 545 "Text31" "" 1 320 334 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 773 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 322 336 350 352 0 2 0 "s" 0 0 0 64 0 0 322 336 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 2 uA 2 546 "Text32" "" 1 320 383 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 774 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 322 385 350 401 0 2 0 "s" 0 0 0 64 0 0 322 385 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 2 uA 2 547 "Text33" "" 1 320 432 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 775 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 322 434 350 450 0 2 0 "s" 0 0 0 64 0 0 322 434 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 2 uA 2 548 "Text34" "" 1 660 334 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 776 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 662 336 690 352 0 2 0 "s" 0 0 0 64 0 0 662 336 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 2 uA 2 549 "Text35" "" 1 660 383 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 777 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 662 385 690 401 0 2 0 "s" 0 0 0 64 0 0 662 385 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 2 uA 2 550 "Text36" "" 1 660 432 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 778 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 662 434 690 450 0 2 0 "s" 0 0 0 64 0 0 662 434 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 2 uA 2 551 "Text37" "" 1 320 359 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 779 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 322 361 350 377 0 2 0 "s" 0 0 0 64 0 0 322 361 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 5 V/sec 2 552 "Text38" "" 1 320 407 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 780 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 322 409 350 425 0 2 0 "s" 0 0 0 64 0 0 322 409 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 5 V/sec 2 553 "Text43" "" 1 660 359 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 781 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 662 361 690 377 0 2 0 "s" 0 0 0 64 0 0 662 361 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 5 V/sec 2 554 "Text44" "" 1 660 407 E E E 1 E 1 E N "hmpInstrumentUnitFore" E N "hmpInstrumentUnitBack" E E E E 782 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 662 409 690 425 0 2 0 "s" 0 0 0 64 0 0 662 409 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 5 V/sec 2 555 "Text45" "" 1 371 459 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 783 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 373 461 559 477 0 2 0 "s" 0 0 0 66 0 0 373 461 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 23 FSM LockTime at Setting 2 574 "txtChStatus" "" 1 10 10 E E E 1 E 1 E N "_WindowText" E N {204,204,204} E E E E 802 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "dashclr"N "_Transparent" "main() { }" 0 E 0 1 1 0 1 E U 1 E 12 12 188 28 1 2 0 "s" 0 0 0 65 0 0 12 12 1 1 LANG:1 105 -microsoft windows-Arial-bold-r-normal-*-*-140-100-100-*-*-iso8859-1|-16,0,0,0,700,0,0,0,0,3,2,1,34,Arial 0 "" 1 LANG:1 10 RUMPING UP 30 575 "Frame3" "" 1 10 279 E E E 1 E 1 E N "hmpUserFrameFore" E N "_Transparent" E E E E 803 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 210 280 285 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 Status Word 23 476 "Trend1" "" 1 -44 -28 E E E 1 E 1 E N "hmpInstrumentFore" E N "hmpInstrumentBack" E E E E 724 0 0 0 0 0 EE E 0 1 LANG:1 0 1 "logarithm" "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 "" 198 8 802 204 1 E E E 1 135 N {255,255,255} 0 0 1 0 1 0 2 0 "Vmon" "" 0 1 0 0 1 "4 0 0.000000" "%x" 1 0 2 0 E E 1 0 0 3 2 1 LANG:1 0 1 LANG:1 0 1 "" "" -1 0 1 1 0 1 N {204,51,51} 0 0 0 0 0 0 0 0 0 "Imon" "" 0 1 0 0 1 "2 1 0.000000" "%x" 1 0 3 0 E E 1 0 0 3 2 1 LANG:1 0 1 LANG:1 0 1 "" "" -1 0 1 1 0 1 N {0,255,255} 0 0 0 0 0 0 0 0 1 1 "%X" "%x" 1 1 0 0 E 1 0 1 0 90 0 10 900 1 LANG:1 120 -microsoft windows-Arial Narrow-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,0,0,0,0,Arial Narrow 0 "" 1 LANG:1 120 -microsoft windows-Arial Narrow-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,0,0,0,0,Arial Narrow 0 "" 1 LANG:1 120 -microsoft windows-Arial Narrow-normal-r-normal-*-*-110-100-100-*-*-iso8859-1|-11,0,0,0,400,0,0,0,0,0,0,0,0,Arial Narrow 0 "" 30 N {255,255,255} 0 0 1 0 1 150 0 5 5 1 3 0 14 497 "txtActualV" "" 1 347 229 E E E 0 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 745 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 "" 345 227 419 254 3 "s" 0 0 0 0 0 0 E E E 14 498 "txtActualI" "" 1 347 259 E E E 0 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 746 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 "" 345 257 419 284 3 "s" 0 0 0 0 0 0 E E E 14 499 "txtActualT" "" 1 666 229 E E E 0 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 747 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 "" 664 227 724 254 3 "s" 0 0 0 0 0 0 E E E 14 500 "txtActualU" "" 1 485 229 E E E 0 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 748 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 "" 483 227 553 254 3 "s" 0 0 0 0 0 0 E E E 14 501 "txtActualD" "" 1 486 259 E E E 0 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 749 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 "" 484 257 554 284 3 "s" 0 0 0 0 0 0 E E E 14 556 "txtVSetON" "" 1 228 307 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 784 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 "" 226 305 320 332 3 "s" 0 0 0 0 0 0 E E E 14 557 "txtISetON" "" 1 228 331 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 785 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 "" 226 329 320 356 3 "s" 0 0 0 0 0 0 E E E 14 558 "txtVSetINT" "" 1 568 307 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 786 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 "" 566 305 660 332 3 "s" 0 0 0 0 0 0 E E E 14 559 "txtISetINT" "" 1 568 331 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 787 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 "" 566 329 660 356 3 "s" 0 0 0 0 0 0 E E E 14 560 "txtISetRUF" "" 1 228 380 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 788 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 "" 226 378 320 405 3 "s" 0 0 0 0 0 0 E E E 14 561 "txtISetRUL" "" 1 568 380 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 789 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 "" 566 378 660 405 3 "s" 0 0 0 0 0 0 E E E 14 562 "txtISetRUH" "" 1 228 429 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 790 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 "" 226 427 320 454 3 "s" 0 0 0 0 0 0 E E E 14 563 "txtISetRD" "" 1 568 430 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 791 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 "" 566 428 660 455 3 "s" 0 0 0 0 0 0 E E E 14 564 "txtTripTime" "" 1 228 455 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 792 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 "" 226 453 320 480 3 "s" 0 0 0 0 0 0 E E E 14 565 "txtDelay" "" 1 568 455 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 793 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 "" 566 453 660 480 3 "s" 0 0 0 0 0 0 E E E 13 566 "cmdStoreTable" "" 1 578 486 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 794 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 "" 576 484 692 518 T 1 LANG:1 11 STORE TABLE "main() { __StoreParamTable(sLogName); }" 0 E E E 13 567 "cmdLoadTable" "" 1 458 486 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 795 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 "" 456 484 572 518 T 1 LANG:1 10 LOAD TABLE "main() { __LoadParamTable(sLogName); }" 0 E E E 14 568 "txtStepRUF" "" 1 228 356 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 796 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 "" 226 354 320 381 3 "s" 0 0 0 0 0 0 E E E 14 569 "txtStepRUL" "" 1 568 356 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 797 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 "" 566 354 660 381 3 "s" 0 0 0 0 0 0 E E E 14 570 "txtStepRUH" "" 1 228 405 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 798 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 "" 226 403 320 430 3 "s" 0 0 0 0 0 0 E E E 14 571 "txtStepRD" "" 1 568 405 E E E 1 E 1 E N "hmpDataInputFore" E N "hmpDataInputBack" E E E E 799 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 "" 566 403 660 430 3 "s" 0 0 0 0 0 0 E E E 13 572 "cmdFWLink" "" 1 223 486 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 800 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 "" 221 484 365 518 T 1 LANG:1 18 HV Channel Control "// SimpleCtrlScriptStart {invalid} main() { EP_childPanelOn(); } EP_childPanelOn() { string dpType; dyn_string dsAppo, exceptionInfo; dpType = dpTypeName(sNode); fwDevice_getDefaultOperationPanels(dpType, dsAppo, exceptionInfo); ChildPanelOnCentralModal(dsAppo[1]+\".pnl\",\"HV Channel\", 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 13 573 "cmdStoreToChannel" "" 1 26 486 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 801 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 "" 24 484 222 518 T 1 LANG:1 22 STORE PARAM TO CHANNEL "main() { string state; int set; // first get the actual FSM status fwDU_getState(sDomain, sNode, state); // and decide the set switch(state) { case \"ON\": set = 5; break; case \"OFF\": case \"TRIPPED\": set = 1; break; case \"INTERMEDIATE\": set = 3; break; default: return; break; } // Set the channel __StoreParamTable(sLogName); hmpCAEN_FwCaenChannelSetStock(sLogName,\"\",set,false); return; }" 0 E E E 13 578 "cmdChOn" "" 1 30 530 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 805 0 0 0 0 0 EE E 0 1 LANG:1 0 0 1 LANG:1 105 -microsoft windows-Arial-bold-r-normal-*-*-140-100-100-*-*-iso8859-1|-16,0,0,0,700,0,0,0,0,3,2,1,34,Arial 0 "" 28 528 172 572 T 1 LANG:1 10 CHANNEL ON "main() { dpSetWait(sNode+\".settings.onOff:_original.._value\",true); }" 0 E E E 13 579 "cmdChOff" "" 1 180 530 E E E 1 E 1 E N "hmpUserFrameFore" E N "hmpUserFrameBack" E E E E 806 0 0 0 0 0 EE E 0 1 LANG:1 0 0 1 LANG:1 105 -microsoft windows-Arial-bold-r-normal-*-*-140-100-100-*-*-iso8859-1|-16,0,0,0,700,0,0,0,0,3,2,1,34,Arial 0 "" 178 528 322 572 T 1 LANG:1 11 CHANNEL OFF "main() { dpSetWait(sNode+\".settings.onOff:_original.._value\",false); }" 0 E E E 0 LAYER, 1 1 LANG:1 6 Layer2 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 0