<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://clonwiki0.jlab.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Goetz</id>
	<title>CLONWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://clonwiki0.jlab.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Goetz"/>
	<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=Special:Contributions/Goetz"/>
	<updated>2026-04-12T20:53:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=ADC_Pedestals_Measurement_Procedure&amp;diff=3726</id>
		<title>ADC Pedestals Measurement Procedure</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=ADC_Pedestals_Measurement_Procedure&amp;diff=3726"/>
		<updated>2008-12-16T16:17:55Z</updated>

		<summary type="html">&lt;p&gt;Goetz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. tsconnect to ec1, ec2, sc1 and lac1 crates and type following commands on VXWORKS prompt:&lt;br /&gt;
&lt;br /&gt;
 netonhost&lt;br /&gt;
 proconhost &lt;br /&gt;
&lt;br /&gt;
to switch those crates to the pedestal measurement mode.&lt;br /&gt;
&lt;br /&gt;
2. Take about 8k events with following DAQ conditions: CODA configuration is PEDS_ALL, trigger configuration file &#039;&#039;calib/peds_all.cfg&#039;&#039;. File &#039;&#039;/raid/stage_in/peds_all_xxxxxx.A00&#039;&#039; will be created on Event Recorder&#039;s machine,&lt;br /&gt;
where xxxxxx is run number.&lt;br /&gt;
&lt;br /&gt;
3. Run command (/raid/stage_in is mounted on clondaq2)&lt;br /&gt;
&lt;br /&gt;
 fdump /raid/stage_in/peds_all_xxxxxx.A00&lt;br /&gt;
&lt;br /&gt;
and make sure raw data banks EC12, RC13, RC14, RC15 and RC16 are there. Single event should look like following:&lt;br /&gt;
&lt;br /&gt;
 key = 3  name = RUNEVENT  numra = 55357  numrb = 3  icl = 20992&lt;br /&gt;
 hname       numdb   ncol   nrow    nwd    format&lt;br /&gt;
 ---------   -----   ----   ----    ---    ---------------&lt;br /&gt;
 HEAD            0      8      1      8    I&lt;br /&gt;
 RC12            0      1    325    325    B32&lt;br /&gt;
 RC13            0      1    715    715    B32&lt;br /&gt;
 RC14            0      1    714    714    B32&lt;br /&gt;
 RC15            0      1    715    715    B32&lt;br /&gt;
 RC16            0      1    520    520    B32&lt;br /&gt;
 RC26            0      1      4      4    B32&lt;br /&gt;
 CC              1      3     36     54    B16&lt;br /&gt;
 CC              2      3     36     54    B16&lt;br /&gt;
 CC              3      3     36     54    B16&lt;br /&gt;
 CC              4      3     36     54    B16&lt;br /&gt;
 CC              5      3     36     54    B16&lt;br /&gt;
 CC              6      3     36     54    B16&lt;br /&gt;
 EC              1      3    216    324    B16&lt;br /&gt;
 EC              2      3    216    324    B16&lt;br /&gt;
 EC              3      3    216    324    B16&lt;br /&gt;
 EC              4      3    216    324    B16&lt;br /&gt;
 EC              5      3    216    324    B16&lt;br /&gt;
 EC              6      3    216    324    B16&lt;br /&gt;
 EC1             1      5    128    320    B16&lt;br /&gt;
 EC1             2      5    128    320    B16&lt;br /&gt;
 TGBI            0      5      1      5    B32&lt;br /&gt;
 SC              1      5     57    143    B16&lt;br /&gt;
 SC              2      5     57    143    B16&lt;br /&gt;
 SC              3      5     57    143    B16&lt;br /&gt;
 SC              4      5     57    143    B16&lt;br /&gt;
 SC              5      5     57    143    B16&lt;br /&gt;
 SC              6      5     57    143    B16&lt;br /&gt;
 DSTC            0      9      2      9    B16&lt;br /&gt;
 STN1            0      2     24     24    B16&lt;br /&gt;
 CALL            0      3      5      8    B16&lt;br /&gt;
&lt;br /&gt;
4. Run command&lt;br /&gt;
&lt;br /&gt;
 pedo /raid/stage_in/peds_all_xxxxxx.A00&lt;br /&gt;
&lt;br /&gt;
it will create following text files in &#039;&#039;$CLON_PARMS/pedman/archive&#039;&#039; directory:&lt;br /&gt;
&lt;br /&gt;
 cc1_clasprod_xxxxxx.ped&lt;br /&gt;
 ec1_clasprod_xxxxxx.ped&lt;br /&gt;
 ec2_clasprod_xxxxxx.ped&lt;br /&gt;
 lac1_clasprod_xxxxxx.ped&lt;br /&gt;
 sc1_clasprod_xxxxxx.ped&lt;br /&gt;
