src/Bro.Common.Device/DeviceBase/PLCBase.cs @@ -280,6 +280,11 @@ return locations; } public bool MoveToPoint(IOperationConfig opConfig) { throw new NotImplementedException(); } #endregion }