My tag in Ignition shows over 1 billion. Anyone else come across this problem?
When I change the OPC Item Path to another adress (IW) I get the expected value up. But when I use the adress (MD) I get the one billion value up.
What PLC brand and model?
What Ignition driver?
Siemens S7-1500
Ignition Vision version 8.1.35
The Ignition driver should be "Siemens S7-1500". It will be configured in the gateway Config → OPC UA → Device Connections.
Change the tag type from double to float.
Float is 32-bit (like REAL in S7), double is 64-bit...
Then use in OPC Item Path: [plc10101]MREAL2
https://www.docs.inductiveautomation.com/docs/8.1/ignition-modules/opc-ua/opc-ua-drivers/siemens#data-type-syntax
Your screenshot still shows MD2
as the OPC Item path. You need to change that as @zxcslo directed.
Oh sorry, didnt realise!
Thanks zxcslo, and thanks pturmel aswell!
Pssst! You should mark @zxcslo's comment as the solution...