iscs bas 大系统

This commit is contained in:
xzb 2023-12-22 18:01:37 +08:00
parent a6ed4cda5a
commit c7b44aa623

View File

@ -545,9 +545,10 @@ message Pipe{
DevicePort portB = 4;//线B端连接的设备
enum Type{
Water = 0;//
ElectricPower = 1;//线
ElectricPower = 1;//线线
Gas = 2;//()
}
Type pipeType = 5;
Type pipeType = 5; //线
}
//
//A B C D
@ -632,4 +633,61 @@ message NetworkSwitch{
message WireCabinet{
string id = 1;
string code = 2;
}
//
//A
message ExhaustPavilion{
string id = 1;
string code = 2;
}
//
//A
message AirSupplyPavilion{
string id = 1;
string code = 2;
}
//
//A和B
message ElectricControlValve{
string id = 1;
string code = 2;
}
//
//A和B
message ElectricAirValve{
string id = 1;
string code = 2;
}
//()
//ABC三个端口为输入口D端口为输出口
message GasMixingChamber{
string id = 1;
string code = 2;
}
//
//A,B
//C输出风再通过端口D输入C->D实现对风再处理
message CombinationAirConditioner{
string id = 1;
string code = 2;
}
//(B端口输出的工作风进行净化)
//A输入B输出
message AirPurificationDevice{
string id = 1;
string code = 2;
}
//(+)
//A
//B
//
message GasEnvironment{
string id = 1;
string code = 2;
}