Skip to content
/ Isaac Public

A program to put the FANUC error history to a timeline

License

Notifications You must be signed in to change notification settings

afeldman/Isaac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISAAC

This project is named after Isaac Capek. FANUC robot controller utilizes a Error log file "ERRALL.LS" containing 100 Errors. This project parse the file and creates a timeline containing all the information.

Dependence

  • vis - timeline visualization
  • electron - GUI
  • dotenv - env variable for the local program

install

npm install

start

npm start

Future works

  • I want to builtin a database connection to RethinkDB. So the data get stored into a history.
  • To get a daemon running in the back, I want to implement a feed mechanism, too. FANUC robot controllers utilizes error feed information if the package is installed.
  • Another extension should be the integration of the error database information. FANUC provides a error information documentation. The information should be optional linked into the application.
  • The last change I want to implement is the integration of the workers work to get the application running.

About

A program to put the FANUC error history to a timeline

Resources

License

Stars

Watchers

Forks

Packages

No packages published