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.
Profile List Problem
Walt - KZ1F
Member ✭✭
The following code exists in Radio.cs @ 7502
case "tx":
if (_profileTXList.Contains(profile_name)) {
_profileTXSelection = profile_name;
RaisePropertyChanged("ProfileTXSelection");
}
else {
Debug.WriteLine("Profile List Problem!");
}
break;
What I think is weird, conscious ignorance, is this condition is only flagged for the tx profile not the global, mic, or displays.
This line is preceded by the following statuses from the radio.
received status S5B89EDCD|profile tx current=
Profile List Problem!
received status S5B89EDCD|profile mic current=
Is this something that you guys wanted to capture or track? I am seeing it for profile mic as well, as you can see.
thanks,
Walt - kz1f
case "tx":
if (_profileTXList.Contains(profile_name)) {
_profileTXSelection = profile_name;
RaisePropertyChanged("ProfileTXSelection");
}
else {
Debug.WriteLine("Profile List Problem!");
}
break;
What I think is weird, conscious ignorance, is this condition is only flagged for the tx profile not the global, mic, or displays.
This line is preceded by the following statuses from the radio.
received status S5B89EDCD|profile tx current=
Profile List Problem!
received status S5B89EDCD|profile mic current=
Is this something that you guys wanted to capture or track? I am seeing it for profile mic as well, as you can see.
thanks,
Walt - kz1f
0
Answers
-
The code mentioned was written to debug a tx profile issue. Note that Debug statements are ignored when compiling in release mode. We will often leave debug code in place for future reference when looking into a problem.0
-
Thanks Eric, I did not know that about DebugWrite. I just learned my 'something new' today, so I suppose I can go back to bed.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
