FANUC provides an alarm error message code book to look for the errors raised when working with the robot. This project builds a database utilizing RethinkDB with the information for the errors.
To start the application build the database. Therefor first setup the database, start the database and run the bootstrap.py script
export DB_HOST=<database communication address>
./bootstrap.py
To start the server setup the environmental information.
export DB_HOST=<database communication address>
export FLASK_HOST=<flask communication address>
Then you are able to start the server.
./main.py
The server response all information using utilizing JSON.