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

ICOM ID-5100 - rigctld Get Power status command failing #1201

Closed
leeott25 opened this issue Jan 2, 2023 · 1 comment
Closed

ICOM ID-5100 - rigctld Get Power status command failing #1201

leeott25 opened this issue Jan 2, 2023 · 1 comment
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. fixed Issue has been fixed

Comments

@leeott25
Copy link

leeott25 commented Jan 2, 2023

Periodically rigctld sends fe fe 8c e0 18 fd to the ICOM ID-5100. The ID-5100 replies with fe fe e0 8c fa fd which is the NG response. According to the ICOM ID-5100 Full Manual (see page 13-17), the 18 cmd is only a set command. It expects a sub command. Below is a section of the log from rigctld.

write_block(): TX 6 bytes, method=2
0000 fe fe 8c e0 18 fd ......
read_string_generic called, rxmax=200 direct=1, expected_len=1
read_string_generic(): RX 6 characters, direct=1
0000 fe fe 8c e0 18 fd ......
icom_one_transaction: DEBUG retval=6, frm_len=6, cmd=0x18
read_string_generic called, rxmax=200 direct=1, expected_len=1
read_string_generic(): RX 6 characters, direct=1
0000 fe fe e0 8c fa fd ......
-21:frame.c(352):icom_one_transaction returning(-9) Command rejected by the rig

Command rejected by the rig
Command rejected by the rig

                 -22:frame.c(455):icom_transaction returning(-9) Command rejected by the rig

                 -23:icom.c(8090):icom_get_powerstat returning(-9) Command rejected by the rig

                 -24:rig.c(6045):rig_get_powerstat returning(-9) Command rejected by the rig

rigctl_parse: rig_powerstat is not on = 0

@leeott25 leeott25 changed the title ICOM ID-5100 - rigctl Get Power status command failing ICOM ID-5100 - rigctld Get Power status command failing Jan 2, 2023
@mdblack98 mdblack98 added bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. labels Jan 2, 2023
@mdblack98 mdblack98 added this to the 4.5.4 milestone Jan 2, 2023
@mdblack98 mdblack98 added the needs test Patches have been submitted but need testing to close issue label Jan 2, 2023
@mdblack98 mdblack98 pinned this issue Jan 2, 2023
@mdblack98
Copy link
Contributor

mdblack98 commented Jan 2, 2023 via email

@mdblack98 mdblack98 added fixed Issue has been fixed and removed needs test Patches have been submitted but need testing to close issue labels Jan 3, 2023
@mdblack98 mdblack98 unpinned this issue Jan 4, 2023
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. fixed Issue has been fixed
Projects
None yet
Development

No branches or pull requests

2 participants