Difference between revisions of "Set up LAD test stand at the ESB"

From HallCWiki
Jump to: navigation, search
(Set up the ROC)
(Set up the ROC)
Line 30: Line 30:
 
* Copy the NPS linuxvme library over (idea command), which supports the current NPS FADC firmware:
 
* Copy the NPS linuxvme library over (idea command), which supports the current NPS FADC firmware:
 
<pre>  
 
<pre>  
scp -r hccoda@hcvme02:nps-vme/linuxvme sbs-onl@genrp-roc01:ESB_LAD_TD/
+
scp -r hccoda@hcvme02:linuxvme sbs-onl@genrp-roc01:ESB_LAD_TD/
 
</pre>
 
</pre>
 
* $LINUXVME is pointed to ESB_LAD_TD/linuxvme
 
* $LINUXVME is pointed to ESB_LAD_TD/linuxvme

Revision as of 12:50, 14 August 2024

Hardware list

  • One VXS crate (belong to SOLID)
  • One NIM crate (from GEN)
  • ROC: genrp-roc01
  • One FADC (from NPS)
  • One SD (from Alex)
  • One TI (from Bob)

set up CODA

  • The network is under "Hall A development"
  • Use computer named "hcdaq5"
  • At coda@hcdaq5, copy coda 3.10_devel from adaqfs:
 
rsync -avz adaq@adaq1:/adaqfs/home/sbs-onl/coda/3.10_devel_patched /home/coda/coda

and create a soft link:

 
ln -s /home/coda/coda/3.10_devel_patched /home/coda/coda/3.10_devel

So, "genrp-roc01" and "coda@hcdaq5" are using the same coda package.

  • Create a shell script to set up the CODA ENV variables for LAD test stand: /home/coda/setupLAD.sh

Set up the ROC

  • Log into the roc: ssh sbs-onl@genrp-roc01
  • Create a directory for LAD: ESB_LAD_TD/
  • Copy the existing rol:
 
scp -r rol ESB_LAD_TD/
  • Copy the NPS linuxvme library over (idea command), which supports the current NPS FADC firmware:
 
scp -r hccoda@hcvme02:linuxvme sbs-onl@genrp-roc01:ESB_LAD_TD/
  • $LINUXVME is pointed to ESB_LAD_TD/linuxvme