Hello Team,
I am trying to read ignition OPC UA tags from another OPC client can anyone guide me how to do it. I have changed expose tags from opc server settings to true. what next steps need to be taken for this?
Thanks,
Kartik I
Hello Team,
I am trying to read ignition OPC UA tags from another OPC client can anyone guide me how to do it. I have changed expose tags from opc server settings to true. what next steps need to be taken for this?
Thanks,
Kartik I
If the client is on another host then you probably also need to change the Bind Address to something like 0.0.0.0.
After changing any of these settings you'll need to restart the Ignition Gateway.
Hello @Kevin.Herron Thanks for your support actually currently my setup is I am using Ignition from docker and opc ua server client is on local machine so how to configure I am pretty confused.
You would need to make sure that you've run your Docker instance with port 62541 on the host forwarded to port 62541 on the container, e.g. with -p 62541:62541
.
You should be able to point UaExpert at opc.tcp://localhost:62541/discovery
after that.
Hello @Kevin.Herron I installed Ignition locally and tested OPC its working
Thanks for your support.