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");