列车折返12号线激活调整
This commit is contained in:
parent
0a0de33fd1
commit
15470e0e4a
@ -210,8 +210,8 @@ message TrainState{
|
|||||||
float TrainMaxBrake = 37; //列车最大减速度
|
float TrainMaxBrake = 37; //列车最大减速度
|
||||||
float TrainEmergencyBrake = 38;//列车紧急制动减速度
|
float TrainEmergencyBrake = 38;//列车紧急制动减速度
|
||||||
string projectCode = 39;
|
string projectCode = 39;
|
||||||
TrainBtmCache BtmBaliseCache = 40;
|
// TrainBtmCache BtmBaliseCache = 40;
|
||||||
TrainPort trainPort = 41;
|
TrainPort trainPort = 40;
|
||||||
enum TrainPort{
|
enum TrainPort{
|
||||||
PORT_NONE = 0;
|
PORT_NONE = 0;
|
||||||
PORT_A=1;
|
PORT_A=1;
|
||||||
@ -465,8 +465,8 @@ message TrainVobcState {
|
|||||||
//Ato运行级位
|
//Ato运行级位
|
||||||
AtoStepLevel atoStepLevel = 85;
|
AtoStepLevel atoStepLevel = 85;
|
||||||
VobcBtmInfo vobcBtmInfo = 86;
|
VobcBtmInfo vobcBtmInfo = 86;
|
||||||
int64 lineInitTimeStamp12 = 87; //12号线列出初始化时间戳
|
// int64 lineInitTimeStamp12 = 87; //12号线列出初始化时间戳
|
||||||
bool line12ConnErr = 88;//12号线连接错误,因为12号线atp故障(此时atp需要重启)时,还是会发送数据通过此次属性标记atp状态情况(多次观察atp故障时,atp输出数字量返回的数据最后一个直接是0)
|
// bool line12ConnErr = 88;//12号线连接错误,因为12号线atp故障(此时atp需要重启)时,还是会发送数据通过此次属性标记atp状态情况(多次观察atp故障时,atp输出数字量返回的数据最后一个直接是0)
|
||||||
// bool trainConnInitComplateTc1 = 87;
|
// bool trainConnInitComplateTc1 = 87;
|
||||||
// bool trainConnInitComplateTc2 = 88;
|
// bool trainConnInitComplateTc2 = 88;
|
||||||
|
|
||||||
@ -959,8 +959,8 @@ message TrainControlState{
|
|||||||
bool TrainConnInitComplatePortB = 11;
|
bool TrainConnInitComplatePortB = 11;
|
||||||
bool activeTrainA = 12;
|
bool activeTrainA = 12;
|
||||||
bool activeTrainB = 13;
|
bool activeTrainB = 13;
|
||||||
bool Line12ConnErr = 14;
|
// bool Line12ConnErr = 14;
|
||||||
int64 lineInitTimeStamp12 = 15;
|
// int64 lineInitTimeStamp12 = 15;
|
||||||
message ControlButton{
|
message ControlButton{
|
||||||
uint32 id = 1;
|
uint32 id = 1;
|
||||||
bool passed = 3;
|
bool passed = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user