|
@@ -136,7 +136,7 @@ namespace FurnaceRT.Equipments.PMs
|
|
|
}
|
|
|
private void ProcessPhase(R_TRIG r_TRIG, string modeKey)
|
|
|
{
|
|
|
- r_TRIG.CLK = CheckConditionInTime(modeKey, (int)3 * 1000, () => _n2PurgeSequenceStatus[modeKey].Invoke());
|
|
|
+ r_TRIG.CLK = CheckConditionInTime(modeKey, (int)_stabilityTime * 1000, () => _n2PurgeSequenceStatus[modeKey].Invoke());
|
|
|
if (r_TRIG.Q)
|
|
|
{
|
|
|
LOG.Info($"N2PurgeMode Trigger {modeKey}!,O2:{GetO2Density()},time:{_allTimeDict[modeKey].ElapsedMilliseconds}");
|