Data transfer solution for 4000 devices
- Our side is making field devices running OPC UA Client protocol, using SIM7600 module, connecting and receiving data via 4G to OPC UA Server running on a server with static IP and opening ports for devices to display. field connect to
- The number of our field devices is about 4000 devices. Each field device runs independently. Each field device will write 150 data fields (tags) to the server
- Currently, the OPC UA server that we are installing can only have 128 connections, I want to increase this number of connections, what is the solution?

