Difference between revisions of "NSLS-II Control Software"

From GISAXS
Jump to: navigation, search
(See Also)
Line 27: Line 27:
 
==See Also==
 
==See Also==
 
* [[NSLS-II]]
 
* [[NSLS-II]]
 +
** [http://nsls-ii.github.io/index.html NSLS-II Software Documentation]
 
** [https://github.com/NSLS-II github]
 
** [https://github.com/NSLS-II github]
** [http://nsls-ii.github.io/ Beamline Controls Documentation]
 
 
*** [https://nsls-ii.github.io/overview.html Overview of Components]
 
*** [https://nsls-ii.github.io/overview.html Overview of Components]
 
* [[EPICS]]
 
* [[EPICS]]

Revision as of 10:14, 7 December 2015

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 ####

See Also