继电器处理数据
This commit is contained in:
parent
4542ae2c3e
commit
4c962bc7b0
@ -65,6 +65,7 @@ message DeviceRelateRelay {
|
||||
message Combinationtype {
|
||||
string code = 1;
|
||||
repeated string refRelays = 2;//设备关联的继电器
|
||||
repeated uint32 newrefRelays = 3;//设备关联的继电器
|
||||
}
|
||||
|
||||
message UniqueIdType {
|
||||
@ -95,6 +96,7 @@ message CjDataItem {
|
||||
}
|
||||
string relayId = 1;//采集对应的继电器Id
|
||||
PostionType position = 2;//继电器的位置,QH对应着吸合
|
||||
uint32 newrelayId = 3;//采集对应的继电器Id
|
||||
}
|
||||
|
||||
/* 驱动 */
|
||||
@ -110,4 +112,5 @@ message QdDataSet {
|
||||
|
||||
message QdData {
|
||||
repeated string refRelays=1;//驱动的继电器Id
|
||||
repeated uint32 newrefRelays=2;//驱动的继电器Id
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user