https://github.com/mtconnect/vtech_learningfactory_consolidated_database_dashboard
https://github.com/mtconnect/vtech_learningfactory_consolidated_database_dashboard
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtconnect/vtech_learningfactory_consolidated_database_dashboard
- Owner: mtconnect
- Created: 2024-05-02T15:29:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T21:10:01.000Z (about 2 years ago)
- Last Synced: 2024-05-04T02:12:38.603Z (about 2 years ago)
- Language: Jupyter Notebook
- Size: 18.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vtech_learningfactory_consolidated_database_dashboard
# Repository Overview
There are two folders in this repository.
## DatabaseGenerator
Contains the files for the database generator tool. This tool allows a user to input links to MTConnect data. It will parse the data, allow a user to choose devices, subcomponents, and the data elements they want to store in a database. There is a UML diagram, sample database schema, and demo video included as well.
To run the database generator, first you must install the required python packages. In the command line/terminal of your development environment, run the command: pip install -r "requirements.txt". Then, run from main.py to launch the GUI. Note that a database file called "example.db" will be created if you choose to save data to a database. To change the file path or name, edit the chooseEvents.py file.
## DashboardLearningFactory
Contains the sample XML files we had for the machines in the Learning Factory, and three files that process and simulate data (if necessary). The PowerBI dashboard file and screenshot images of the dashboard are included as well.