&lt;br /&gt;
Look through those files to make sure they looks reasonable, for example:&lt;br /&gt;
&lt;br /&gt;
 more /usr/local/clas/parms/pedman/archive/cc1_clasprod_055357.ped&lt;br /&gt;
 6  0  538  4.104  20&lt;br /&gt;
 6  1  597  9.255  20&lt;br /&gt;
 6  2  523  3.424  20&lt;br /&gt;
 6  3  550  4.939  20&lt;br /&gt;
 6  4  564  6.095  20&lt;br /&gt;
 6  5  564  5.576  20&lt;br /&gt;
 6  6  669  2.679  20&lt;br /&gt;
 6  7  581  2.841  20&lt;br /&gt;
 6  8  594  2.825  20&lt;br /&gt;
 6  9  577  2.799  20&lt;br /&gt;
 ....................&lt;br /&gt;
&lt;br /&gt;
Five columns means following: slot number, channel number, pedestal, pedestal&#039;s sigma, pedestal offset (pedestal+offset value will be used for ADC boards sparsification).&lt;br /&gt;
&lt;br /&gt;
Dead channels will be presented as following:&lt;br /&gt;
&lt;br /&gt;
 2 51  999 99.999  20&lt;br /&gt;
&lt;br /&gt;
Channels with big siagmas (significantly bigger then 10) must be investigated:&lt;br /&gt;
&lt;br /&gt;
 5 61  543 128.842  20&lt;br /&gt;
&lt;br /&gt;
At the same time following files will be created in &#039;&#039;$CLON_PARMS/pedman/Tfiles&#039;&#039; directory:&lt;br /&gt;
&lt;br /&gt;
 cc.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 ec.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 lac.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 pc.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 ps.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 sc.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 st.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 stn.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 tac.trans_clasprod_xxxxxx.txt&lt;br /&gt;
&lt;br /&gt;
Those files contains the same information as files in &#039;&#039;$CLON_PARMS/pedman/archive&#039;&#039; directory, but it presented based on detectors, not crates-slots.&lt;br /&gt;
&lt;br /&gt;
5. Run command&lt;br /&gt;
&lt;br /&gt;
 pedman_links xxxxxx&lt;br /&gt;
&lt;br /&gt;
to create symbolic links to the latest pedestal files. Those links will be used by DAQ starting from following &#039;&#039;Download&#039;&#039; transition.&lt;br /&gt;
&lt;br /&gt;
6. On tsconnect&#039;s to ec1, ec2, sc1 and lac1 crates, type following commands on VXWORKS prompt:&lt;br /&gt;
&lt;br /&gt;
 netonpmc&lt;br /&gt;
 proconpmc &lt;br /&gt;
&lt;br /&gt;
to return those crates to the production mode.&lt;/div&gt;</summary>
		<author><name>Goetz</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=ADC_Pedestals_Measurement_Procedure&amp;diff=3725</id>
		<title>ADC Pedestals Measurement Procedure</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=ADC_Pedestals_Measurement_Procedure&amp;diff=3725"/>
		<updated>2008-12-16T16:12:27Z</updated>

		<summary type="html">&lt;p&gt;Goetz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. tsconnect to ec1, ec2, sc1 and lac1 crates and type following commands on VXWORKS prompt:&lt;br /&gt;
&lt;br /&gt;
 netonhost&lt;br /&gt;
 proconhost &lt;br /&gt;
&lt;br /&gt;
to switch those crates to the pedestal measurement mode.&lt;br /&gt;
&lt;br /&gt;
2. Take about 8k events with following DAQ conditions: CODA configuration is PEDS_ALL, trigger configuration file &#039;&#039;calib/peds_all.cfg&#039;&#039;. File &#039;&#039;/raid/stage_in/peds_all_xxxxxx.A00&#039;&#039; will be created on Event Recorder&#039;s machine,&lt;br /&gt;
where xxxxxx is run number.&lt;br /&gt;
&lt;br /&gt;
3. Run command (/raid/stage_in is mounted on clondaq2)&lt;br /&gt;
&lt;br /&gt;
 fdump /raid/stage_in/peds_all_xxxxxx.A00&lt;br /&gt;
