An MTConnect agent viewer, intended to be an HTML app that could be dropped into the public folder of the MTConnect agent.
This is a work-in progress. The code is a mess at present.
- Clone repo.
- Run
bower install - Modify the
AGENT_URLconstant inindex.htmlto the base URL of the MTConnect agent- Note: if this project is not being served by the MTC agent, the MTC agent must support CORS.
- Suggested NPM package:
corsproxy
- Load
index.htmlin browser and click the "Fetch" button.
In no particular order:
- dataitem view
- cleanup code
- better filtering
- sorting
- fetch using sample since last update
- configurable update period
- history view
- create history view
- graph / history of data items
- settings
- create settings page
- configure agent location
- Other things that I've forgotten