Added event log count to 1 channel invterers
This commit is contained in:
parent
363dfc167e
commit
dfdf8d9054
@ -11,7 +11,7 @@ public:
|
||||
const uint8_t getAssignmentCount();
|
||||
|
||||
private:
|
||||
const byteAssign_t byteAssignment[13] = {
|
||||
const byteAssign_t byteAssignment[14] = {
|
||||
{ FLD_UDC, UNIT_V, CH1, 2, 2, 10 },
|
||||
{ FLD_IDC, UNIT_A, CH1, 4, 2, 100 },
|
||||
{ FLD_PDC, UNIT_W, CH1, 6, 2, 10 },
|
||||
@ -24,6 +24,7 @@ private:
|
||||
{ FLD_PAC, UNIT_W, CH0, 18, 2, 10 },
|
||||
{ FLD_F, UNIT_HZ, CH0, 16, 2, 100 },
|
||||
{ FLD_T, UNIT_C, CH0, 26, 2, 10 },
|
||||
{ FLD_EVT_LOG, UNIT_CNT, CH0, 24, 2, 1},
|
||||
{ FLD_PDC, UNIT_W, CH0, CALC_PDC_CH0, 0, CMD_CALC },
|
||||
{ FLD_EFF, UNIT_PCT, CH0, CALC_EFF_CH0, 0, CMD_CALC }
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user