Changes

Jump to navigation Jump to search
Line 67: Line 67:  
*EPICS - Experimental Physics and Industrial Control System
 
*EPICS - Experimental Physics and Industrial Control System
 
*IOC - Input Output Controller (software component)
 
*IOC - Input Output Controller (software component)
 +
*PV - Process Variable in EPICS
 
*CSS - Control System Studio (application development environment)
 
*CSS - Control System Studio (application development environment)
 
*OPI file - Operator Interface file (application within CSS)
 
*OPI file - Operator Interface file (application within CSS)
Line 72: Line 73:  
*Monticello - the MEDM main display gui that pops up when medm is started
 
*Monticello - the MEDM main display gui that pops up when medm is started
 
*MEDM - Motif-based Editor and Display Manager (see here) used for graphical displays of active EPICS components by the accelerator, and accessed from the counting house by shift workers.
 
*MEDM - Motif-based Editor and Display Manager (see here) used for graphical displays of active EPICS components by the accelerator, and accessed from the counting house by shift workers.
 +
 +
=== Active Collimator Naming Convention ===
 +
*For EPICS PVs
 +
**N9 corresponds to inner wedges
 +
**N10 corresponds to outer wedges
 +
*For Monticello plots
 +
**I corresponds to inner wedges
 +
**O corresponds to outer wedges
 +
*Common to both EPICS and Monticello
 +
**XP corresponds to X, plus
 +
**XM corresponds to X, minus
 +
**YP corresponds to Y, plus
 +
**YM corresponds to Y, minus
 +
 +
=== List of EPICS PVs ===
 +
 +
Here are the waveform records with size of '''8192''', N9 are inner and N10 are outer:
 +
*'''Inner'''
 +
**<code>iochdcol:BPM:N9:raw_XP</code>
 +
**<code>iochdcol:BPM:N9:raw_XM</code>
 +
**<code>iochdcol:BPM:N9:raw_YP</code>
 +
**<code>iochdcol:BPM:N9:raw_YM</code>
 +
*'''Outer'''
 +
**<code>iochdcol:BPM:N10:raw_XP</code>
 +
**<code>iochdcol:BPM:N10:raw_XM</code>
 +
**<code>iochdcol:BPM:N10:raw_YP</code>
 +
**<code>iochdcol:BPM:N10:raw_YM</code>
 +
 +
These are the 16-bit count readings for individual plates that are always available and filtered down to ~1Hz (same order as above):
 +
*'''Inner'''
 +
**<code>IOCHDCOL:VMICADC1_1</code>
 +
**<code>IOCHDCOL:VMICADC2_1</code>
 +
**<code>IOCHDCOL:VMICADC3_1</code>
 +
**<code>IOCHDCOL:VMICADC4_1</code>
 +
*'''Outer'''
 +
**<code>IOCHDCOL:VMICADC1_2</code>
 +
**<code>IOCHDCOL:VMICADC2_2</code>
 +
**<code>IOCHDCOL:VMICADC3_2</code>
 +
**<code>IOCHDCOL:VMICADC4_2</code>
 +
 +
And the gains:
 +
*<code>IPMHDACI_GainSub</code>
 +
*<code>IPMHDACI_GAINXP</code>
 +
*<code>IPMHDACI_GAINXM</code>
 +
*<code>IPMHDACI_GAINYP</code>
 +
*<code>IPMHDACI_GAINYM</code>
 +
*<code>IPMHDACO_GainSub</code>
 +
*<code>IPMHDACO_GAINXP</code>
 +
*<code>IPMHDACO_GAINXM</code>
 +
*<code>IPMHDACO_GAINYP</code>
 +
*<code>IPMHDACO_GAINYM</code>
    
===Viewing AC waveforms in Monticello===
 
===Viewing AC waveforms in Monticello===
321

edits

Navigation menu