CIRCUTOR PowerStudio Series User Manual

Page 26

Advertising
background image

PowerStudio PowerStudio

26 User Manual

recordGroup: Main field which will identify the XML as a response to the variable

register request.

period: Register period. Will report on time elapsed between records.

record: Will Identify each of the records:

dateTime: Date and time of the sample.
field: Standard value register.
fieldComplex: Complex value register
fieldARM: Harmonic value register
fieldFO: Waveform value record
fieldEVQ: EVQ event register

Here are the different types of values that can be returned by this request:

• Standard value registers (voltages, currents, power, energy, etc.).

<field>

<id> … </id>

<value>… </ value>

</ Field>

id: Variable identifier (device.variable)
value: Value

• Complex value register (PLT, etc.).

<fieldComplex>

<id> … </id>

<value>… </ value>

<flags>… </ flags>

</ fieldComplex>

id: Variable identifier (device.variable)
value: Value
flags: Additional information from the variable formed by the union of one or

more of the following values

♦ 0x0000 The PLT is correct

♦ 0x0001 The PLT calculation has been done with fewer samples

than expected

♦ 0x0002  The PLT calculation has been done with more samples

than expected

♦ 0x0004 The samples used in the PLT calculation do not have an

equidistant separation in the sampling window

♦ 0x0008 Some PST used in the calculation of the PLT contain

events in phase 1

♦ 0x0010 Some PST used in the calculation of the PLT contain

events in phase 2

♦ 0x0020  Some PST used in the calculation of the PLT contain

events in phase 3

♦ 0x0040  Some PST used in the calculation of the PLT are not

complete

• Harmonic value record

<fieldARM>

<id> … </id>

<element>

<harmonic>… </ harmonic>

<value>… </ value>

</ element>

</fieldARM>

id: Variable identifier (device.variable)

Advertising