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
Setup LICOS environment:
No Format
source $ONLINE_ROOT/LICOS_ETC/setup/setupLICOS.csh
Bentpipe Telemetry Proxy:

If working with the VCDU file that contains both LAT and SC telemetry:

No Format
python $ONLINE_ROOT/LICOS_ETC/tools/astroRTif/BentpipeTlmProxy.py --astroConfig astroLocal.cfg --vcduPktFile SSOH_VCDU_Archive1.bin --vscConfig $ONLINE_ROOT/LICOS_ETC/config/vsc_sc.cfg --noarchiver

If working against a teststand and retrieving SC telemetry from the CCSDS packet file:

No Format

python $ONLINE_ROOT/LICOS_ETC/tools/astroRTif/BentpipeTlmProxy.py --astroConfig $ONLINE_ROOT/LICOS_ETC/tools/astroRTif/astroLocal.cfg --ccsdsPktFile SC_tlm.pkt --vscConfig vsc_sc.cfg --noarchiver --vscip vscHost
AstroRT Interface:

If working with the VCDU file that contains both LAT and SC telemetry:

No Format
python $ONLINE_ROOT/LICOS_ETC/tools/astroRTif/astroRtIF.py --astroConfig $ONLINE_ROOT/LICOS_ETC/tools/astroRTif/astroLocal.cfg --vscConfig $ONLINE_ROOT/LICOS_ETC/config/vsc_sc.cfg --noAstroCmd

If working against a teststand and retrieving SC telemetry from the CCSDS packet file:

No Format

python $ONLINE_ROOT/LICOS_ETC/tools/astroRTif/astroRtIF.py --astroConfig $ONLINE_ROOT/LICOS_ETC/tools/astroRTif/astroLocal.cfg --vscConfig $ONLINE_ROOT/LICOS_ETC/config/vsc_sc.cfg --noAstroCmd --vscMode --vscip vscHost
Proxy Manager:
No Format

$ONLINE_ROOT/LICOS_ETC/start/runProxies.csh --vscip localhost --config $ONLINE_ROOT/LICOS_ETC/config/vsc_sc.cfg 
CVT:
No Format
python $ONLINE_ROOT/LICOS/lib/currValTable/VscCvt.py --proxyHost localhost --config $ONLINE_ROOT/LICOS_ETC/config/vsc_sc.cfg
Packet Displayer:
No Format
$ONLINE_ROOT/LICOS_ETC/start/packetDisplayer.csh --cvtHost localhost --config $ONLINE_ROOT/LICOS_ETC/config/vsc_sc.cfg