..
This commit is contained in:
@@ -70,13 +70,12 @@ namespace Project.ViewForm
|
||||
}
|
||||
private void AGV_DataReceive(object sender, arDev.Narumi.DataEventArgs e)
|
||||
{
|
||||
|
||||
switch (e.DataType)
|
||||
{
|
||||
case arDev.Narumi.DataType.TAG:
|
||||
var tagno = PUB.AGV.data.TagNo;
|
||||
PUB.log.Add($"[auto] recv tag : {tagno}");
|
||||
PUB.mapctl.SetCurrentPosition(tagno);
|
||||
//_AGV 파일에서 위치조정을 함
|
||||
//var tagno = PUB.AGV.data.TagNo;
|
||||
//PUB.mapctl.SetCurrentPosition(tagno);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user