Category: Issue may impact interoperability of implementations of Edition 2
Issue
The enum definition in annex H of ParTraMod differs to the description table 10 of 7-4. Correct
Proposal
The enum in annex H should be as follows:
<EnumType id="ParTraMod">
<EnumVal ord="1">No Mode predefined </EnumVal>
<EnumVal ord="2">Master </EnumVal>
<EnumVal ord="3">Follower</EnumVal>
<EnumVal ord="4">Power Factor</EnumVal>
<EnumVal ord="5">Negative Reactance</EnumVal>
<EnumVal ord="6">Circulating Current</EnumVal>
<EnumVal ord="7">Circulating Reactive Current (var balancing)</EnumVal>
<EnumVal ord="8">Circulating Reactive Current by equalizing power factor</EnumVal>
</EnumType>
Discussion
Created
Status
09 Mar 11
In Force (green)
01 Feb 11
Ballot Period
There are still wrong blanks in the xml. Correct as follows.
<EnumType id="ParTraMod">
<EnumVal ord="1">No Mode predefined</EnumVal>
<EnumVal ord="2">Master</EnumVal>
<EnumVal ord="3">Follower</EnumVal>
<EnumVal ord="4">Power Factor</EnumVal>
<EnumVal ord="5">Negative Reactance</EnumVal>
<EnumVal ord="6">Circulating Current</EnumVal>
<EnumVal ord="7">Circulating Reactive Current (var balancing)</EnumVal>
<EnumVal ord="8">Circulating Reactive Current by equalizing power factor</EnumVal>
</EnumType>