1.IoValve中MFC Ramp时间由5ms改为5s

This commit is contained in:
HCL 2023-06-20 15:36:28 +08:00
parent 0cae4f6b6c
commit af08f0854b
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ namespace Aitex.Core.RT.Device.Devices
{
EV.PostInfoLog(Module, $"Start to ramp {_mfcName} to 0.0{_mappedMfc.Unit}");
_isValveOnAfterMfcRamp = isOn;
_mappedMfc.Ramp(0, 5);
_mappedMfc.Ramp(0, 5*1000);
_timMfcRampTimeout.Start(10 * 1000);
}