- fixed errors occured after intendation command in fsm mechanism
This commit is contained in:
@@ -344,6 +344,7 @@ static long IghRead(long pc, void *object)
|
||||
|
||||
switch (pc) {
|
||||
default: /* FSM BEGIN ****************************** */
|
||||
EasePchk(drv);
|
||||
EaseWrite(eab, "X");
|
||||
return __LINE__;
|
||||
case __LINE__: /**********************************/
|
||||
@@ -563,6 +564,7 @@ static long IghStart(long pc, void *object)
|
||||
|
||||
switch (pc) {
|
||||
default: /* FSM BEGIN ****************************** */
|
||||
EasePchk(drv);
|
||||
EaseWrite(eab, "V");
|
||||
return __LINE__;
|
||||
case __LINE__: /**********************************/
|
||||
@@ -601,6 +603,7 @@ static long IghSet(long pc, void *object)
|
||||
|
||||
switch (pc) {
|
||||
default: /* FSM BEGIN ****************************** */
|
||||
EasePchk(drv);
|
||||
EaseWrite(eab, "C3");
|
||||
drv->remote = 2;
|
||||
loop:
|
||||
|
||||
Reference in New Issue
Block a user