Free OPC server for simulated values

15,077

Solution 1

I use Matrikon OPC explorer

you can download it for free, just need to register, it can simulate server and client on the same machine and also access servers remotely, i tested it on several OS along with several OPC servers.

here

I am developing OPC client->server->device Emulator (C++)

Solution 2

Check out Prosys OPC Simulation Server. It does exactly what you need.

http://prosysopc.com/opc-downloads.php

Solution 3

http://www.opcconnect.com/freesrv.php

i use Kepware Server ,it restart every 2H, but for testing, is not a problem. Also, you can connect a PLC. In Matrikon you also can do it, but with more limitations..

Share:
15,077
magol
Author by

magol

I'm working with a old data collection system from around 1980 in Swedish nuclear power plants. I develop most applications around these computers. Most are applications that convey information from and to other systems, but also tools of various kinds.

Updated on June 07, 2022

Comments

  • magol
    magol about 2 years

    I am developing an OPC client and need a free OPC server that can both simulate values ​​and set values static. Is there such a server freely available?

    • JSuar
      JSuar over 12 years
      Did you search around? It looks like there's a lot of resources available. google.com/webhp?#q=opc+simulation
    • magol
      magol over 12 years
      Of course I have searched. Have tried several, but the servers I've found are just demo versions that stop working after a while. not interesting
  • magol
    magol about 12 years
    How do I get the values ​​change over time, so that it is not just static values​​?
  • Marco
    Marco about 12 years
    download script runner here and build scripts with groovy. notepad++ have text makeup for it and netBeans have some kind of integration for groovy too.
  • E. van Putten
    E. van Putten over 5 years
    Note that is an UA server (as opposed to the earlier Windows DCOM based OPC standard).
  • E. van Putten
    E. van Putten over 5 years
    The simulation options are limited. You can have a programmable sine wave generator, square wave, up/down counter etc. But a simple read/write "register" style variable cannot be configured somehow.
  • Jouni Aro
    Jouni Aro over 5 years
    Actually, I was referring to the Classic Simulation Server. Prosys OPC has both: OPC UA and OPC (Classic) Simulation Server. In the Classic server, you find different waveforms and data types and also Static variables to which you can read and write. The OPC UA Simulation Server has also a fixed set of variables for reading and writing (under StaticData), plus a configurable set of simulated variables.