-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Patrick Ritchie
authored
Jun 13, 2016
1 parent
bbb5192
commit 8229c5c
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |