Welcome to the new FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
If you are having a problem, please refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.

RT Systems to SmartSDR 1.4 Memory Importer

Options
K6OZY
K6OZY Member ✭✭
edited June 2020 in SmartSDR for Windows
Now that 1.4 is out,  I can start trickling out my tools and videos I put together during the development window.   This is a script I wrote during 1.4 development to import my RT Systems CSV file into SmartSDR.   Enjoy!

https://github.com/Ozy311/HamStuff/blob/master/HamStuff/rtsystems_to_ssdr.pl

Here's a sample run:

 ./rtsystems_to_ssdr.pl 
Flex 6000 Series RT Systems To SmartSDR CSV Memory Converter v1.0
(C)2014 Chris Johnson K6OZY k6ozy[at]arrl.net

Usage: ./rtsystems_to_ssdr.pl -f RT Systems CSV File [-o owner] [-g group]

-f : Exported CSV from RT Systems Programmer
-o : Owner of imported Memories [optional]
-g : Group name of imported memories [optional]


./rtsystems_to_ssdr.pl -f ./RTSystems.csv -o K6OZY -g "AZ Repeaters"
Flex 6000 Series RT Systems To SmartSDR CSV Memory Converter v1.0
(C)2014 Chris Johnson K6OZY k6ozy[at]arrl.net
Custom Name: K6OZY
Custom Group: AZ Repeaters
422 lines consumed.

SSDR_Memories_2015-03-16_17-31-30.csv

It then drops a CSV in the current directory for you to import into SmartSDR.

Comments

  • WX7Y
    WX7Y Member ✭✭✭✭
    edited June 2020
    Options
    so do you have a step by step on how to use your script to import the rts memory

    Thanks 
    Bret

  • K6OZY
    K6OZY Member ✭✭
    edited March 2015
    Options
    Do you have the ability to run perl scripts?  Are you running this on a Windows or Mac?  I use a mac and perl is native in the OS.  If you are using Windows, you need to install perl first.

    http://www.activestate.com/activeperl/downloads

    Install that, copy my script from GitHub into a file ending with extension of .pl and try running it from a command prompt. 

    You then export your RTSystems setup as a CSV file and feed it into my script adjusting the details from my examples in the post above.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.