驱动继电器列表初提交
This commit is contained in:
parent
60ead5ac3d
commit
b18218fdb1
@ -15,6 +15,7 @@ message RelayCabinetGraphicStorage {
|
||||
repeated Combinationtype combinationtypeList = 8;
|
||||
repeated SignalFaultAlarm signalFaultAlarms = 9;
|
||||
CiCj ciCjList = 10;//采集列表
|
||||
CiQd ciQdList = 11;//驱动列表
|
||||
}
|
||||
|
||||
message RelayCabinet {
|
||||
@ -95,3 +96,18 @@ message CjDataItem {
|
||||
string relayId = 1;//采集对应的继电器Id
|
||||
PostionType position = 2;//继电器的位置,QH对应着吸合
|
||||
}
|
||||
|
||||
/* 驱动 */
|
||||
message CiQd {
|
||||
int32 dsCount = 1;//数据集位数——对应着excel表行数
|
||||
repeated QdDataSet qdList = 2;//驱动列表(二维数据,数组长度对应着excel表列数--数据集个数)
|
||||
}
|
||||
|
||||
message QdDataSet {
|
||||
string name = 1;//对应着excel中的列名,如'D1'
|
||||
repeated QdData bitList = 2;//对应着excel中的一列的数据
|
||||
}
|
||||
|
||||
message QdData {
|
||||
repeated string refRelays=1;//驱动的继电器Id
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user