iscs pscada 一次图 电力传递实现

This commit is contained in:
xzb 2023-12-22 09:57:47 +08:00
parent f5c28fcdec
commit 04be5d1bb1
2 changed files with 689 additions and 594 deletions

View File

@ -46,6 +46,8 @@ message Repository {
repeated VoltageTransformer voltageTransformers = 307;
//ISCS电源
repeated PowerSource powerSources = 308;
//ISCS避雷器
repeated LightningArrester lightningArresters = 309;
}
//
@ -599,4 +601,10 @@ message PowerSource{
bool ac = 3;
//
uint32 voltage = 4;
}
//
message LightningArrester{
string id = 1;
string code = 2;
}

File diff suppressed because it is too large Load Diff