&lt;br /&gt;
and make sure raw data banks EC12, RC13, RC14, RC15 and RC16 are there. Single event should look like following:&lt;br /&gt;
&lt;br /&gt;
 key = 3  name = RUNEVENT  numra = 55357  numrb = 3  icl = 20992&lt;br /&gt;
 hname       numdb   ncol   nrow    nwd    format&lt;br /&gt;
 ---------   -----   ----   ----    ---    ---------------&lt;br /&gt;
 HEAD            0      8      1      8    I&lt;br /&gt;
 RC12            0      1    325    325    B32&lt;br /&gt;
 RC13            0      1    715    715    B32&lt;br /&gt;
 RC14            0      1    714    714    B32&lt;br /&gt;
 RC15            0      1    715    715    B32&lt;br /&gt;
 RC16            0      1    520    520    B32&lt;br /&gt;
 RC26            0      1      4      4    B32&lt;br /&gt;
 CC              1      3     36     54    B16&lt;br /&gt;
 CC              2      3     36     54    B16&lt;br /&gt;
 CC              3      3     36     54    B16&lt;br /&gt;
 CC              4      3     36     54    B16&lt;br /&gt;
 CC              5      3     36     54    B16&lt;br /&gt;
 CC              6      3     36     54    B16&lt;br /&gt;
 EC              1      3    216    324    B16&lt;br /&gt;
 EC              2      3    216    324    B16&lt;br /&gt;
 EC              3      3    216    324    B16&lt;br /&gt;
 EC              4      3    216    324    B16&lt;br /&gt;
 EC              5      3    216    324    B16&lt;br /&gt;
 EC              6      3    216    324    B16&lt;br /&gt;
 EC1             1      5    128    320    B16&lt;br /&gt;
 EC1             2      5    128    320    B16&lt;br /&gt;
 TGBI            0      5      1      5    B32&lt;br /&gt;
 SC              1      5     57    143    B16&lt;br /&gt;
 SC              2      5     57    143    B16&lt;br /&gt;
 SC              3      5     57    143    B16&lt;br /&gt;
 SC              4      5     57    143    B16&lt;br /&gt;
 SC              5      5     57    143    B16&lt;br /&gt;
 SC              6      5     57    143    B16&lt;br /&gt;
 DSTC            0      9      2      9    B16&lt;br /&gt;
 STN1            0      2     24     24    B16&lt;br /&gt;
 CALL            0      3      5      8    B16&lt;br /&gt;
&lt;br /&gt;
4. Run command&lt;br /&gt;
&lt;br /&gt;
 pedo /raid/stage_in/peds_all_xxxxxx.A00&lt;br /&gt;
&lt;br /&gt;
it will create following text files in &#039;&#039;$CLON_PARMS/pedman/archive&#039;&#039; directory:&lt;br /&gt;
&lt;br /&gt;
 cc1_clasprod_xxxxxx.ped&lt;br /&gt;
 ec1_clasprod_xxxxxx.ped&lt;br /&gt;
 ec2_clasprod_xxxxxx.ped&lt;br /&gt;
 lac1_clasprod_xxxxxx.ped&lt;br /&gt;
 sc1_clasprod_xxxxxx.ped&lt;br /&gt;
&lt;br /&gt;
Look through those files to make sure they looks reasonable, for example:&lt;br /&gt;
&lt;br /&gt;
 more /usr/local/clas/parms/pedman/archive/cc1_clasprod_055357.ped&lt;br /&gt;
 6  0  538  4.104  20&lt;br /&gt;
 6  1  597  9.255  20&lt;br /&gt;
 6  2  523  3.424  20&lt;br /&gt;
 6  3  550  4.939  20&lt;br /&gt;
 6  4  564  6.095  20&lt;br /&gt;
 6  5  564  5.576  20&lt;br /&gt;
 6  6  669  2.679  20&lt;br /&gt;
 6  7  581  2.841  20&lt;br /&gt;
 6  8  594  2.825  20&lt;br /&gt;
 6  9  577  2.799  20&lt;br /&gt;
 ....................&lt;br /&gt;
&lt;br /&gt;
Five columns means following: slot number, channel number, pedestal, pedestal&#039;s sigma, pedestal offset (pedestal+offset value will be used for ADC boards sparsification).&lt;br /&gt;
&lt;br /&gt;
Dead channels will be presented as following:&lt;br /&gt;
&lt;br /&gt;
 2 51  999 99.999  20&lt;br /&gt;
&lt;br /&gt;
Channels with big pedestals (significantly bigger then 10) must be investigated:&lt;br /&gt;
&lt;br /&gt;
 5 61  543 128.842  20&lt;br /&gt;
&lt;br /&gt;
At the same time following files will be created in &#039;&#039;$CLON_PARMS/pedman/Tfiles&#039;&#039; directory:&lt;br /&gt;
&lt;br /&gt;
 cc.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 ec.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 lac.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 pc.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 ps.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 sc.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 st.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 stn.trans_clasprod_xxxxxx.txt&lt;br /&gt;
 tac.trans_clasprod_xxxxxx.txt&lt;br /&gt;
&lt;br /&gt;
Those files contains the same information as files in &#039;&#039;$CLON_PARMS/pedman/archive&#039;&#039; directory, but it presented based on detectors, not crates-slots.&lt;br /&gt;
&lt;br /&gt;
5. Run command&lt;br /&gt;
&lt;br /&gt;
 pedman_links xxxxxx&lt;br /&gt;
&lt;br /&gt;
to create symbolic links to the latest pedestal files. Those links will be used by DAQ starting from following &#039;&#039;Download&#039;&#039; transition.&lt;br /&gt;
&lt;br /&gt;
6. On tsconnect&#039;s to ec1, ec2, sc1 and lac1 crates, type following commands on VXWORKS prompt:&lt;br /&gt;
&lt;br /&gt;
 netonpmc&lt;br /&gt;
 proconpmc &lt;br /&gt;
&lt;br /&gt;
to return those crates to the production mode.&lt;/div&gt;</summary>
		<author><name>Goetz</name></author>
	</entry>
</feed>