diff --git a/doc/img/SimplePTT_plugin.png b/doc/img/SimplePTT_plugin.png index 8cfdd0fe4..8192925e1 100644 Binary files a/doc/img/SimplePTT_plugin.png and b/doc/img/SimplePTT_plugin.png differ diff --git a/doc/img/SimplePTT_plugin.xcf b/doc/img/SimplePTT_plugin.xcf index 900612a03..eecdf07fe 100644 Binary files a/doc/img/SimplePTT_plugin.xcf and b/doc/img/SimplePTT_plugin.xcf differ diff --git a/plugins/feature/simpleptt/readme.md b/plugins/feature/simpleptt/readme.md index eaf2c849e..dda2a7c22 100644 --- a/plugins/feature/simpleptt/readme.md +++ b/plugins/feature/simpleptt/readme.md @@ -64,12 +64,64 @@ Use this combo to select which Rx device is controlled

7: Select Tx device set

-Use this combo to select which Tx device is controlled +Use this combo to select which Tx device is controlled. If no device label appears you can use the refresh button (5) to re-populate the list. Else it means that there are no Tx devices in the SDRangel instance. -

8: Transition delay from Rx to Tx

+

8: Show last command status and log

+ +When a transition script (11) (13) is enabled this will show the log and status of the last execution of such script. + +

9: Transition delay from Rx to Tx

Value in milliseconds between Rx stop and Tx start -

9: Transition delay from Tx to Rx

+

10: Transition delay from Tx to Rx

Value in milliseconds between Tx stop and Rx start + +

11: Enable Rx to Tx transition script

+ +Enable/disable execution of a transition script (12) when PTT is switched from Rx to Tx. + +

12: Rx to Tx transition script

+ +Click on the button with a folder icon to open a file dialog where you can locate the script to be executed when transitioning from Rx to Tx. The full path of the script (if any) is shown next to the button. + +

13: Enable Tx to Rx transition script

+ +Enable/disable execution of a transition script (14) when PTT is switched from Tx to Rx. + +

14: Tx to Rx transition script

+ +Click on the button with a folder icon to open a file dialog where you can locate the script to be executed when transitioning from Tx to Rx. The full path of the script (if any) is shown next to the button. + +

15: Enable Rx to Tx GPIO activation

+ +If the controlling device (Rx or Tx specified with radio buttons (18) and (22)) has GPIO support it will use the mask (16) and values (16) bits to activate the corresponding GPIO pins of the device. + +

16: Rx to Tx GPIO mask bits

+ +Specify which bits of the GPIO are activated (0x00 to 0xFF) during Rx to Tx transition. Bit value 0 to ignore the bit or 1 to take it. + +

17: Rx to Tx GPIO value bits

+ +Specify the value of the GPIO bits that are activated (0x00 to 0xFF) during Rx to Tx transition. Masked bit positions are ignored and can take any value. + +

18: Set the Rx device as taking GPIO control

+ +You can specify either the Rx or Tx device for GPIO control. Click on this radio button to specify the Rx device. + +

19: Enable Tx to Rx GPIO activation

+ +If the controlling device (Rx or Tx specified with radio buttons (18) and (22)) has GPIO support it will use the mask (20) and values (21) bits to activate the corresponding GPIO pins of the device. + +

20: Tx to Rx GPIO mask bits

+ +Specify which bits of the GPIO are activated (0x00 to 0xFF) during Tx to Rx transition. Bit value 0 to ignore the bit or 1 to take it. + +

21: Tx to Rx GPIO value bits

+ +Specify the value of the GPIO bits that are activated (0x00 to 0xFF) during Tx to Rx transition. Masked bit positions are ignored and can take any value. + +

22: Set the Tx device as taking GPIO control

+ +You can specify either the Rx or Tx device for GPIO control. Click on this radio button to specify the Tx device.