From 45cfbd57f3c2033932d91e3770044e20bd4fcd5f Mon Sep 17 00:00:00 2001 From: CCS Operator Account Date: Fri, 31 May 2019 10:16:33 -0700 Subject: [PATCH] Added name to Outlet-2 --- IR2/lsst-lion06/pumpAndPurgePDU.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IR2/lsst-lion06/pumpAndPurgePDU.groovy b/IR2/lsst-lion06/pumpAndPurgePDU.groovy index 97ffab8..0fd291a 100644 --- a/IR2/lsst-lion06/pumpAndPurgePDU.groovy +++ b/IR2/lsst-lion06/pumpAndPurgePDU.groovy @@ -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)