|
@@ -281,7 +281,7 @@ namespace PunkHPX8_RT.Modules.VpwCell
|
|
|
_vpwCellDevice = DEVICE.GetDevice<VpwCellDevice>(Module);
|
|
|
_mainDevice = DEVICE.GetDevice<VpwMainDevice>(ModuleName.VPWMain1.ToString());
|
|
|
_lidReleasePressure = SC.GetValue<int>($"{Module}.LidReleasePressure");
|
|
|
- _lidReleasePressureTimeout = SC.GetValue<int>($"{Module}.LidReleasePressureTimeout");
|
|
|
+ _lidReleasePressureTimeout = SC.GetValue<int>($"{Module}.LidReleasePressureTimeout")*1000;
|
|
|
_totalMicrosecond = 0;
|
|
|
_stepIndex = 0;
|
|
|
return Runner.Start(Module, $"{Module} vent prewet");
|