Skip to content

FANUC robot error messages are short and the book for the error description is long. use the browser to search for the error discription

License

Notifications You must be signed in to change notification settings

afeldman/fac_30ib_error_db

Repository files navigation

fac_30ib_error_db

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.

Setup the server

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

Start the RESTfull server

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

Accessing the Server

The server response all information using utilizing JSON.

About

FANUC robot error messages are short and the book for the error description is long. use the browser to search for the error discription

Resources

License

Stars

Watchers

Forks

Packages

No packages published