svxlink icon indicating copy to clipboard operation
svxlink copied to clipboard

enhancement / question for an separate RX_ID

Open DG1FI opened this issue 1 year ago • 2 comments

Hi!

The goal is, to add a diffent roger peep for HF and the ReflectorLogic. The simple way is to define under [RX1] the RX_ID=R or some other letter and then modifiy the send_rgr_sound tcl procedure:

proc send_rgr_sound {} { variable sql_rx_id;

if {$sql_rx_id == "R"} {

playTone 2000 100 50

} else {

playTone 2000 100 50
playSilence 150
playTone 2000 100 50

} set sql_rx_id "?"; }

Problem here: after the repeater open, the $sql_rx_id variable is set to "?"... so the beep will play two times after the repeater open ident.

  1. Is there any variable in that namespace that says that the repeater is closed?
  2. It's possible to add RX_ID=REFL or someting else to ReflectorLogic? That makes my goal very easy.

73 Mario

DG1FI avatar Jun 19 '23 18:06 DG1FI

Does commit f768d3c2805228bdbd2819eac9bbcaaa5fcd69b7 help?

sm0svx avatar Jul 18 '23 17:07 sm0svx

Don't know how difficult it is, but really good if the Reflektor has an own RX_ID like in the [RX] Section

DG1FI avatar Aug 01 '23 15:08 DG1FI