Skip to content

Commit

Permalink
add adnor camera ioc
Browse files Browse the repository at this point in the history
  • Loading branch information
Basil Aljamal committed Jun 4, 2024
1 parent 5e2ec29 commit c4c445c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ued/iocmanager.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@ allow_console = True
COMMITHOST = "psdev01"

hosts = [
'ctl-ued-cam-01',
'ctl-ued-pgp-01',
'drp-ued-cmp001',
'ioc-ued-ccd01',
'ued-daq',
]

procmgr_config = [
{id:'ioc-ued-andor-01', host: 'ctl-ued-cam-01', port: 39100, dir: '/reg/g/pcds/epics-dev/baljamal/ioc/common/andorCam', alias: 'ioc-ued-andor-01'},
{id:'ioc-ued-bsgui-qs', host: 'ioc-ued-ccd01', port: 30102, dir: '/reg/g/pcds/pyps/apps/hutch-python/ued/queueserver/ioc-ued-bsgui-qs',
history: ['/reg/g/pcds/pyps/apps/hutch-python/ued/queueserver/ioc-ued-bsgui-qs']},
{id:'ioc-ued-epix-01', host: 'drp-ued-cmp001', port: 30001, dir: 'ioc/ued/epix/R1.0.4',
history: ['ioc/ued/epix/R1.0.2', '/cds/home/m/mcbrowne/trunk2/ioc/ued/epix/current', '/reg/g/pcds/epics-dev/ddamiani/ioc/common/epixMon/current']},
{id:'ioc-ued-gige-01', host: 'ioc-ued-ccd01', port: 30005, dir: '/reg/g/pcds/epics-dev/agilardi/iocs/ued/gigECam'},
{id:'ioc-ued-lc20', host: 'ioc-ued-ccd01', port: 39101, dir: '/reg/g/pcds/epics-dev/jozamudi/ued/shimadzu-lc20', alias: 'HPLC IOC'},
{id:'ioc-ued-lnrf1', host: 'ioc-ued-ccd01', port: 31000, dir: 'ioc/common/scandinova/R1.0.3',
history: ['ioc/common/scandinova/R1.0.1']},
{id:'ioc-ued-mcs1', host: 'ioc-ued-ccd01', port: 30003, dir: 'ioc/ued/smaract/R1.0.0'},
Expand All @@ -28,5 +31,5 @@ procmgr_config = [
{id:'ioc-ued-thermotek-01', host: 'ioc-ued-ccd01', port: 30002, dir: 'ioc/ued/thermotek/R1.0.1',
history: ['/cds/home/m/mcbrowne/trunk2/ioc/ued/thermotek/current']},
{id:'ioc-ued-vt50', host: 'ioc-ued-ccd01', port: 30007, dir: 'ioc/common/PI_C663/R1.0.0'},
{id:'ioc-ued-xps', host: 'ioc-ued-ccd01', port: 30004, dir: 'ioc/ued/NewportXPS8/R1.0.0'},
{id:'ioc-ued-xps', host: 'ioc-ued-ccd01', port: 30004, dir: '/reg/g/pcds/epics-dev/kaushikm/ioc/ued/NewportXPS8'},
]

0 comments on commit c4c445c

Please sign in to comment.