Skip to content

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

License

Notifications You must be signed in to change notification settings

iliareshetov/kepserverex-iot-gateway-rest-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks