To use the Testbed with LICOS, create 4 terminal windows and name them VSC, SIU, EPU0, EPU1.
- VSC:
No Format |
---|
xyplex lat-elf21
reboot
cd "/nfs/slac/g/glast/online/VSC/sbc"
< startup-mv2304-vsc.vx
|
- Python:
No Format |
---|
from LICOS.scriptEngine.ScriptEngineConnector import ScriptEngineConnector
p = ScriptEngineConnector('lat-elf21',None,None)
p.start()
p.bootSIU()
|
- SIU:
No Format |
---|
cd /nfs/slac/g/glast/online/VSC
xfmx xyplex siu.fmx --tag=rad750 --target=lat-elf23
|
- Python:
No Format |
---|
p.mainFeedOn(siuId=1, pduId=0)
p.ssr(1)
p.powerOnEpuOnly(epuId=0)
|
Wait 20 seconds No Format |
---|
p.bootEPU(epuId=0)
|
- EPU0:
No Format |
---|
cd /nfs/slac/g/glast/online/VSC
xfmx xyplex epu.fmx --tag=rad750 --target=lat-elf24
|
- Python
No Format |
---|
p.powerOnEpuOnly(epuId=1)
|
Wait 20 seconds No Format |
---|
p.bootEPU(epuId=1)
|
- EPU1:
No Format |
---|
cd /nfs/slac/g/glast/online/VSC
xfmx xyplex epu.fmx --tag=rad750 --target=lat-elf25
|
- To power on a TEM:
No Format |
---|
p.powerOnTemOnly(temId=0, pduId=0)
|
- To power on CAL frontends:
No Format |
---|
p.powerOnCalOnly(temId=0)
|
- To set the CAL bias voltage:
No Format |
---|
p.setBiasVoltageCal(temId=0, biasVoltage=0x5800)
|
- To power on TKR frontends:
No Format |
---|
p.powerOnTkrOnly(temId=0)
|
- To set the TKR bias voltage:
No Format |
---|
p.setBiasVoltageTkr(temId=0, biasVoltage=0x54fe)
|
- To power on ACD free boards:
No Format |
---|
p.powerOnAemOnly(pduId=0, supRed=0)
p.powerOnFreeBoardOnly(freeId=0)
|
- Start the proxies and the scriptEngine:
No Format |
---|
python $ONLINE_ROOT/LICOS/telemetry/DiagnosticProxy.py --config $ONLINE_ROOT/LICOS/start/vsc.cfg --vscip lat-elf21 [--logtime] [--noarchiver]
|
No Format |
---|
python $ONLINE_ROOT/LICOS/telemetry/TelemetryProxy.py --config $ONLINE_ROOT/LICOS/start/vsc.cfg --vscip lat-elf21 [--logtime] [--noarchiver]
|
No Format |
---|
python $ONLINE_ROOT/LICOS/science/ScienceProxy.py --config $ONLINE_ROOT/LICOS/start/vsc.cfg --vscip lat-elf21 [--logtime] [--noarchiver]
|
No Format |
---|
$ONLINE_ROOT/LICOS/start/scriptEngine.sh --config $ONLINE_ROOT/LICOS/start/scriptEngine.cfg --vscConfig $ONLINE_ROOT/LICOS/start/vsc.cfg --server lat-elf21
|
- To use LEM command/response at SIU:
No Format |
---|
ld < /afs/slac/g/glast/flight/ICS/binary/LEM/prod/mv2304/lem_cli/liblem_cli.o
|