/opc-blockly-Bridge

Primary LanguageJavaScriptOtherNOASSERTION

Usage

Before you start: make sure that the Opc server is running and that you can ping it from your PC.

  1. Checkout solution

  2. Start Api with IIS Express for example

  3. You will get the Swagger page with the url and its port at the top as well as the available routes at the bottom. Use Read and Write to interact with the Opc server. image

  4. Install Postman

  5. Start Postman and click Import
    image

  6. Select the file \Postman\Opc.postman_collection.json

  7. Use Read and Write requests from the collection to test the API.
    Change the port according to step 3.
    Notice that there is a Body provided in both cases (Read and Write).
    image image image