Downlink command to get reactive energy A-R- (II quadrant) in half hours by date.
A-R-
II
import * as getHalfHourDemandVareExport from 'jooby-codec/mtx3/commands/downlink/getHalfHourDemandVareExport.js';const parameters = { date: { year: 24, month: 3, date: 22 }};const bytes = getHalfHourDemandVareExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[85, 3, 24, 3, 22] Copy
import * as getHalfHourDemandVareExport from 'jooby-codec/mtx3/commands/downlink/getHalfHourDemandVareExport.js';const parameters = { date: { year: 24, month: 3, date: 22 }};const bytes = getHalfHourDemandVareExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[85, 3, 24, 3, 22]
Command format documentation
Downlink command to get reactive energy
A-R-
(II
quadrant) in half hours by date.Example
Command format documentation