继电器默认初始位置
This commit is contained in:
parent
e0a400f1dd
commit
d0411e3a57
@ -40,6 +40,7 @@ message Relay {
|
|||||||
//string model = 3;//型号
|
//string model = 3;//型号
|
||||||
ModelType newModel = 4;//型号
|
ModelType newModel = 4;//型号
|
||||||
string showCode = 5;//展示的编号
|
string showCode = 5;//展示的编号
|
||||||
|
CjDataItem.PostionType defaultInitialPosition = 6;//默认初始位置
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 断相保护器 */
|
/* 断相保护器 */
|
||||||
@ -65,7 +66,7 @@ message DeviceRelateRelay {
|
|||||||
}
|
}
|
||||||
message Combinationtype {
|
message Combinationtype {
|
||||||
string code = 1;
|
string code = 1;
|
||||||
repeated string oldrefRelays = 2;//设备关联的继电器
|
//repeated string oldrefRelays = 2;//设备关联的继电器
|
||||||
repeated uint32 refRelays = 3;//设备关联的继电器
|
repeated uint32 refRelays = 3;//设备关联的继电器
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -95,7 +96,7 @@ message CjDataItem {
|
|||||||
Q=0;
|
Q=0;
|
||||||
H=1;
|
H=1;
|
||||||
}
|
}
|
||||||
string oldrelayId = 1;//采集对应的继电器Id
|
//string oldrelayId = 1;//采集对应的继电器Id
|
||||||
PostionType position = 2;//继电器的位置,QH对应着吸合
|
PostionType position = 2;//继电器的位置,QH对应着吸合
|
||||||
uint32 relayId = 3;//采集对应的继电器Id
|
uint32 relayId = 3;//采集对应的继电器Id
|
||||||
}
|
}
|
||||||
@ -112,6 +113,6 @@ message QdDataSet {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message QdData {
|
message QdData {
|
||||||
repeated string oldrefRelays=1;//驱动的继电器Id
|
//repeated string oldrefRelays=1;//驱动的继电器Id
|
||||||
repeated uint32 refRelays=2;//驱动的继电器Id
|
repeated uint32 refRelays=2;//驱动的继电器Id
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user