道岔
This commit is contained in:
parent
4f27cc3670
commit
189703de4e
@ -93,10 +93,10 @@ message Entry {
|
||||
}
|
||||
|
||||
message Switch {
|
||||
bool ipSingleSwitchStusCiOccupied = 1; // 连锁报告道岔占用
|
||||
bool ipSingleSwitchStusCbtcOccupied = 2; // CBTC报告道岔占用
|
||||
bool ipSingleSwitchStusLocked = 3; // 道岔锁闭
|
||||
bool ipSingleSwitchStusFailLocked = 4; // 道岔故障锁闭
|
||||
bool ipSingleSwitchStusCiOccupied = 1; // 连锁报告道岔占用(非通信车占用- 红色)
|
||||
bool ipSingleSwitchStusCbtcOccupied = 2; // CBTC报告道岔占用(粉)
|
||||
bool ipSingleSwitchStusLocked = 3; // 道岔锁闭(白)
|
||||
bool ipSingleSwitchStusFailLocked = 4; // 道岔故障锁闭(棕)
|
||||
bool ipSingleSwitchStusNormal = 5; // 定位
|
||||
bool ipSingleSwitchStusReverse = 6; // 反位
|
||||
bool ipSingleSwitchStusBlocked1 = 7; // 单锁
|
||||
@ -118,7 +118,7 @@ message Switch {
|
||||
bool ipSingleSwitchStusTsrBmMain = 23; // BM岔前限速
|
||||
bool ipSingleSwitchStusTsrBmNormal = 24; // BM定位限速
|
||||
bool ipSingleSwitchStusTsrBmReverse = 25; // BM反位限速
|
||||
bool ipSingleSwitchStusBlocked2 = 26; // 道岔封锁
|
||||
bool ipSingleSwitchStusBlocked2 = 26; // 道岔封锁(单封)
|
||||
bool ipSingleSwitchStusLostIndication = 27; // 道岔失表示
|
||||
//设备唯一识别码,一般为设备名称
|
||||
string id = 28;
|
||||
|
Loading…
Reference in New Issue
Block a user