//using System;
//using System.Collections.Generic;
//using System.Linq;
//using System.Text;
//using System.Threading.Tasks;
//namespace Bro.Device.GTSCard
//{
// public class GtsIO
// {
// ///
// /// 输入点位
// ///
// public int Input;
// ///
// /// 输出点位
// ///
// public int Output;
// ///
// /// 回零点位
// ///
// public int Home;
// ///
// /// 正极限
// ///
// public int Limpos;
// ///
// /// 负极限
// ///
// public int Limneg;
// ///
// /// 报警信息
// ///
// public int Alarm;
// ///
// /// 轴状态
// ///
// public int AxisSts;
// ///
// /// X轴规划位置
// ///
// public double PrfPosX;
// ///
// /// Y轴规划位置
// ///
// public double PrfPosY;
// ///
// /// Z轴规划位置
// ///
// public double PrfPosZ;
// ///
// /// A轴规划位置
// ///
// public double PrfPosA;
// }
//}