buffer in/out 시퀀스 작성중

This commit is contained in:
backuppc
2025-12-11 08:22:52 +09:00
parent 9a0a389e07
commit 6024f372d3
23 changed files with 671 additions and 806 deletions

View File

@@ -697,7 +697,7 @@ namespace Project
}
else
{
if (PUB.sm.RunStep == ERunStep.GODOWN)
if (PUB.sm.RunStep == ERunStep.BUFFER_IN)
{
if (PUB.sm.RunStepSeq == 1)
{
@@ -705,7 +705,7 @@ namespace Project
}
else UpdateStatusMessage(String.Format("하차 이동 중 ({0})", PUB.Result.TargetPos), Color.Lime, Color.Black);
}
else if (PUB.sm.RunStep == ERunStep.GOUP)
else if (PUB.sm.RunStep == ERunStep.BUFFER_OUT)
{
if (PUB.sm.RunStepSeq == 1)
{