DSDPlus Help to setup DSD+ Fastlane with 2 SDR !!

Status
Not open for further replies.

asome50

Member
Joined
Feb 2, 2017
Messages
16
Untitled.jpg

Hello
before i using one sdr and it's work with me without any issue
and i Need to know how setup DSD+ Fastlane with 2 SDR

first i run FMP24-CC
FMP24 -rc -i1 -o20001 -P1.5 -b-12.5 -g40.2 -f409.85
after that run CC.bat
DSDPlus -rc -e -fa -i20001 -rc -v3 -wsl400.2 -wss100.200 -wel0.1 -wcl0.445 -wes400.520 >>CC.log
next run FMP24-VC
FMP24 -rv -i0 -o20001 -P0.0 -b-12.5
and run VC.bat
DSDPlus -rv -Pwav -i20002 -v3 -o1 -wsl400.210 -wss100.200 -wel172.522 -wcl528.0 >>VC.log


the problem is shown me when i run FMP24-VC
error :
Initiating FMPx link using link ID 20002...
FMPx link error = -5
[Server is not listening on selected link ID]

also when i run VC.bat
error:
DSD+ link error (link ID already in use?)

(THIS IS PIC 1 CC.bat )
DSD CC 1.png
(this is pic 2 cc.bat )
DSD CC 2.png





( this is pic 1 VC.bat )


DSD VC 1.png


(this is pic 2 VC.bat )

DSD VC 2.png





Note: i'm using DSDPlus2p268
i'm new with SDR , thank you guys
 

BM82557

Member
Joined
Aug 28, 2006
Messages
4,972
Location
Berkeley Co WV
In your 2nd FMP24 change -o20001 to -o20002 so that it matches DSDplus VC , also I suggest you add a -F to each of the 2 DSDPlus statements --

from notes.txt --

Use the -F<num> command line option to differentiate running DSD+ instances.

This can be any number you want, I use -F7 in one and -F8 in the examples belowr

DSDPlus -rc -F7 -e -fa -i20001 -rc -v3 -wsl400.2 -wss100.200 -wel0.1 -wcl0.445 -wes400.520 >>CC.log

DSDPlus -rv -F8 -Pwav -i20002 -v3 -o1 -wsl400.210 -wss100.200 -wel172.522 -wcl528.0 >>VC.log
 

thedutydoctor

Member
Premium Subscriber
Joined
Dec 30, 2006
Messages
33
Location
Martinsburg, WV
Thank you to you BM82557 and awesome 50 this got me setup using two SDRs as well - I have to say the software is outstanding.. just P25 over here in Berkeley Co, WV. But, amazing how much data traffic is running over that network :oops: like I'm running port sniffer on my home network. Again, my thanks to this site for hosting the data and the DSD Plus Fast Lane guys... for coding this up..
 

asweezy

Member
Premium Subscriber
Joined
Jul 30, 2007
Messages
21
I have this working on multiple P25 systems however this method seems to not work on Connect +. What am I missing? I am assuming I need to load site data on the VC however when I do it searches for a CC and locks onto that.
 

cg

Member
Premium Subscriber
Joined
Dec 13, 2000
Messages
4,571
Location
Connecticut
Some CON+ systems are set to use the frequency information that is transmitted, others rely on preloaded channel lists and the system transmits a channel number.
If you run the Control Channel and see channels like 3, 4, 6, 9, etc, it is a preprogrammed list in every radio and you need to figure it out.
However, if you see numbers like 205, 367, 1123, etc, those are channels based on a band plan.
Both of these types you need to determine the frequency for each channel and enter that info into the DSDPlus.FREQUENCIES file.
A third type uses the frequency based transmissions but DSDPlus is able to tune the voice channels without needing to populate the DSDPlus.FREQUENCIES file.

chris
 

Hamfest

N5UBY
Feed Provider
Joined
Jan 15, 2008
Messages
7
Location
Enid, OK
Okay, now I am stuck. I have tried above, what am I missing?
scanner1.png

cc.bat
DSDPlus -rc -F7 -e -fa -i20001 -rc -v3 -wsl400.2 -wss100.200 -wel0.1 -wcl0.445 -wes400.520 >>CC.log

FMP24-CC.bat
FMP24 -rc -i1 -o20001 -P0.0 -f154.0625

Thanks in advance for the assistance.
 

R0am3r

Salt Water Conch
Premium Subscriber
Joined
Apr 13, 2014
Messages
724
Location
Oneida County, NY
Simplify your command lines instructions:
c:\dsdplus> DSDPlus
c:\dsdplus> FMP24 -o20001 -P0.0 -f154.0625 -g28.0

If you prefer a batch file, try something like this (test.bat):
start CMD /c dsdplus
start CMD /c FMP24 -o20001 -P0.0 -f154.0625 -g28.0
 

slicerwizard

Member
Joined
Sep 19, 2002
Messages
7,643
Location
Toronto, Ontario
Your copy of FMP24 is old. It's using TCP, but DSD+ is using a non-TCP connection to FMP24.

So some of your files are not current (not up to date)

In the DSD+ Misc menu, there is an entry to download base files. Download that and from that zip file, copy all of the .exe and .dll files to your DSD+ folder. Then start FMP24 and DSD+...
 

Hamfest

N5UBY
Feed Provider
Joined
Jan 15, 2008
Messages
7
Location
Enid, OK
Thanks for the replies. I will delete current dsdplus and reinstall from scratch then install fast lane updates again. And see what results that gives. I will get back to the thread when completed.
 

Hamfest

N5UBY
Feed Provider
Joined
Jan 15, 2008
Messages
7
Location
Enid, OK
Thanks again everyone. This seems to work for the Control Channel part.

Simplify your command lines instructions:
c:\dsdplus> DSDPlus
c:\dsdplus> FMP24 -o20001 -P0.0 -f154.0625 -g28.0

If you prefer a batch file, try something like this (test.bat):
start CMD /c dsdplus
start CMD /c FMP24 -o20001 -P0.0 -f154.0625 -g28.0

Will this setup work when I start using second RTL to monitor Voice or will I have to signal the first DSDPlus that it is a CC? I have been busy this weekend and haven't started playing with the VC part.

My next step will be to get the tracking of VC going while the CC tells it which way to tune.
 
Status
Not open for further replies.
Top