Instruction manual
Page 58 Z-12 Real-Time Sensor Operation and Reference Manual
Set Elevation Mask
$PASHS,ELM
This command sets the value of the SV elevation mask for data collection. The
command structure is
$PASHS,ELM,x
where x is a number between 0 and 90 (default = 5 degrees).
Example: Set elevation mask to 10 degrees
$PASHS,ELM,10
Set Static Site Occupation Counter
$PASHS,EPG
Set epochs to go (for kinematic use). Epochs to go is a counter used during
kinematic surveys that specifies the number of data epochs to be collected at the
current site. When the counter reaches 0, the site name automatically changes to
????, indicating that the antenna is about to move. The command structure is
$PASHS,EPG,x
where x (number of epochs to go) is a number between 0 and 999.
Example: Set epochs to 27
$PASHS,EPG,27
Close or Delete File
$PASHS,FIL
Closes the current file or deletes a designated file. The command structure is
$PASHS,FIL,x,y
where x is C for close or D for delete, and y is the file number. The sensor can store
up to 10 files in mode 0 or 2.
The first file is numbered 0, not 1.
Example: Close the last file and open a new one
$PASHS,FIL,C
Example: Delete file y
$PASHS,FIL,D,y
Example: Delete all files from the sensor
Command: $PASHS,FIL,D,999