Skip to content

Commit

Permalink
Added name to Outlet-2
Browse files Browse the repository at this point in the history
  • Loading branch information
CCS Operator Account committed May 31, 2019
1 parent 9b0fa24 commit 45cfbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IR2/lsst-lion06/pumpAndPurgePDU.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ String type = runMode.equals("simulation") ? "APC7900Sim" : "APC7900"

builder.main (ApcPdu) {

PDU120 (APC7900Device, type: type, node:"192.168.1.2", outlets:["THERMOCOUPLEDISPLAY","Outlet-2","Outlet-3","lowern2valve","ALWAYSON","Outlet-6","n2heater","nitrogenvalve"]) {
PDU120 (APC7900Device, type: type, node:"192.168.1.2", outlets:["THERMOCOUPLEDISPLAY","flatlamp","Outlet-3","lowern2valve","ALWAYSON","Outlet-6","n2heater","nitrogenvalve"]) {
Power (Channel, description:"PDU power", units:"Watts",
hwChan:APC7900Device.CHAN_POWER, type:"POWER",
limitHi:1320.0)
Expand Down

0 comments on commit 45cfbd5

Please sign in to comment.