Welcome to the new FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
Need the latest SmartSDR, Power Genius, Tuner Genius and Antenna Genius Software?
SmartSDR v3.8.19 and the SmartSDR v3.8.19 Release Notes | SmartSDR v2.12.1 and the SmartSDR v2.12.1 Release Notes
SmartSDR v1.12.1 and the SmartSDR v1.12.1 Release Notes
Power Genius XL Utility v3.8.8 and the Power Genius XL Release Notes v3.8.8
Tuner Genius XL Utility v1.2.11 and the Tuner Genius XL Release Notes v1.2.11
Antenna Genius Utility v4.1.8
SmartSDR v3.8.19 and the SmartSDR v3.8.19 Release Notes | SmartSDR v2.12.1 and the SmartSDR v2.12.1 Release Notes
SmartSDR v1.12.1 and the SmartSDR v1.12.1 Release Notes
Power Genius XL Utility v3.8.8 and the Power Genius XL Release Notes v3.8.8
Tuner Genius XL Utility v1.2.11 and the Tuner Genius XL Release Notes v1.2.11
Antenna Genius Utility v4.1.8
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.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
Selecting XVTRs via API commands
Jens SM6AFV
Member ✭✭
I have setup SmartSDR 2.4.9 on my new Flex6600 for 10 vhf/microwave transverters.
I have since before a separate C# application for transverter switching & Az/El control/display.
Now I want to set up SmartSDR for the correct XVTR from my own C# application by adding API
control of XVTRs.
I have played around a bit with with the K1PGV C# Test program to test commands for XVTR activation. The test software work well but when I add a button for activation of a specific XVTR
nothing happends, no errors. The txtXVTR.Text is updated.
The code I added after the Mode buttons is:
private void btn1296_Click(object sender, EventArgs e)
{
_thisRadio.ActiveSlice.Panadapter.XVTR = "1296";
txtXVTR.Text = "1296";
}
Any clue what I am doing wrong?
/Jens SM6AFV
Running the Test software under v3.0.19 did not worked ok so I downgraded to v2.4.9 again
I have since before a separate C# application for transverter switching & Az/El control/display.
Now I want to set up SmartSDR for the correct XVTR from my own C# application by adding API
control of XVTRs.
I have played around a bit with with the K1PGV C# Test program to test commands for XVTR activation. The test software work well but when I add a button for activation of a specific XVTR
nothing happends, no errors. The txtXVTR.Text is updated.
The code I added after the Mode buttons is:
private void btn1296_Click(object sender, EventArgs e)
{
_thisRadio.ActiveSlice.Panadapter.XVTR = "1296";
txtXVTR.Text = "1296";
}
Any clue what I am doing wrong?
/Jens SM6AFV
Running the Test software under v3.0.19 did not worked ok so I downgraded to v2.4.9 again
0
Answers
-
After digging into the API Wiki and logging/testing the communication with WireShark/Putty I found the solution.
The code for selecting transverters can be
private void btn1296_Click(object sender, EventArgs e)
{
_thisRadio.ActiveSlice.Panadapter.Band = "X2";
}
where X0, X1, X2 is the transverter in Transverters setup order.
73
Jens - SM6AFV0
Leave a Comment
Categories
- All Categories
- 289 Community Topics
- 2.1K New Ideas
- 530 The Flea Market
- 7.5K Software
- 6K SmartSDR for Windows
- 146 SmartSDR for Maestro and M models
- 358 SmartSDR for Mac
- 249 SmartSDR for iOS
- 230 SmartSDR CAT
- 171 DAX
- 352 SmartSDR API
- 8.7K Radios and Accessories
- 7K FLEX-6000 Signature Series
- 20 FLEX-8000 Signature Series
- 841 Maestro
- 43 FlexControl
- 847 FLEX Series (Legacy) Radios
- 793 Genius Products
- 415 Power Genius XL Amplifier
- 277 Tuner Genius XL
- 101 Antenna Genius
- 243 Shack Infrastructure
- 166 Networking
- 404 Remote Operation (SmartLink)
- 130 Contesting
- 630 Peripherals & Station Integration
- 125 Amateur Radio Interests
- 869 Third-Party Software