From 8229c5c5201e36d4cee3d85ba42e8a521608389b Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Mon, 13 Jun 2016 09:55:33 -0400 Subject: [PATCH] Initial Commit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c64807e..5a991b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # Fanuc MTConnect Agent MTConnect Agent for Fanuc CNC Equipment using Focas over Ethernet +![Configurator] (http://feenux.com/github/images/configurator_screenshot_01.png) +### Configurator +The Configurator provides a user interface to configure and manage the MTConnect Agent and Adapters. The Agent is setup during install and each Adapter can be added/removed using the Configurator. When a device is added, the appropriate adapter is installed, the adapter is added to the agent.cfg file, and the Device is added to the devices.xml file. + +### Agent +The agent is based on the cppagent project available at https://github.com/mtconnect/cppagent. + +### Adapters +The adapters are based on the Fanuc adapter that is part of the project available at https://github.com/mtconnect/adapter/tree/master/fanuc.