|
@@ -17,9 +17,9 @@ namespace CyberX8_Simulator.Devices
|
|
|
private const int FESTO_REGISTER_COUNT = 100;
|
|
|
private IByteTransform byteTransform = new BigEndianByteTransformBase();
|
|
|
/// <summary>
|
|
|
- /// 数据字典(DO_address - data)
|
|
|
+ /// 数据(DO_address - data)
|
|
|
/// </summary>
|
|
|
- Dictionary<int, short> _festoOutputDataDic = new Dictionary<int, short>();
|
|
|
+ private short[] _festoOutputDataDic = new short[FESTO_REGISTER_COUNT];
|
|
|
|
|
|
/// <summary>
|
|
|
/// 构造函数
|