From e7de40b25b5e6b2a288be332fdda2bb6d4fe5c70 Mon Sep 17 00:00:00 2001 From: David Freese Date: Sat, 18 Oct 2014 07:57:11 -0500 Subject: [PATCH] Documentation update * Added missing documentation on use of Smeter / Power-meter display on main dialog. * Added new xmlrpc TxID commands --- fldigi_doxygen/user_src_docs/Installing.txt | 0 fldigi_doxygen/user_src_docs/MT63.txt | 0 fldigi_doxygen/user_src_docs/New-Install.txt | 0 fldigi_doxygen/user_src_docs/TransceiverControl.txt | 8 ++++++++ fldigi_doxygen/user_src_docs/configCW.txt | 0 fldigi_doxygen/user_src_docs/xmlrpc-control.txt | 3 +++ 6 files changed, 11 insertions(+) mode change 100755 => 100644 fldigi_doxygen/user_src_docs/Installing.txt mode change 100755 => 100644 fldigi_doxygen/user_src_docs/MT63.txt mode change 100755 => 100644 fldigi_doxygen/user_src_docs/New-Install.txt mode change 100755 => 100644 fldigi_doxygen/user_src_docs/configCW.txt diff --git a/fldigi_doxygen/user_src_docs/Installing.txt b/fldigi_doxygen/user_src_docs/Installing.txt old mode 100755 new mode 100644 diff --git a/fldigi_doxygen/user_src_docs/MT63.txt b/fldigi_doxygen/user_src_docs/MT63.txt old mode 100755 new mode 100644 diff --git a/fldigi_doxygen/user_src_docs/New-Install.txt b/fldigi_doxygen/user_src_docs/New-Install.txt old mode 100755 new mode 100644 diff --git a/fldigi_doxygen/user_src_docs/TransceiverControl.txt b/fldigi_doxygen/user_src_docs/TransceiverControl.txt index 79854843..ab7867a1 100644 --- a/fldigi_doxygen/user_src_docs/TransceiverControl.txt +++ b/fldigi_doxygen/user_src_docs/TransceiverControl.txt @@ -76,6 +76,14 @@ then entering the numeric value in KHz. Don't forget the decimal point if you are entering a fractional KHz value.
+The Smeter / Power-meter display is only active if fldigi is configured for xmlrpc +control with flrig. The transceiver must support the smeter and power out CAT query. +fldigi does not try to estimate the smeter reading based on the audio stream. +You can toggle viewing the Smeter / Power-meter display using the View menu item +"View/Hide Smeter." Be sure to save the configuration for this to persist the next +time fldigi is executed. +
+ The mode combobox, the bandwidth combobox and the frequency display also annunciate the current transceiver status. If you change operating mode on the transceiver, that will be annunciated in the diff --git a/fldigi_doxygen/user_src_docs/configCW.txt b/fldigi_doxygen/user_src_docs/configCW.txt old mode 100755 new mode 100644 diff --git a/fldigi_doxygen/user_src_docs/xmlrpc-control.txt b/fldigi_doxygen/user_src_docs/xmlrpc-control.txt index 40376d09..53851f3f 100644 --- a/fldigi_doxygen/user_src_docs/xmlrpc-control.txt +++ b/fldigi_doxygen/user_src_docs/xmlrpc-control.txt @@ -119,6 +119,7 @@ main.get_lock | b:n | Returns the Transmit Lock state main.get_max_macro_id | i:n | Returns the maximum macro ID number main.get_reverse | b:n | Returns the Reverse Sideband state main.get_rsid | b:n | Returns the RSID state +main.get_txid | b:n | Returns the TxRSID state main.get_squelch | b:n | Returns the squelch state main.get_squelch_level | d:n | Returns the squelch level main.get_status1 | s:n | Returns the contents of the first status field (typically s/n) @@ -138,6 +139,7 @@ main.set_frequency | d:d | Sets the RF carrier frequency. Returns the ol main.set_lock | b:b | Sets the Transmit Lock state. Returns the old state main.set_reverse | b:b | Sets the Reverse Sideband state. Returns the old state main.set_rsid | b:b | Sets the RSID state. Returns the old state +mmain.set_txid | b:b | Sets the TxRSID state. Returns the old state main.set_squelch | b:b | Sets the squelch state. Returns the old state main.set_squelch_level | d:d | Sets the squelch level. Returns the old level main.set_wf_sideband | n:s | Sets the waterfall sideband to USB or LSB @@ -145,6 +147,7 @@ main.toggle_afc | b:n | Toggles the AFC state. Returns the new state main.toggle_lock | b:n | Toggles the Transmit Lock state. Returns the new state main.toggle_reverse | b:n | Toggles the Reverse Sideband state. Returns the new state main.toggle_rsid | b:n | Toggles the RSID state. Returns the new state +main.toggle_txid | b:n | Toggles the TxRSID state. Returns the new state main.toggle_squelch | b:n | Toggles the squelch state. Returns the new state main.tune | n:n | Tunes main.tx | n:n | Transmits