Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attributes

Definition

Example

Required

polling_interval

defines the polling interval in ms (0 = no polling)

100

Yes

datasets

Array of datasets


No

datasets.dataset_ref

Dataset reference


Yes

datasets.entries

Array of dataset entries,

each entry is build using this pattern:

iedName+ldInst/prefix+lnClass+lnInst+doName

NB: prefix is optional

"entries": [
         "simpleIOGenericIO/GGIO1.AnIn1[MX]",
         "simpleIOGenericIO/GGIO1.AnIn2[MX]",
         "simpleIOGenericIO/GGIO1.AnIn3[MX]"
]

This entry in the CID file:

<FCDA ldInst="GenericIO" lnClass="GGIO" fc="MX" lnInst="1" doName="AnIn1" daName="mag.f" />

should be translated to:

simpleIOGenericIO/GGIO1.AnIn1[MX]

Yes

datasets.dynamic

If dataset is set to dynamic = true then the client would try to create the dataset on the server, default is false (Static)


No

report_subscriptions

Array of report subscriptions


No

report_subscriptions.rcb_ref

Report Control Block Reference


Yes

report_subscriptions.dataset_ref

RCB dataset reference


NoYes

report_subscription.trgops

RCB trigger options

"dchg": data_changed

"qchg": quality_changed 

"dupd": data updated

"period": data sent periodically

"gi": general interrogation

:  No

report_subscription.buftm

RCB buffer time in ms, time to wait before sending value after event occured


No

report_subscription.intgpd

RCB integrity period in ms, report is periodically send for the period defined (this requires the trgops to be set to "integrity")


No

report_subscription.gi

Force GI (General Interrogation) when the RCB is enabled


No

...