From 3cf180f8335d11efaae7ba0d58d5a14ce15073dd Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 17 Jun 2015 14:01:58 +0200 Subject: [PATCH] Closedown --- plugins/PowerSupply.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/PowerSupply.java b/plugins/PowerSupply.java index 7a1dd15..33f9874 100644 --- a/plugins/PowerSupply.java +++ b/plugins/PowerSupply.java @@ -41,6 +41,7 @@ public class PowerSupply extends DeviceBase implements BitMask { public PowerSupply(String name, String prefix) { super(name); + this.setCache(10.0); this.prefix=prefix; moduleVoltageRamp = new ChannelDouble(name + " moduleVoltageRamp", prefix + ":RAMP:2");