Git Product home page Git Product logo

Comments (1)

mwiarda avatar mwiarda commented on July 21, 2024

Hi Petra,

first thing: I am in no way affiliated with Beckhoff. Nor have I used the AdsWebService component before. So what follows is just a solution that popped into my head reading your post.

As far as I know you will not be able to use the AdsWebService component on a linux system. The AdsWebService software package is an ISAPI-DLL deployed using Microsoft IIS. There is no chance you can use that exact component on a linux system. Since TAME 3 relies on the WebService-API you will not be able to use TAME for your visualization either.

So here is what you can do:
Use the library from this repository to create a websocket server which provides an API to read and write ADS variables from your CX system. An easy to use websocket library would be https://github.com/zaphoyd/websocketpp. Websockets could be replaced by AJAX as well... For some reason I feel more comfortable with the websocket protocol.

So your system could look like this:
structure

Anyway. This looks like a bit of effort is required. Maybe someone from Beckhoff can show you an easier way.

Best of luck!
Michael

By the way, I'm not quite sure if this is the right place to post a question like this since the repository has nothing to do with the AdsWebService.

from ads.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.