I've been trying to obtain device diagnostic data from using Ignition's native 61850 driver. The tags exist in the OPC UA Server but do not change values when values are changed on the SCD side.
I am looking for the changes in the Read counters.
I've been trying to obtain device diagnostic data from using Ignition's native 61850 driver. The tags exist in the OPC UA Server but do not change values when values are changed on the SCD side.
I am looking for the changes in the Read counters.
Are you subscribed to any tags? Which ones?
I have various tags subscribed, here are some examples:
{digitalBasePath} = [DCUA1]DCUA1SSSA_52F01_FPRCTRL/LLN0.brcb_ST_AA1$DCUA1SSSA_52F01_FPRCTRL
Are these from the Reports folder or the Model folder?
Reports
Okay, well then it's all working as intended.
Those counters are tracking logical Read and Write requests issued by the driver.
Buffered and unbuffered reports are delivered without the driver issuing an explicit read request.
Understood, I just created a Model tag and counters are now incrementing. Thanks for the help!
Don't use model tags instead of report tags just so you can see counters incrementing. 61850 is optimized for reporting. Polled reads are only meant to be done on occasion.
Is there any way to have received confirmations on the report tags? I'm looking at performing a 61850 stress test, and I'm trying to find relevant data points from the device.