I'm not saying this setting isn't working, but I thought it would fix the issue.
The issue is the value of my DNP3 analog output tag is always one behind.
I have a test tag (memory) with a value changed script that writes the value to a DNP3 analog output (OPC item path) tag each time the test tag value changes. The value of the DNP3 analog output tag always shows the previous value. I know the output is working because I'm monitoring the address in the RTAC, it shows the same value as the test tag (so I know the output is working).
Here's a little sequence if my previous explanation is poor.
test tag value: 1, 2, 3, 4, 5, 6, 7, 8
DNP analog output tag: 1, 2, 3, 4, 5, 6, 7
RTAC tag: 1, 2, 3, 4, 5, 6, 7, 8
The device configuration includes:
Command Mode - DIRECT_OPERATE
Read After Operation - TRUE
Is there something I'm missing in my configuration?
Side note - this doesn't happen with the Legacy DNP3 driver and the same RTAC.
Ignition v8.1.37
New DNP3 Module v1.1.38.2024030513