Difference between revisions of "NSLS-II Control Software"
KevinYager (talk | contribs) (→See Also) |
KevinYager (talk | contribs) |
||
| Line 24: | Line 24: | ||
* Login: | * Login: | ||
** telnet localhost #### | ** telnet localhost #### | ||
| + | |||
| + | ==Sync== | ||
| + | Copy current copy to github repository: | ||
| + | : # cd /opt/ipython_profiles/profile_collection/ | ||
| + | : # git status | ||
| + | : # git add ./startup/*.py | ||
| + | : # git rm [...] | ||
| + | : # git commit | ||
| + | : # git push | ||
==See Also== | ==See Also== | ||
Revision as of 14:02, 4 November 2016
This page lists the software used at the NSLS-II synchrotron for instrument control.
EPICS
TBD
Examples
- manage-iocs report
- sudo manage-iocs stopall
- sudo manage-iocs startall
CSS
Control System Studio; GUI environment for controlling EPICS process variables (PVs).
Ophyd
Interactive Python environment for instrument control.
Bluesky
Python library for taking data-scans (and accessing data through a data-broker).
Olog
Experimental logbook.
Delta-Tau
- Login:
- telnet localhost ####
Sync
Copy current copy to github repository:
- # cd /opt/ipython_profiles/profile_collection/
- # git status
- # git add ./startup/*.py
- # git rm [...]
- # git commit
- # git push