Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  • VSC:
    No Format
    xyplex lat-elf21
    
    and
    reboot
    .
    Exit xyplex and enter:
    No Format
    cd "/nfs/slac/g/glast/online/VSC/sbc"
    fmx xyplex VSC_load_cmx.fmx --tag=mv2304 --target=lat-elf21< 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"
    fmxxfmx xyplex siu.fmx --tag=rad750 --target=lat-elf23
    
  • Python:
    No Format
    p.mainFeedOn(siuId=01, 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"
    fmxxfmx 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"
    fmxxfmx xyplex epu.fmx --tag=rad750 --target=lat-elf25
    

...

  • To set the TKR bias voltage:
    No Format
    p.setBiasVoltageTkr(temId=0, biasVoltage=0x40000x54fe)
    
  • To power on ACD free boards:
    No Format
    p.powerOnAemOnly(pduId=10, 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 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
    

...