Loadrod script

The loadrod script, located in /user/daqmustud/bin.


  mrodsrvm 16c qq.ldr -z -x7 -l0 -i0 -c3 -a3ffff -b3ffff -n100000000
The -c3 parameter reflects input from two chambers
  mrodsrvm -s 16b qq.ldr -x7 -d97 -m7 -r$1 -i0
The -m7 parameter reflects the number of rodin's.

=============================================
Concerning chapos 0 and 1 it handles about this line, booting Sharc C
  mrodsrvm 16c /user/daqmustud/bin/MRODinAppz.ldr
	   -z -x7 -l0 -i0 -c3 -a3ffff -b3ffff -n100000000 >> in16c.out&
Change -c3 into -c1 when chapos 1 is not present, or into -c2 when chapos 0
is not there.

=====
Concerning chapos 2 and 3 it handles about this line, booting Sharc D
  mrodsrvm 16d /user/daqmustud/bin/MRODinAppz.ldr
	   -z -x7 -l1 -i0 -c3 -a3ffff -b3ffff -n100000000 >> in16d.out&
Change -c3 into -c1 when chapos 3 is not present, or into -c2 when chapos 2
is not there.

=====
Concerning chapos 4 it handles about this line, booting Sharc E
  mrodsrvm 16e /user/daqmustud/bin/MRODinAppz.ldr
	   -z -x7 -l2 -i0 -c3 -a3ffff -b3ffff -n100000000 >> in16e.out&
Change -c3 into -c2 when chapos 4 is not present.

=====
When chapos 0 and 1 both are not present:  Sharc C doesn't need booting, so
this line kan be erased (but this is not really necessary):
  mrodsrvm 16c /user/daqmustud/bin/MRODinAppz.ldr
	   -z -x7 -l0 -i0 -c3 -a3ffff -b3ffff -n100000000 >> in16c.out&
Change -m7 into -m6, so not waiting for data from Sharc C.
  mrodsrvm -s 16b /user/daqmustud/bin/mrodout.ldr
	   -x7 -d97 -m7 -r$1 -i0 >> out16.out&

=====
When chapos 2 and 3 both are not present:  Sharc D doesn't need booting, so
this line kan be erased (but this is not really necessary):
  mrodsrvm 16d /user/daqmustud/bin/MRODinAppz.ldr
	   -z -x7 -l1 -i0 -c3 -a3ffff -b3ffff -n100000000 >> in16d.out&
Change -m7 into -m5, so not waiting for data from Sharc D.
  mrodsrvm -s 16b /user/daqmustud/bin/mrodout.ldr
	   -x7 -d97 -m7 -r$1 -i0 >> out16.out&