增加间隙探测继电器及相关逻辑;修改屏蔽门控制逻辑实现

This commit is contained in:
joylink_zhangsai 2023-11-09 10:53:22 +08:00
parent 3dddb31503
commit 5b6e90cf4e

View File

@ -66,6 +66,7 @@ message Section {
message Psd {
enum Operation {
Undefined = 0;
//
Km4 = 1; //
CancelKm4 = 2; //
Km8 = 3; //
@ -76,11 +77,16 @@ message Psd {
ForceKm8 = 8; //
ForceGm = 9; //
CancelForce = 10; //
//
AsdCannotOpen = 11; //
CancelAsdCannotOpen = 12; //
AsdCannotClose = 13; //
CancelAsdCannotClose = 14; //
//
QDTC = 15; //
CancelQDTC = 16; //
TZTC = 17; //
CancelTZTC = 18; //
}
}