-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance the README file for Github readers
- Loading branch information
Showing
1 changed file
with
16 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,2 +1,18 @@ | ||
MEDM - Motif Editor and Display Manager | ||
--------------------------------------- | ||
|
||
MEDM is a graphical user interface tool for designing and implementing control | ||
screens for EPICS-based control systems. Displays contain graphical objects that | ||
can display and/or change the values of EPICS process variables using the | ||
Channel Access network protocol. Supported graphical objects include buttons, | ||
meters, sliders, text displays/entries, and graphs. | ||
|
||
MEDM has two modes of operation, EDIT and EXECUTE. Displays are created and | ||
edited in EDIT mode, and run in EXECUTE mode. | ||
|
||
More information about MEDM can be found via its web-page on the EPICS site: | ||
http://www.aps.anl.gov/epics/extensions/medm/index.php | ||
|
||
|
||
The extension distribution file should be unziped and untared | ||
in the extensions/src directory. |