test_acs 프로젝트 변경
This commit is contained in:
@@ -63,11 +63,11 @@ namespace arDev
|
||||
Wait = 2,
|
||||
Error = 100,
|
||||
Timeout,
|
||||
|
||||
|
||||
}
|
||||
public enum eNarmiPBSSensor : byte
|
||||
{
|
||||
notset=0,
|
||||
notset = 0,
|
||||
on = 1,
|
||||
off = 2
|
||||
}
|
||||
@@ -383,9 +383,9 @@ namespace arDev
|
||||
|
||||
|
||||
case eAgvCmd.MoveSet:
|
||||
cmdString = $"CBR{param}";
|
||||
cmdString = $"CBR{param}";
|
||||
retval = AddCommand(cmdString);
|
||||
if(retval == eNarumiCommandResult.Success)
|
||||
if (retval == eNarumiCommandResult.Success)
|
||||
{
|
||||
if (param.Length > 3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user