Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K3 with MicroHam MD6 failure #722

Closed
mdblack98 opened this issue Jun 12, 2021 · 3 comments
Closed

K3 with MicroHam MD6 failure #722

mdblack98 opened this issue Jun 12, 2021 · 3 comments
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. JTDX Bugs affecting JTDX operations WSJTX Bugs affecting WSTJ-X operations

Comments

@mdblack98
Copy link
Contributor

K3 RTS ptt off is too fast and K3 can't change mode while PTT is on.

[2021-06-12 14:10:57.944741][00:02:58.786651][RIGCTRL:trace] 0000 4d 44 36 3b MD6;
[2021-06-12 14:10:57.944741][00:02:58.786662][RIGCTRL:debug] write_block called
[2021-06-12 14:10:57.955734][00:02:58.797609][RIGCTRL:trace] write_block(): TX 3 bytes
[2021-06-12 14:10:57.955734][00:02:58.797633][RIGCTRL:trace] 0000 49 44 3b ID;
[2021-06-12 14:10:57.955734][00:02:58.797643][RIGCTRL:trace] read_string called, rxmax=35
[2021-06-12 14:10:57.955734][00:02:58.797724][RIGCTRL:trace] read_string(): RX 2 characters
[2021-06-12 14:10:57.955734][00:02:58.797733][RIGCTRL:trace] 0000 3f 3b ?;
[2021-06-12 14:10:57.955734][00:02:58.797742][RIGCTRL:trace] kenwood_transaction: read_string(len=2)='?;'
[2021-06-12 14:10:57.955734][00:02:58.797751][RIGCTRL:error] kenwood_transaction: Unknown command or rig busy 'MD6'
[2021-06-12 14:10:57.955734][00:02:58.797762][RIGCTRL:trace] kenwood_transaction: returning retval=-9
[2021-06-12 14:10:57.955734][00:02:58.797771][RIGCTRL:debug] kenwood.c(577):kenwood_transaction return(-9)
[2021-06-12 14:10:57.955734][00:02:58.797780][RIGCTRL:debug] k3.c(1171):k3_set_mode return(-9)
[2021-06-12 14:10:57.955734][00:02:58.797789][RIGCTRL:trace] rig_set_mode: targetable retcode after set_mode=-9
[2021-06-12 14:10:57.955734][00:02:58.797798][RIGCTRL:debug] rig.c(2200):rig_set_mode return(-9)
[2021-06-12 14:10:57.955734][00:02:58.798142][RIGCTRL:error] error: Command rejected by the rig

@mdblack98 mdblack98 added bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. WSJTX Bugs affecting WSTJ-X operations JTDX Bugs affecting JTDX operations labels Jun 12, 2021
@mdblack98 mdblack98 added this to the 4.3 milestone Jun 12, 2021
mdblack98 added a commit that referenced this issue Jun 12, 2021
K3S was taking 400ms to do MD6; when already in MD6; so query is a lot faster
Will also avoid trying to set mode when PTT is on
#722
@g4wjs
Copy link
Contributor

g4wjs commented Jun 12, 2021

Mike,

this is not related to PTT other than it will cause delays to subsequent CAT commands, of which PTT is probably the most visible to the user. This is a known issue with K3 series rigs, sending redundant mode set commands (or necessary ones) cause an exponentially increasing delay before the command completes, i.e. sending a third mode change will take even longer that 500 mS to complete, and so on.

This is a Hamlib regression, is it scheduled for any future 4.2.1 bugfix release?

73
Bill
G4WJS.

@mdblack98
Copy link
Contributor Author

mdblack98 commented Jun 12, 2021 via email

@g4wjs
Copy link
Contributor

g4wjs commented Jun 12, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. JTDX Bugs affecting JTDX operations WSJTX Bugs affecting WSTJ-X operations
Projects
None yet
Development

No branches or pull requests

2 participants