DSDPlus Fast lane question

KC2TJS

Member
Joined
Jun 20, 2022
Messages
63
I trying to change the coordinates to my Google map location
42.88253, - 77.84509
I keep getting a error processing config file (FMP24.cfg)
Error processing search longitude
Any input would be greatly appreciated.
Thanks,
KC2TJS
 

mtindor

FMP24 PRO USER
Database Admin
Joined
Dec 5, 2006
Messages
11,441
Location
Carroll Co OH / EN90LN
I trying to change the coordinates to my Google map location
42.88253, - 77.84509
I keep getting a error processing config file (FMP24.cfg)
Error processing search longitude
Any input would be greatly appreciated.
Thanks,
KC2TJS

Should be just numbers, spaces and perhaps a minus sign -- remove the comma. (easy mistake, since Google Maps wants a comma)

19.7163 -155.6241 ; search origin

Make sure there are no commas. Make sure there is a space between lat and long. And if you want to leave the search origin comment, make sure it is prefixed with the semicolon.

If it still errors out, you fudged something else in the config file while editing.

Code:
2.4                                ; sampling rate (1.0, 2.0 or 2.4)
1024                               ; spectrum window width
32                                 ; FFT size (8k, 16k, 32k)
10                                 ; spectrum update rate in Hz
5000 -6250 7500 12500 15000 25000  ; step size table; units = Hz; negate default
.                                  ; DSD+ path
.\FMP-FreqList.csv                 ; primary frequency list CSV path\filename
.\FMP-FreqList2.csv                ; auxiliary frequency list CSV path\filename
miles                              ; search units (miles or kilometers)
99.9                               ; search distance
19.7163 -155.6241                  ; search origin
 

KC2TJS

Member
Joined
Jun 20, 2022
Messages
63
Thanks,
One more question I running a BC355N with a discriminator tap into DSD plus with Fast lane any special instructions on that setup I have made all the connections. Any suggestions would be greatly appreciated.
73s,
KC2TJS
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
9,755
Location
Suffolk County NY
I trying to change the coordinates to my Google map location
42.88253, - 77.84509
I keep getting a error processing config file (FMP24.cfg)

One more question I running a BC355N with a discriminator tap into DSD plus with Fast lane

FMP24.cfg is for FMP24, the included tuner in DSDPlus Fastlane. If your using a tapped 355, then you would not be using FMP24.


Using DSD+ with external signal sources

DSD+ can be used with external signal sources such as a properly discriminator-tapped receiver
or SDR software such as SDR#. To use DSD+ with these sources, use the menus in DSD+ to
select Passive Digital Monitor mode and then to select the audio input device that carries
the digital audio signal. When running in this mode, DSD+ can be used to monitor conventional
analog and supported digital signals; DSD+ will not directly support trunk tracking.
 

mtindor

FMP24 PRO USER
Database Admin
Joined
Dec 5, 2006
Messages
11,441
Location
Carroll Co OH / EN90LN
Thanks,
One more question I running a BC355N with a discriminator tap into DSD plus with Fast lane any special instructions on that setup I have made all the connections. Any suggestions would be greatly appreciated.
73s,
KC2TJS

In DSDPlus Fast Lane:

1. In the menu system click on Control --> select Passive Digital Monitor.
2. In the menu system click on Input --> select your input device

Might also want to select Window --> Source Audio Window and watch your source audio coming in from the discriminator tap so that you can make sure the audio is strong enough but NOT so strong as to clip because it's too much volume.

And as has already been said, if you are using a discriminator tap, you do NOT use FMP-anything.
 
Top