Skip to content

Commit

Permalink
Removed THD for SDM120
Browse files Browse the repository at this point in the history
  • Loading branch information
mreschka committed Feb 10, 2018
1 parent 6c82a0b commit 12dabdd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/github.com/gonium/gosdm630/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ func (s *SDM120RoundRobinScheduler) Produce(devid uint8) (retval []QuerySnip) {
retval = append(retval, QuerySnip{DeviceId: devid, FuncCode: ReadInputReg, OpCode: OpCodeSDMTotalExport, Value: math.NaN(),
Description: "Total Export (kWh)", IEC61850: "TotkWhExport"})

retval = append(retval, QuerySnip{DeviceId: devid, FuncCode: ReadInputReg, OpCode: OpCodeSDML1THDVoltageNeutral, Value: math.NaN(),
Description: "L1 Voltage to neutral THD (%)", IEC61850: "ThdVolPhsA"})

return retval
}

Expand Down

0 comments on commit 12dabdd

Please sign in to comment.