| | |
| | | using Bro.Common.Base; |
| | | using Bro.Common.Interface; |
| | | using Bro.Common.Model; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | |
| | | |
| | | namespace Bro.Device.GTSCard |
| | | { |
| | | public class GTSCardDriver : DeviceBase, IMotion |
| | | public class GTSCardDriver : DeviceBase,IMonitor, IMotion |
| | | { |
| | | public event Action<DateTime, string, IDevice, MonitorSet> OnMonitorInvoke; |
| | | public event Action<DateTime, IDevice, WarningSet> OnMonitorAlarm; |
| | | |
| | | public List<AxisInfo> GetCurrentAxisInfo(params string[] axisName) |
| | | { |
| | | throw new NotImplementedException(); |
| | |
| | | } |
| | | |
| | | static object lockObj = new object(); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 读取当前值 |
| | |
| | | else return false; //运行中返回false |
| | | } |
| | | } |
| | | |
| | | public void Monitor() |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public void ResetAlarm() |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | } |
| | | } |