Difference between revisions of "Green Monster"
(Created page with "Back to Main Page >> Control GUIs Doc Portal DAQ Device control GUI - Green Monster == Green Monster Functionality == Green Monster is a python GUI for ch...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Back to [[Main_Page|Main Page]] >> [[Control GUIs Doc Portal]] | + | Back to [[Main_Page|Main Page]] >> [[Control GUIs Doc Portal]] OR [[Expert Tools]] |
DAQ Device control GUI - Green Monster | DAQ Device control GUI - Green Monster | ||
Line 18: | Line 18: | ||
This will spit a bunch of text out on the command line and open a green(ish) window that has multiple tabs. The buttons on the window are what control sending commands. Easy! | This will spit a bunch of text out on the command line and open a green(ish) window that has multiple tabs. The buttons on the window are what control sending commands. Easy! | ||
+ | |||
+ | * Green Monster Rework Documentation [[Green_Monster_Doc | Portal]] | ||
[[Category:Control GUIs]] | [[Category:Control GUIs]] |
Latest revision as of 11:52, 10 June 2019
Back to Main Page >> Control GUIs Doc Portal OR Expert Tools
DAQ Device control GUI - Green Monster
Green Monster Functionality
Green Monster is a python GUI for checking and setting values on various boards in the counting house, injector, and the spectrometers. It sends the commands with a standard packet format using cfsocket, to the Vxworks server which sets the values on the boards.
These Vxworks Read-Out Controller computers (ROCs) are responsible for controlling the memory of the various VME modules plugged into the DAQ and storing their measurements and parameters into data. The ROCs can change values in the VME modules, which is how we modify many of the DAQ parameters and settings, so the Green Monster is basically a GUI for changing the DAQ.
Opening Green Monster
The command for running Green Monster is:
python3 ~/rradloff/PyGreenMonster/GreenMonster.py
(NOTE: It must be run with python3 instead of python, as python uses an older release of python.)
This will spit a bunch of text out on the command line and open a green(ish) window that has multiple tabs. The buttons on the window are what control sending commands. Easy!
- Green Monster Rework Documentation Portal