iscs pscada 一次图 repository
This commit is contained in:
parent
ec8d3e1bca
commit
2c18345c36
@ -27,6 +27,25 @@ message Repository {
|
||||
string mainCoordinateSystem = 20;
|
||||
repeated Key Keys = 21;
|
||||
repeated CentralizedStationRef CentralizedStationRefs = 22;
|
||||
//ISCS 编号[300,500]
|
||||
//ISCS管线
|
||||
repeated Pipe pipes = 300;
|
||||
//ISCS管件
|
||||
repeated PipeFitting pipeFittings = 301;
|
||||
//ISCS断路器
|
||||
repeated CircuitBreaker circuitBreakers = 302;
|
||||
//ISCS三工位开关
|
||||
repeated ThreePositionSwitch threePositionSwitches = 303;
|
||||
//ISCS手车
|
||||
repeated HandcartSwitch handcartSwitches = 304;
|
||||
//ISCS整流器
|
||||
repeated Rectifier rectifiers = 305;
|
||||
//ISCS隔离开关
|
||||
repeated Disconnector disconnectors = 306;
|
||||
//ISCS变压器
|
||||
repeated VoltageTransformer voltageTransformers = 307;
|
||||
//ISCS电源
|
||||
repeated PowerSource powerSources = 308;
|
||||
}
|
||||
|
||||
// 信号布置数据
|
||||
@ -504,27 +523,6 @@ message CiSectionCodePoint{
|
||||
|
||||
//////////////////////////ISCS///////////////////////////////////
|
||||
|
||||
//ISCS 电力监控系统-一次系统图
|
||||
message IscsPscadaYcLayout{
|
||||
//母线
|
||||
repeated Pipe pipes = 1;
|
||||
//管件
|
||||
repeated PipeFitting pipeFittings = 2;
|
||||
//断路器
|
||||
repeated CircuitBreaker circuitBreakers = 3;
|
||||
//三工位开关
|
||||
repeated ThreePositionSwitch threePositionSwitches = 4;
|
||||
//手车
|
||||
repeated HandcartSwitch handcartSwitches = 5;
|
||||
//整流器
|
||||
repeated Rectifier rectifiers = 6;
|
||||
//隔离开关
|
||||
repeated Disconnector disconnectors = 7;
|
||||
//变压器
|
||||
repeated VoltageTransformer voltageTransformers = 8;
|
||||
//电源
|
||||
repeated PowerSource powerSources = 9;
|
||||
}
|
||||
|
||||
//管线
|
||||
//管线有两个端口,分别为A端和B端
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user