To record data without activating the TEL task or the telescope drives the following sequence of commands mimics the taking of continuous data :
Logon to MWTVAX as OPERATOR
$ o inc
$ icl
ICL> loadw mt_exedir:incline
ICL> send incline obey open_port txa2: 10
ICL> send incline obey configure 123456789
To start collecting data every (sample_time) seconds, give an output filename
and the following command :
ICL> send incline obey log (filename) (sample_time)
To stop the data collection :
ICL> send incline cancel log