Web Services

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2162
    Matt3
    Participant

    Hi
    I have a computer located at a remote station running Windows and my custom c# application that collects data from 16 pressure sensors.

    I want to get the data back to a server in our office running RapidSCADA.

    We have developed web services (wcf) to send the data from the computer at the remote station to the server in our office.

    How do we now integrate the data arriving via the web service at the server, in to RapidSCADA?

    Note:
    Remote computer running Windows 10 & our custom application & our web service
    Server in our office running Windows 10 & RapidSCADA & our web service

    Remote computer does not have a fixed IP
    Server in our office has a fixed IP

    Thank you
    Mat

    #2163
    Mikhail
    Moderator

    Hi Mat,

    If you prefer to keep the existing app unchanged, you need to create a module which will pass data from your custom server app to Rapid SCADA. You should use ScadaData.dll written in C# to integrate. See http://rapidscada.org/integration-with-rapid-scada/ “Second Way. Interaction Over TCP”

    The other approach is replacing the remote app to Communicator and export data from Rapid SCADA to 3rd party systems.

    #2164
    Mikhail
    Moderator

    Also you can deploy 2 instances of Rapid SCADA: on the remote and on the office server, and connect them using the new Rapid Gate module.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.