I want to collect data from an OPC UA server residing inside a legacy system and feed it to Ignition's OPC UA server which could be on same premise or at remote location or even cloud edition of Ignition.
I am thinking of using Ignition Edge to connect to the Legacy OPC UA server and collect the required data using OPC UA client inside the Ignition Edge device. Then using MQTT I want to publish the data in spark plug format to the remote Ignition server. It is possible?
Is it possible to use EAM module inside Ignition Edge device in stead of MQTT to update the data bases in the remote Ignition gateway? There could be multiple Ignition Edge devices in the field. Even if I have to deploy full Ignition instead of Ignition Edge if it enables such a communication I don't mind a regular ignition server with minimum modules that enable this communication.
What's the solution if the Legacy OPC server is a DA not UA?
The GAN (Gateway Area Network) is what ties Edge to a central standard Ignition install, and through which an Edge instance can make scripted requests to the standard Ignition instance. This would not be possible over a pure MQTT solution.
However We lose the store and forward feature of MQTT in case of temporary communication loss. Need to explore it further what suits my use case. Thanks.
That would serve my purpose and obviate the additional cost of MQTT modules! How does GAN work? Does it need a VPN ? How to configure it in Ignition? Is there a module for it?
Direct TCP connections between gateways. Initiated from either end, as desired.
Technically, no. Practically, yes, unless you've gone to the effort to setup up publicly-accessible HTTPS on your standard Ignition gateway (including on the extra GAN SSL port).
Base platform.
You do need the tag historian module in the central server to receive data from Edge Sync Services.
I don't do OPC DA, because I generally do not do Windows. Someone else will have to chime in. (Ignition installed in Windows should be able to use the OPC COM module.)
Yes you are right. Hope Ignition Edge Windows version is available with option for DA module as well a UA as in standard version! (though I am not sure right now if Legacy system is DA based or UA based)
I've been apart of a system reading data from a DCS that's was only available via DA. Client installed Edge on a DCS node that had the OPC-DA server on it and things worked flawlessly. Over the GAN data was delivered up to the plant gateway.
I may have a similar situation. I am waiting for the config details of the existing Legacy system. I think there are plenty of DA servers still in use in the industry for whatever reason.
I would assume that it can connect to OPC-DA servers... see the manual here: OPC COM | Ignition User Manual on how to set it up. I don't see anything in the Edge docs that would not allow this to occur.