Versions Compared

Key

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

...

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 ~/work/licos/vsc_sc.cfg --noAstroCmd --vscMode --vscip lat-elf1
CVT:
No Format
python $ONLINE_ROOT/LICOS/lib/currValTable/VscCvt.py --proxyHost localhost --config $ONLINE_ROOT/LICOS_ETC/config/vsc_sc.cfg

...