DX cluster commands

3 posts / 0 new
Last post
Anonymous (not verified)
DX cluster commands

Hi all,
As I downgraded to Ubuntu 18.04 from 20.04 - too much problems with this new LTS version - I just re-installed logger yesterday from git. First, thanks for brush to cleaning band map, hi.
Everything working fine except of dx cluster commands in Preferences->DX Cluster->Send these commands to telnet dxcluster when connected. What I am trying to do is:

acc/spot by_zone 14,15,16 and not (on hf/data or on hf/rtty)

and it always returning:

acc/spot by_zone 14
15
16 and not (on hf/data or on hf/rtty)
EI6KW de EI7MRE 13-Oct-2020 0819Z dxspider >
Filter 1 updated for EI6KW.pl
EI6KW de EI7MRE 13-Oct-2020 0819Z dxspider >
Invalid command
EI6KW de EI7MRE 13-Oct-2020 0819Z dxspider >
Invalid command

For me It looks that cqrlog "thinking" that this command is few commands separated by comma.

The same command sent from dx cluster window working fine (last 3 lines):

Nodes: 21/436 Clr - Users: 109/3772 Clr Max: 169/6390 Clr - Uptime: 2d 12h 5m
acc/spot by_zone 14
15
16 and not (on hf/data or on hf/rtty)
EI6KW de EI7MRE 13-Oct-2020 0843Z dxspider >
Filter 1 updated for EI6KW.pl
EI6KW de EI7MRE 13-Oct-2020 0843Z dxspider >
Invalid command
EI6KW de EI7MRE 13-Oct-2020 0843Z dxspider >
Invalid command
EI6KW de EI7MRE 13-Oct-2020 0843Z dxspider >
acc/spot by_zone 14,15,16 and not (on hf/data or on hf/rtty)
Filter 1 updated for EI6KW.pl
EI6KW de EI7MRE 13-Oct-2020 0843Z dxspider >

Thanks,
Slav, EI6KW

oh1kh
DX cluster commands

Hi Slav!

It should not do that.
At file fDXCluster.pas, line773: cmds.StrictDelimiter := true;

Should prevent space to be counted as delimiter.

Try to set your command between double quotes: "command string" to see if that makes any difference.
In my test it helped.

--
Saku
OH1KH

ei6kw (not verified)
<solved> DX cluster commands

Yeah, working now.

Thanks Saku,