This directory was accidentally omitted from the merge-release branch during the PSI code merge.
204 lines
11 KiB
XML
204 lines
11 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<?oxygen RNGSchema="http://www.oasis-open.org/docbook/xml/5.0/rng/docbook.rng" type="xml"?>
|
||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
version="5.0">
|
||
<info><title>Low Frequency Amplifier. LF AG1010</title><author>
|
||
<personname>Jing Chen</personname>
|
||
</author>
|
||
<date>2008-08-29 16:47</date>
|
||
</info>
|
||
<sect1>
|
||
<title>Configuration</title>
|
||
<para>The device LF AG1010 is connected to a Moxa 5430 server. SICS client communicates with
|
||
the Moxa 54530 server who sends and receives data packets to/from the LF AG1010 through
|
||
a RS232 serial interface. </para>
|
||
<variablelist>
|
||
<varlistentry>
|
||
<term>Settings of the Moxa 5430 are</term>
|
||
<listitem>
|
||
<para>Bits Per Second – 19200</para>
|
||
<para>Data Bits – 8</para>
|
||
<para>Parity – NONE </para>
|
||
<para>Stop Bit – 1</para>
|
||
<para>Flow Controls – NONE</para>
|
||
<para>Port Number – 4001</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
</variablelist>
|
||
<para>.</para>
|
||
</sect1>
|
||
<sect1>
|
||
<title>Commands</title>
|
||
<para>Commands for getting and setting values on the LF AG1010. Sending a command without a
|
||
value will return the current value. </para>
|
||
<para>Note that all power values are in deciwatts (dW). 1dW = 0.1Watt. </para>
|
||
<variablelist>
|
||
<varlistentry>
|
||
<term><command>lf_limits </command>
|
||
<option>FPL</option>
|
||
<replaceable>power</replaceable></term>
|
||
<listitem>
|
||
<para>Set forward power limit to <replaceable>power</replaceable> dW.</para>
|
||
<para><command>lf_limits FPL 50</command> sets the forward power limit to 50dW</para>
|
||
<para><command>lf_limits FPL </command>returns the forward power limit</para>
|
||
<para>Units: dW</para>
|
||
<para>Range: 0 to 6000</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry>
|
||
<term><command>lf_limits </command><option>RPL
|
||
</option><replaceable>power</replaceable></term>
|
||
<listitem>
|
||
<para>Set reverse power limit to <replaceable>power</replaceable> dW</para>
|
||
<para><command>lf_limits RPL 50</command> sets the reverse power limit to 50dW</para>
|
||
<para><command>lf_limits RPL </command>returns the reverse power limit</para>
|
||
<para>Units: dW</para>
|
||
<para>Range: 0 to 1600</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry>
|
||
<term><command>lf_pagc </command><replaceable>power</replaceable></term>
|
||
<listitem>
|
||
<para>Set power level for AGC mode to <replaceable>power</replaceable> dW</para>
|
||
<para><command>lf_pagc 50 </command>sets the AGC mode power level to 50dW</para>
|
||
<para><command>lf_pagc </command>returns the AGC mode power level</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry>
|
||
<term><command>lf_pmgc </command><replaceable>power</replaceable></term>
|
||
<listitem>
|
||
<para>Set power level for MGC mode to <replaceable>power</replaceable> %</para>
|
||
<para>MGC scale in % is for reference only. 0% - 0W, 100% full output. Not
|
||
linear! This mode is for continues and pulsed operation.</para>
|
||
<para><command>lf_pmgc 50 </command>sets the MGC mode power level to 50%</para>
|
||
<para><command>lf_pmgc </command>returns the MGC mode power level</para>
|
||
<para>Units: %</para>
|
||
<para>Range: 0 to 100</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry>
|
||
<term><command>lf_freq </command><replaceable>freq</replaceable></term>
|
||
<listitem>
|
||
<para>Set frequency to <replaceable>freq</replaceable> Hz</para>
|
||
<para>Range: 20000 to 2000000 (20kHz to 2MHz)</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry>
|
||
<term><command>lf_burst mode</command><replaceable>mode </replaceable><command>time
|
||
</command><replaceable>time </replaceable><command>top
|
||
</command><replaceable>top</replaceable>
|
||
</term>
|
||
<listitem>
|
||
<para>Set burst mode to <replaceable>mode</replaceable></para>
|
||
<para>BURST is possible in MGC Mode only!</para>
|
||
<para>Allowed <replaceable>mode</replaceable></para>
|
||
<para><option>0</option> Burst mode OFF</para>
|
||
<para><option>1</option> Internal burst mode ON </para>
|
||
<para><option>2</option> Change burst parameters without changing burst ON/OFF</para>
|
||
<para><option>3</option> Enable external burst mode</para>
|
||
<para>Set repetition period of burst cycle to <replaceable>time</replaceable></para>
|
||
<para>Units: ms</para>
|
||
<para>Range: 1 to 50</para>
|
||
<para>Set time of power in burst cycle to <replaceable>top</replaceable></para>
|
||
<para>Units: μs</para>
|
||
<para>Range: 1 to 500</para>
|
||
<para><command>lf_burst mode 1 rtime 20 top 5</command></para>
|
||
<para>Set burst mode to Internal Mode</para>
|
||
<para>Set repetition period of burst cycle to 20 ms</para>
|
||
<para>Set time of power in burst cycle to 5 μs</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry>
|
||
<term><command>lf_sweep mode </command>
|
||
<replaceable>mode </replaceable><command>start </command><replaceable>start
|
||
</replaceable>
|
||
<command>step </command><replaceable>step </replaceable><command>np
|
||
</command><replaceable>np</replaceable>
|
||
</term>
|
||
<listitem>
|
||
<para>Sets the sweep parameters <replaceable>start</replaceable> Hz, with step
|
||
size of <replaceable>step</replaceable> Hz and with number of points
|
||
<replaceable>np</replaceable>
|
||
</para>
|
||
<para>Allowed <command>mode</command></para>
|
||
<para><option>0</option> Sweep mode OFF</para>
|
||
<para><option>1</option> Sweep mode ON</para>
|
||
<para><option>2</option> Change sweep parameters without changing sweep mode
|
||
ON/OFF</para>
|
||
<para>Allowed <command>step </command></para>
|
||
<para>increments of 1000Hz</para>
|
||
<para><command>lf_sweep mode 1 start 20000 step 1000 np 200</command></para>
|
||
<para>Set sweep mode on, start frequency = 20kHz, step frequency = 1kHz, number
|
||
of points = 200</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry>
|
||
<term><command>lf_sweep_run</command>
|
||
<replaceable>start step np</replaceable>
|
||
<option>mode</option></term>
|
||
<listitem>
|
||
<para>This command triggers a frequency sweep starting at
|
||
<replaceable>start</replaceable> Hz, with step of
|
||
<replaceable>step</replaceable> Hz and with number of steps =
|
||
<replaceable>np</replaceable> in full sweep cycle under optional
|
||
<option>mode</option></para>
|
||
<para>If the mode is 0 (OFF) and mode is not provide, the command will set the
|
||
mode the <option>mode</option> to 2 before the sweeping and reset to 0 (OFF)
|
||
after the sweeping.</para>
|
||
<para>Allowed <option>mode</option></para>
|
||
<para><option>0</option> Sweep mode OFF</para>
|
||
<para><option>1</option> Sweep mode ON</para>
|
||
<para><option>2</option> Change sweep parameters without changing sweep mode
|
||
ON/OFF</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry>
|
||
<term><command>lf_meas </command></term>
|
||
<listitem>
|
||
<para>Returns forward power, reverse power and temperature?</para>
|
||
<para>
|
||
<replaceable>start</replaceable> Hz </para>
|
||
</listitem>
|
||
</varlistentry>
|
||
</variablelist>
|
||
</sect1>
|
||
<sect1>
|
||
<title>Parameters</title>
|
||
<variablelist>
|
||
<varlistentry>
|
||
<term><command>N/A </command></term>
|
||
<listitem>
|
||
<para>There are no parameters to set on this device.</para>
|
||
</listitem>
|
||
</varlistentry>
|
||
</variablelist>
|
||
</sect1>
|
||
<sect1>
|
||
<title>Description</title>
|
||
<para>The AG 1010 produces up to 1,000 Watts of power over a frequency range from lower than
|
||
20 kHz to higher than 1.2 MHz. It operates over the entire frequency range without band
|
||
switching or other adjustments. Extended range to over 2 MHz is possible with reduced
|
||
output power. Gain is rated at 60 dB with a typical gain flatness of ±1.5 dB.</para>
|
||
<para> The Front Panel offers a LCD display of Forward, Reflected and Load Power readings,
|
||
RF Status, MGC/AGC setups and operating frequency in Generator Mode.</para>
|
||
<para> Power meters are calibrated into a 50 Ohm Load and are accurate when unit operates
|
||
into matched load. Outside of matched condition, the model AG 1010’s power measurement
|
||
system provides an accurate reading of VSWR.</para>
|
||
<para> When used as amplifier, the AG 1010 is compatible with most signal and function
|
||
generators, computer synthesizer cards and accurately reproduces all waveforms within
|
||
its output and bandwidth limits.</para>
|
||
<para>The Forced-air cooling system and the internal power supply are designed to permit
|
||
operation over a wide range of temperature and global AC line conditions. The AG 1010 is
|
||
built to withstand a +5 dBm (1.2Vp-p) Input signal. The unit amplifies the inputs of AM,
|
||
FM, SSB, pulse and other complex modulations. </para>
|
||
<para>OUTPUT PROTECTION AG 1010 is protected by its internal control system for 1,000 Watts
|
||
of total Forward Power and 160 Watts of Reflected Power. This will protect the amplifier
|
||
output stage from accidental overdrive at the input and an extreme mismatch at the
|
||
Output.</para>
|
||
</sect1>
|
||
<sect1>
|
||
<title>Known Issues</title>
|
||
<para>No know issues.</para>
|
||
</sect1>
|
||
</chapter>
|