Differences between revisions 29 and 37 (spanning 8 versions)
Revision 29 as of 2010-07-22 18:05:08
Size: 3518
Editor: KiwamuIzumi
Comment:
Revision 37 as of 2010-08-18 19:29:39
Size: 3000
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
The new paradigm for ADC, DAC, BIO control is to have a IOP (IO Processor) running on CPU 1. (CPU 0 is used by the Linux kernel). The specific_cpu entry must be set to something other than the default and other than 0 or 1. adcSlave must also be set to 1 for it to work. The new paradigm for ADC, DAC, BIO control is to have a IOP (IO Processor) running on CPU 1. (CPU 0 is used by the Linux kernel). The specific_cpu entry must be set to something other than the default and other than 0 or 1. adcSlave must also be set to 1 for it to work.  pciRfm for the moment (which is Dolphin PCIE communication related) should be set to -1 unless the appropriate drivers have been installed.
Line 11: Line 11:
||'''Model Name ''' ||'''dcuid ''' ||'''gds_node_id ''' ||'''specific_cpu ''' ||'''Sampling Rate ''' ||'''Shmem_daq ''' ||'''No_oversampling ''' ||'''Machine ''' ||'''Notes ''' ||
||'''OMC''' ||30 ||4 ||default ||32k ||default ||default ||c1omc ||Output mode cleaner control ||
||'''ASS''' ||22 ||default ||default ||2k ||default ||default ||c1ass ||Alignment Sensing & Stabilization - Adaptive Wiener filtering ||
||TST ||10 ||1 ||default ||16k ||1 ||1 ||megatron ||ETMY suspension controller, testbed ||
||MDC ||12 ||4 ||default ||16k ||1 ||1 ||megatron ||Original test controller for ETMY running simulated plant. ||
||MDP ||11 ||5 ||3 ||16k ||1 ||1 ||megatron ||Original test plant for ETMY. ||
||TMC ||12 ||4 ||default ||16k ||1 ||1 ||megatron ||Generic test controller for switch from real world to simulated plant. ||
||TMT ||11 ||5 ||3 ||16k ||1 ||1 ||megatron ||Generic test plant for switch from real world to simulated plant. ||
||YEC ||10 ||1 ||default ||16k ||1 ||1 ||megatron ||ETMY suspension controller for use with the simulated plant YEP ||
||YEP ||11 ||5 ||3 ||16k ||1 ||1 ||megatron ||ETMY suspension plant simulation, for use with YEC ||
||MEM ||12 ||4 ||4 ||16k ||1 ||1 ||megatron ||Acts as memory loop for YEP, allowing current position to feed back ||
||'''
x00'''||9 ||1 ||1 ||64k ||1 ||1 ||c1iscex || IO processor, necessary for the new computing scheme ||
||'''x01'''||1 ||24 ||1 ||64k ||1 ||1 ||c1iscex || IO processor, necessary for the new computing scheme ||
||'''LSC '''||10 ||2 ||3 ||16k ||1 ||0 ||megatron ||LSC (controls) ||
||'''LSP'''||11 ||3 ||5 ||16k ||1 ||0 ||megatron ||LSP (combines positions of optics to generate LSC photodiode signals) ||
||'''SUS'''||17||<^>4||<^>7||<^>16k||<^>1||0||<^>megatron||<^>Suspension controller (vertex - BS, ITMs, PRM, SRC)||
||'''Model Name ''' ||'''dcuid ''' ||'''gds_node_id ''' ||'''specific_cpu ''' ||'''Sampling Rate ''' ||'''Shmem_daq ''' ||'''No_oversampling ''' ||'''adcMaster or adcSlave '''||'''pciRfm ''' ||'''Machine ''' ||'''Notes ''' ||
||'''OMC''' ||30 ||4 ||default ||32k ||default ||default || ?|| ?||c1omc ||Output mode cleaner control ||
||'''ASS''' ||22 ||default ||default ||2k ||default ||default || ? || ? ||c1ass ||Alignment Sensing & Stabilization - Adaptive Wiener filtering ||
||'''c1x00'''||9 ||1 ||1 ||64k ||1 ||Not set || adcMaster=1 || -1||c1iscex || IO processor, necessary for the new computing scheme ||
||'''x01'''||10 ||2 ||1 ||64k ||1 ||Not set||adcMaster=1 || -1 ||c1iscex || Don't use, need to remake ||
||'''x02'''||11||3||1||64k||1||Not set||adcMaster=1||pciRfm=-1|| c1sus
|| IO processor for c1sus machine ||
||'''LSC '''||12 ||4 ||3 ||16k ||1 ||Not set||adcSlave=1||-1 ||megatron ||LSC (controls) ||
||'''LSP'''||11 ||11 ||5 ||16k ||1 ||0 ||megatron ||LSP (combines positions of optics to generate LSC photodiode signals) ||
||'''SUS'''||17||5||4||16k||1||Not set||adcSlave=1||-1 ||c1sus||<^>Suspension controller (vertex - BS, ITMs, PRM, SRC)||
Line 32: Line 25:
||'''VGL'''|| 23 ||<^>9||<^>8||<^>16k||<^>1||0||<^>c1scx (temp. name)||<^>Control for Vertex Green Locking|| ||'''VGL'''|| 10 ||2||2||<^>16k||1||Not set||c1iscex||<^>Control for Vertex Green Locking||

