Search code examples
modbusopcmodbus-tcp

How to Connect opc server?


I have Analyzer which connects to a computer with cat5 cables . This Computer reads the data through a software called ComVisioner .ComVisioner has two Modes, one is Server Mode and Other is Client Mode A Server software acts as the engine in the system, providing one or more clients with information.

Server version is installed on a single computer . Once Server version is installed it collects data, performs calculations, produce reports and so on.

The ComVisioner client runs in the same computer as the server. Other clients can access the same single server through a network, providing that the software license allows more than one client at the same time

so there is Two client computers who access the as mentioned above .this all connection is done by Network cables . This part is fine

As License of Client is very expensive our company wants to add a OPC software so that more user can acquire data .As i have no knowledge on Opc part please suggest me How can i do it ?. what sort of software should i use ?. Can i install this software different pc with is connected in same network

There is also one more software installed in that computer which pushes the data as Modbus protocol


Solution

  • First, you need to make sure that the ComVisioner can give OPC data. (work like opc server). This should be indicated in the documentation.

    Download the free OPC client, and make sure you can read the data (for example you can use, matrikon opc explorer or kepware quick client (I like it more, it goes together with KepServerEx, to download them you need to register)

    If you can connect and see the data, then there will be no problems with access to the data. Next you need to find a solution for which Opc client suits you. Probably some SCADA system, but some good SCADA also cost a lot, and require a lot of development time.

    I don't recommend you try to use modbus if there is opc. If you will use modbus you will have many problem with addressing and value format.

    ps We had a problem with expensive licenses. As a result, we solved the problem by give access for programm for clients via RDP (remote desktop connection)