Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Python:
    No Format
    p.mainFeedOn(siuId=0, pduId=0)
    p.powerOnEpuOnly(epuId=0)
    
    Wait 20 seconds
    No Format
    p.bootEPU(epuId=0)
    
  • EPU0:
    No Format
    cd "/nfs/slac/g/glast/online/VSC"
    fmx xyplex epu.fmx --target=lat-elf24 --tag=rad750
    
  • 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"
    fmx xyplex epu.fmx --target=lat-elf25 --tag=rad750
    

...