Notes:

/!\ For the moment, valid dcu_ids are 9-12, 17-26 (possibly higher - given OMC is already 30 it seems certain). Do not use 13-16 as these seem to be reserved in the current frame builder source code, although in the future this will not be the case.

The new paradigm for ADC, DAC, BIO control is to have a IOP (IO Processor) running on CPU 1. (CPU 0 is used by the Linux kernel). The specific_cpu entry must be set to something other than the default and other than 0 or 1. adcSlave must also be set to 1 for it to work. pciRfm for the moment (which is Dolphin PCIE communication related) should be set to -1 unless the appropriate drivers have been installed.

/!\ By using a top_names flag (added by using Block Properties in Simulink) on a top level block, you can replace the model's 3 letter name with the block's 3 letter name. Thus suspension channel located in model scy.mdl could be made to be C1:SUS-XXXX for example.

/!\ For new IOP scheme, you should *not* use the no_oversampling flag. This causes problems for the code since it in fact needs to over sample.

Model Name

dcuid

gds_node_id

specific_cpu

Sampling Rate

Shmem_daq

No_oversampling

adcMaster or adcSlave

pciRfm

Machine

Notes

OMC

30

4

default

32k

default

default

?

?

c1omc

Output mode cleaner control

ASS

22

default

default

2k

default

default

?

?

c1ass

Alignment Sensing & Stabilization - Adaptive Wiener filtering

c1x00

9

1

1

64k

1

Not set

adcMaster=1

-1

c1iscex

IO processor, necessary for the new computing scheme

x01

10

2

1

64k

1

Not set

adcMaster=1

-1

c1iscex

Don't use, need to remake

x02

11

3

1

64k

1

Not set

adcMaster=1

pciRfm=-1

c1sus

IO processor for c1sus machine

LSC

12

4

3

16k

1

Not set

adcSlave=1

-1

megatron

LSC (controls)

LSP

11

11

5

16k

1

0

megatron

LSP (combines positions of optics to generate LSC photodiode signals)

SUS

17

5

4

16k

1

Not set

adcSlave=1

-1

c1sus

Suspension controller (vertex - BS, ITMs, PRM, SRC)

SUP

18

5

9

16k

1

0

megatron

Suspensions plant (vertex - BS, ITMs, PRM, SRC)

SCX

19

6

2

16k

1

0

megatron

Suspension Controller ETMX

SPX

20

7

4

16k

1

0

megatron

Suspension Plant ETMX

SCY

21

8

6

16k

1

0

megatron

Suspension Controller ETMY

SPY

22

9

8

16k

1

0

megatron

Suspension Plant ETMY

VGL

10

2

2

16k

1

Not set

c1iscex

Control for Vertex Green Locking

/!\ This is correct as of March 26th, 2010.

/!\ Note the file /cvs/cds/caltech/target/gds/param/testpoint.par has lines [C-node#] where # is gds_node_id -1.

CDS/Existing_RCG_DCUID_and_gds_ids (last edited 2022-06-21 23:50:48 by AnchalguptaATligoDOTorg)