I'm trying to access a tag in Ignition which comes from an Instance DB in a Siemens S7-1500 PLC, and for some reason it is not working.
If I access a global db it works fine.
For example: DB200 is my instance DB, and DB8 is my global DB.
If I put the opc item path as: "ns=1;s=[S71500_PLC]DB200,W0" it doesn't work (Quality bad), but if I change it to "ns=1;s=[S71500_PLC]DB8,W0" it reads the value correctly.
I solved it 30 min ago. The issue in our case is that when the project got migrated, the "Optimized block access" got ticked. Once I unticked it, it now works.