EPICS Upgrade: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Johann's Notes on EPICS for CLAS12==" |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Johann's Notes on EPICS for CLAS12== | ==Johann's Notes on EPICS for CLAS12== | ||
* old test crate (EPICS 3.13): '''ioctest1''' | |||
* new test crate (EPICS 3.14/3.15): '''ioctest0''' | |||
* from clon machines: | |||
tsconnect ioctest1 | |||
* to get the database list: | |||
ioctest1> dbl | |||
* from here, you can caget/caput from/to any of the databases: | |||
clon10> caget ioctest1:heartbeat | |||
* rebooting ioc from clon | |||
clon10> roc_reboot ioctest1 | |||
* reboot ioc from terminal server | |||
ioctest1> ^X | |||
* exiting tsconnect: ~. |
Latest revision as of 15:14, 16 October 2012
Johann's Notes on EPICS for CLAS12
- old test crate (EPICS 3.13): ioctest1
- new test crate (EPICS 3.14/3.15): ioctest0
- from clon machines:
tsconnect ioctest1
- to get the database list:
ioctest1> dbl
- from here, you can caget/caput from/to any of the databases:
clon10> caget ioctest1:heartbeat
- rebooting ioc from clon
clon10> roc_reboot ioctest1
- reboot ioc from terminal server
ioctest1> ^X
- exiting tsconnect: ~.