Ignition 8.1.28 61850 driver defaults to Report 4 (brcbA04)

Hello,

I dragged and dropped a 61850 report tag from the OPC Quick Client and created a tag with this address:

ns=1;s=[MVDFB_52FB02_FPR]MVDFB_52FB02_FPRSYSTEM/LLN0.brcbA01$MVDFB_52FB02_FPRCONTROL/CATS1.BatShrt.stVal

Within the SCD file, we have reports brcbA01, brcbA02, brcbA03, and brcbA04. However, it seems like the brcbA04 report is being enabled and used by Ignition every time the 61850 device in Ignition is enabled even though the OPC Item Path is pointing at brcbA01.

When I subscribe to the report brcbA04 with another device entirely, Ignition drops all of my tag connections that are connected to report brcbA01 and displays:

Bad("Bad_OutOfService: The source of the data is not operational.")

A few things might that might help diagnose this:

  1. disable any other 61850 devices and tags
  2. enable DEBUG or TRACE level logging for loggers you find under "com.inductiveautomation.ignition.drivers.iec61850" (see Diagnostics - Logs - Ignition User Manual 8.1 - Ignition Documentation)
  3. separate from this, just find these report blocks in the gateway OPC Quick Client, under the "Model" folder, and read the RptID value of each of these blocks.

I've tried the above steps, and it is still pulling from report 4 even when I try report 1, 2, & 3.

Log does not show anything out of the ordinary:


Neither does checking RptID in the OPC Quick Client:

Read and compare the RptID value for each of the blocks.

Those loggers need to be set before you subscribe to something. They'll definitely show up.

Probably best if you call support and let them look over your shoulder. They can also get the SCL file from you as well if we need to try to reproduce.

How do I set the loggers?

I linked you to the user manual page that talks about it.