In the following commands i stands for i=1 oder 2, assigning the number of the pendriver for that command.
Thus the update-time for the analog output value is:
with the following definitions (also used in the text below): nphases number of defined phases ( GNPi ) nchannels number of defined channels ( by BE80 ) tphase duration of one phase ( GPTi ) tblank duration of blanking ( GBTi )
The following commands determine the data rate, the number of channels and the rate of the DAP's (i.e. Data Associated Parameters like telescope position or time information) in connection with the delivered data points. Thus the data, which are archived to disk, are directly influenced by these parameters.One should therefore be very careful when changing the default values.
The transfer
time (i.e. the time between two consecutive transfers of data
from the backend to the computer) is:
ttrans = ndaps*cycles*nphases*tphase
The data points transferred in such a data-transfer are:
ndata = ndaps*nphases*nchannels
and in bytes:
nbytes = ndata*4 + bytesdaps
bytesdaps are the number of bytes used for the DAPs. They are
in the order of 80 - 100 bytes.
EXAMPLE:
Assuming a typical continuum observation with a secondary-focus receiver
of 16 channels, a phase time of 16 msecs, a blanking time of
0.4 msecs and a four-phase cycle one obtains with the following
settings:
INT1 2 # DPD1 5 # Integration-time/data point: tpoint = 31.2 [ms] Transfer-time: ttrans = 640 [ms] data/transfer: nbytes =1.36 [KByte] data rate: bdata =
2.125 [KByte/s]
IMPORTANT:
The transfer-time is also the time resolution of the data associated
parameters (DAPs) transferred with the data.
< string > can take the following values (n,m are numbers in the
range 1 ... 80):
CLEAR no channel selected ALL all channels selected n select channel n -n de-select channel n, if it has been selected before n...m select all channels from n to m -n...m de-select all channels from n to m if they have been selected before n/m same as n...m -n/m same as -n...m
Several channel-commands may be written on one line. They must be separated by comma (,), space ( ) or a semicolon (;). Leading spaces and separators are ignored.
EXAMPLE:
BE80 ALL, -15...36; -8 -11,,,18/24
in total one has selected with this command:
channels: 1-7,9,10,12,13,14,18-24,37-80
NOTE: To be sure selecting the right channels independent of inputs done before, it is recommended first to enter the command ``BE80 CLEAR'' and then to enter the channels to be written to disk.
IMPORTANT:
The above selected channels are written to tape in ascending channel-nr.
independent in which order they have been selected by the input command BE80.
That means: The smallest channel-number selected is always the first one
in the archived data and the highest channel-number selected always
the last one. The channels in between are stored in the same
way in ascending order.