| | |
| | | ReadException |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 通讯异常信息 |
| | | /// </summary> |
| | | public class CommunicationExceptionMessage |
| | | { |
| | | /// <summary> |
| | |
| | | /// 数据类型错误,参数【数据类型,协议地址】 |
| | | /// </summary> |
| | | public const string DataTypeErrorException = "数据类型错误,未定义该PLC数据类型:【{0}】,地址:【{1}】"; |
| | | |
| | | /// <summary> |
| | | /// 数据读取异常,参数【数据类型,协议地址,错误信息】 |
| | | /// </summary> |
| | | public const string ReadException = "数据读取失败,数据类型:【{0}】,地址:【{1}】,错误信息:【{2}】"; |
| | | |
| | | /// <summary> |
| | | /// 数据读取失败,参数【数据类型,协议地址,错误信息】 |
| | |
| | | public const string TypeConvertError = "数据类型转换错误,数据类型:【{0}】,地址:【{1}】,写入的数据:【{2}】,错误信息:【{3}】"; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 通讯日志记录信息 |
| | | /// </summary> |
| | | public class CommunicationInfoMessage |
| | | { |
| | | /// <summary> |