..
This commit is contained in:
@@ -91,8 +91,8 @@ namespace AGVControl
|
||||
var p1y = int.Parse(buf[1]);
|
||||
var p2x = int.Parse(buf[2]);
|
||||
var p2y = int.Parse(buf[3]);
|
||||
var p1v = uint.Parse(buf[4]);
|
||||
var p2v = uint.Parse(buf[5]);
|
||||
var p1v = ushort.Parse(buf[4]);
|
||||
var p2v = ushort.Parse(buf[5]);
|
||||
|
||||
if (P1 == null) P1 = new RFIDPoint();
|
||||
P1.Location = new System.Drawing.Point(p1x, p1y);
|
||||
|
||||
Reference in New Issue
Block a user