public void AddPoint(PointInfo point) { var target = ConvertToPulse(point); _mc.AddTargetPoint(2, (short)_coordinateId, target.X, target.Y, target.Z, target.Velocity, target.Acceleration, 0, 0); }