kopia lustrzana https://github.com/Hamlib/Hamlib
Correct command section for rotctld in POD
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2836 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.11
rodzic
e6f311cdd0
commit
61b0062547
|
@ -44,7 +44,6 @@ use Pod::Usage;
|
||||||
my $socket;
|
my $socket;
|
||||||
my $host = 'localhost';
|
my $host = 'localhost';
|
||||||
my $port = 4533;
|
my $port = 4533;
|
||||||
my $vfo = '';
|
|
||||||
my %rot_state = (); # State of the rotor--position, etc.
|
my %rot_state = (); # State of the rotor--position, etc.
|
||||||
my %rot_caps = (); # Rotor capabilities from \dump_caps
|
my %rot_caps = (); # Rotor capabilities from \dump_caps
|
||||||
|
|
||||||
|
@ -653,26 +652,26 @@ Enables debugging output to the console.
|
||||||
Commands are the same as described in the rotctld(8) man page. This is only
|
Commands are the same as described in the rotctld(8) man page. This is only
|
||||||
a brief summary.
|
a brief summary.
|
||||||
|
|
||||||
F, \set_freq Set frequency in Hz
|
P, \set_pos Set the rotor's Azimuth and Elevation
|
||||||
f, \get_freq Get frequency in Hz
|
p, \get_pos Get the rotor's Azimuth and Elevation
|
||||||
M, \set_mode Set mode including passband in Hz
|
M. \move Move Up, Down, Left, Right at Speed
|
||||||
m, \get_mode Get mode including passband in Hz
|
S, \stop Stop rotation
|
||||||
V, \set_vfo Set VFO (VFOA, VFOB, etc.)
|
K, \park Set the rotor to the park position
|
||||||
v, \get_vfo Get VFO (VFOA, VFOB, etc.)
|
R, \reset Reset the rotor
|
||||||
J, \set_rit Set RIT in +/-Hz, '0' to clear
|
_, \get_info Get the rotor Model Name
|
||||||
j, \get_rit Get RIT in +/-Hz, '0' indicates Off
|
1, \dump_caps Get the rot capabilities and display select values
|
||||||
Z, \set_xit Set XIT in +/-Hz, '0' to clear
|
|
||||||
z, \get_rit Get XIT in +/-Hz, '0' indicates Off
|
These commands are for the locator support API.
|
||||||
T, \set_ptt Set PTT, '1' On, '0' Off
|
|
||||||
t, \get_ptt Get PTT, '1' indicates On, '0' indicates Off
|
L, \lonlat2loc Convert Longitude and Latitude to Maidenhead square
|
||||||
S, \set_split_vfo Set rot into "split" VFO mode, '1' On, '0' Off
|
l, \loc2lonlat Convert Maidenhead square to Longitude and Latitude
|
||||||
s, \get_split_vfo Get status of :split" VFO mode, '1' On, '0' Off
|
D, \dms2dec Convert Degrees, Minutes, Seconds to Decimal Degrees
|
||||||
I, \set_split_freq Set TX VFO frequency in Hz
|
d, \dec2dms Convert Decimal Degrees to Degrees, Minutes, Seconds
|
||||||
i, \get_split_freq Get TX VFO frequency in Hz
|
E, \dmmm2dec Convert Degrees, Decimal Minutes to Decimal Degrees
|
||||||
X, \set_split_mode Set TX VFO mode including passband in Hz
|
e, \dec2dmmm Convert Decimal Degrees to Degrees, Decimal Minutes
|
||||||
x, \get_split_mode Get TX VFO mode including passband in Hz
|
B, \qrb Compute distance and azimuth between Lon 1, Lat 1,
|
||||||
2, \power2mW Translate a power value [0.0..1.0] to milliWatts
|
and Lon 2, Lat 2
|
||||||
4, \mW2power Translate milliWatts to a power value [0.0..1.0]
|
A, \a_sp2a_lp Compute Long Path Azimuth from Short Path Azimuth
|
||||||
1, \dump_caps Get the rot capabilities and display select values.
|
a, \d_sp2d_lp Compute Long Path Distance from Short Path Distance
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
Ładowanie…
Reference in New Issue