摘要: SignalR.Core 消息推送实例 public class ChatHub : Hub { private string _className = "ChatHub"; //private System.Threading.Timer timer = null; private System. 阅读全文
posted @ 2023-09-10 18:32 baivfhpwxf 阅读(35) 评论(0) 推荐(0) 编辑
摘要: #region DMC3000系列重写 /// <summary> /// 雷赛板卡 AxisDMC3000 /// </summary> public class DMC3000 : AxisModel { public DMC3000() { } /// <summary> /// 回零 /// 阅读全文
posted @ 2023-09-10 18:09 baivfhpwxf 阅读(947) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 联营板卡 /// </summary> public class UWC : AxisModel { //public UWC() { } public UWC() { } public override bool Home() { double speed = 阅读全文
posted @ 2023-09-10 18:06 baivfhpwxf 阅读(22) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 压力 传感器 /// </summary> public class ForceSensor { private static SerialPort _serialPort = new SerialPort(); /// <summary> /// 初始化参数 / 阅读全文
posted @ 2023-09-10 17:58 baivfhpwxf 阅读(62) 评论(0) 推荐(0) 编辑