Welcome to the FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
The latest SmartSDR Software:
SmartSDR v4.2.18 | SmartSDR v4.2.18 Release Notes
SmartSDR v3.10.15 | SmartSDR v3.10.15 Release Notes
The latest 4O3A Genius Product Software:
The latest 4O3A Genius Product Software and Firmware
SmartSDR v4.2.18 | SmartSDR v4.2.18 Release Notes
SmartSDR v3.10.15 | SmartSDR v3.10.15 Release Notes
The latest 4O3A Genius Product Software:
The latest 4O3A Genius Product Software and Firmware
How to Receive Technical Support::
If you are needing assistance with FlexRadio products, 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.
If you are needing assistance with FlexRadio products, 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.
DB export question in FlexLib
rfoust
Member ✭✭
I'm trying to follow the database export code in FlexLib and I think maybe I'm not understanding something right. It looks like Private_GetSSDRDatabaseFile() is supposed to pull the files from the radio and save them locally, but at the top of that function, it calls Private_SendMetaSubsetFile() which appears to want to send a file TO the radio?
private void Private_GetSSDRDatabaseFile(object obj) {
List<string> path_list = (List<string>)obj;
DatabaseExportComplete = false;
_metaSubsetTransferComplete = false;
/* Index 0 contains the meta_subset path */
Private_SendMetaSubsetFile(path_list[0]);
int timeout = 0;
while (_metaSubsetTransferComplete == false && timeout < 50)
{
Thread.Sleep(100);
timeout++;
} 0
Answers
-
The meta_subset is file that has the request for the data to be pulled from the radio. When you perform the export, you check specific items that you want to export in the client. Those selections go in the file.0
-
Oh ok, I see. There is a meta_subset file in the zip file that comes back, is that the same one that got sent to the radio?
Edit: oh the file in the zip is actually meta_data not meta_subset. Same thing?0 -
One file goes to the radio asking for data, different file with data comes back0
-
Awesome, got it working. Piece of cake! :-) Thanks!
C:scripts> (get-flexradio).receivessdrdatabasefile("c:scriptsmeta_data","c:scripts",$true) C:scripts> ls Directory: C:scripts Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 3/20/2015 12:11 PM 135 meta_data C:scripts> ls Directory: C:scripts Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 3/20/2015 12:11 PM 135 meta_data -a---- 3/20/2015 12:13 PM 44175 SSDR_Config_03-20-15_12.13_PM.ssdr_cfg -a---- 3/20/2015 12:13 PM 258 SSDR_Memories_03-20-15_12.13_PM.csv C:scripts>0
Leave a Comment
Categories
- All Categories
- 393 Community Topics
- 2.2K New Ideas
- 668 The Flea Market
- 8.5K Software
- 174 SmartSDR+
- 6.5K SmartSDR for Windows
- 191 SmartSDR for Maestro and M models
- 450 SmartSDR for Mac
- 276 SmartSDR for iOS
- 266 SmartSDR CAT
- 215 DAX
- 389 SmartSDR API
- 9.5K Radios and Accessories
- 71 Aurora
- 317 FLEX-8000 Signature Series
- 7.2K FLEX-6000 Signature Series
- 981 Maestro
- 58 FlexControl
- 869 FLEX Series (Legacy) Radios
- 952 Genius Products
- 474 Power Genius XL Amplifier
- 349 Tuner Genius XL
- 129 Antenna Genius
- 311 Shack Infrastructure
- 217 Networking
- 474 Remote Operation (SmartLink)
- 143 Contesting
- 833 Peripherals & Station Integration
- 146 Amateur Radio Interests
- 1.1K Third-Party Software