iliareshetov / kepserverex-iot-gateway-rest-client

REST client that implements the KEPServerEX IoT Gateway plugin's browse, write, and read functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The following source code was created to support a bachelor's thesis on the following topic:

Short description:

A JavaScript REST client has been implemented to support the KEPServerEX IoT Gateway plugin's browse, read, and write APIs.
Upon establishing the first connection, the browse endpoint will retrieve all communication tags present in the PLC workspace,
each of which will have the following fields:

  • channelId
  • deviceId
  • tagListName
  • tagName

These tag fields are crucial in effectively mapping real-world devices, such as conveyor crossings, transfer shuttles, etc., in the business logic for control.
The retrieved tags will then be securely stored in a PostgreSQL database for future read and write operations.

Reshetov, Ilia (2022)

About

REST client that implements the KEPServerEX IoT Gateway plugin's browse, write, and read functions

License:MIT License


Languages

Language:JavaScript 100.0%