PROC m_fl_ltprn ;Version 3 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: m_ts_ltprn ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 11-3-94 ;# Revision: 1. 4-24-95 GJ ;# 2. 5-26-95 RR ;# 3. 11/18/95 GJ ;# ;# 1.3 Change Description: ;# ;# 1. removed hard wait ;# 2. corrected syntax errors ;# 3. Changed name convention from m_ts_* to m_fl_*. ;# ;# ;# 1.4 Point of Contact: CCazeau ;# FOT Author: RRowe ATSC/SOHO 805-3642 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# Records limb tracker parameters ;# ;# 2.2 Intended Use: ;# ;# Records limb tracker parameters ;# ;# 2.3 Duration: TBD ;# ;# 2.4 References: ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# TBD ;# ;# 3.3 Special Constraints or Activities ;# ;# Limb tracker powered on. Used by m_ltchk ;#************************************************************************** ;# 4.0 STEPS: BEGIN: SV MKLTXOFS SV MKLTYOFS SV MKLTAOS SV MKLTBOS SV MKLTCOS SV MULTPZT1 SV MULTPZT2 SV MULTPZT3 wait; record limb tracker values ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#************************************************************************** ENDPROC