1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
| //using HslCommunication.Profinet.Siemens;
| //using iWareCommon.Utils;
| //using iWareModel;
| //using S7.Net;
| //using System;
| //using System.Collections.Generic;
| //using System.Linq;
| //using System.Text;
| //using System.Threading.Tasks;
| //namespace iWareSda
| //{
| // /// <summary>
| // /// 结构类
| // /// </summary>
| // public class StationWarningStruct
| // {
|
| // //里面有空格,别忘了最后trim下
| // /// <summary>
| // /// 报警字典
| // /// key:报警代码 value:报警内容
| // /// </summary>
| // public static IDictionary<string, string> AlertDict = new System.Collections.Generic.Dictionary<string, string>() {
| // {"0.0","前极限异常"},
| // {"0.1","后极限异常"},
| // {"0.2","急停异常"},
| // {"0.3","行走激光测距值无变化"},
| // {"0.4","行走激光测距值位零"},
| // {"0.5","行走变频器异常"},
| // {"0.6","输送变频器异常"},
| // {"0.7","行走超时异常"},
| // {"1.0","输送超时异常"},
| // {"1.1","左侧突出异常"},
| // {"1.2","右侧突出异常"},
| // {"1.3","输送线突出异常"},
| // {"1.4","输送线通讯异常"}
| // };
|
| // }
| //}
|
|