Difference between revisions of "CHX:Hints"
KevinYager (talk | contribs) (Created page with "This page provides brief notes/hints for using the CHX beamline at NSLS-II. ==Status== * [http://status.nsls2.bnl.gov/ NSLS-II machine status] ([https://twitter.com/n...") |
KevinYager (talk | contribs) |
||
Line 4: | Line 4: | ||
* [http://status.nsls2.bnl.gov/ NSLS-II machine status] ([https://twitter.com/nsls2ops twitter]) | * [http://status.nsls2.bnl.gov/ NSLS-II machine status] ([https://twitter.com/nsls2ops twitter]) | ||
* [https://controlsweb01.nsls2.bnl.gov/logbook-chx/index.html#2018_1 CHX olog] | * [https://controlsweb01.nsls2.bnl.gov/logbook-chx/index.html#2018_1 CHX olog] | ||
+ | |||
+ | ==General== | ||
+ | * Floor coordinator: x5046 | ||
+ | * Control room: x2555 | ||
+ | |||
+ | ==ophyd== | ||
+ | * wh_pos() : motor positions | ||
+ | * mov(dcm_x, 1.0) : move motor | ||
+ | * movr(dcm_x, -1.0) : relative motion | ||
+ | * movr([dcm_x, dcm_y], [-1.0,-1.0]) : multiple motions | ||
+ | |||
+ | ==CSS== | ||
+ | * [[Control System Studio]] | ||
+ | |||
+ | ==Replay== | ||
+ | * ./replay | ||
+ | * Allows access to log entries and graphs. |
Revision as of 15:49, 23 July 2015
This page provides brief notes/hints for using the CHX beamline at NSLS-II.
Status
General
- Floor coordinator: x5046
- Control room: x2555
ophyd
- wh_pos() : motor positions
- mov(dcm_x, 1.0) : move motor
- movr(dcm_x, -1.0) : relative motion
- movr([dcm_x, dcm_y], [-1.0,-1.0]) : multiple motions
CSS
Replay
- ./replay
- Allows access to log entries and graphs.