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.20 | SmartSDR v4.2.20 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.20 | SmartSDR v4.2.20 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.
CAT startup issues with SmartSDR v4.1.5 w/W10PRO
Options
ml2772
Member ✭
CAT startup issues with SmartSDR v4.1.5
W10 Pro w/extended MS security patch support.
Mem: 16G
Proc: i5-4440
(Yes...I'm aware that Flex Radio does not support systems operating on W10 so this may help folks that aren't ready to kick their PC to the curb yet.)
When I operate SmartSDR with a 8600 Flex Radio and check the boxes to have DAX & CAT Autostart, the CAT does not always startup correctly. When the problem occurs
I have to reboot the PC to get it to work properly.
To resolve this issue I unchecked Autostart for CAT and keep it on for DAX. I'm now running a program called HOTKEY. HOTKEY is a scripting program that resides in the windows startup folder that's always watching for when DAX starts up. When HOTKEY sees a DAX starup it starts CAT 10 seconds later or at a time that you choose.
Here's the location of the file in my system:
C:\Users\MyPC-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Program: AutoHotkey_2.0.19_setup
File Name: SmartSDR Timer.ahk
File Size: 1k
A text editor like Notepad can be used to view and edit the .AHK file created by the the AutoHotKey program. Here's the script that's being used in my system.
#Persistent
SetTimer, CheckDAX, 1000 ; check every 1 second
return
CheckDAX:
Process, Exist, DAX.exe
if (ErrorLevel != 0) {
; If CAT is already running, do nothing
Process, Exist, CAT.exe
if (ErrorLevel != 0)
return
; Wait 10 seconds after DAX appears
Sleep, 10000
; Launch CAT
Run, "C:\Program Files\FlexRadio Systems\SmartSDR v4.1.5\SmartSDR CAT\CAT.exe"
}
return
Please reach out if you need more info. Thanks Mike Wa2top
W10 Pro w/extended MS security patch support.
Mem: 16G
Proc: i5-4440
(Yes...I'm aware that Flex Radio does not support systems operating on W10 so this may help folks that aren't ready to kick their PC to the curb yet.)
When I operate SmartSDR with a 8600 Flex Radio and check the boxes to have DAX & CAT Autostart, the CAT does not always startup correctly. When the problem occurs
I have to reboot the PC to get it to work properly.
To resolve this issue I unchecked Autostart for CAT and keep it on for DAX. I'm now running a program called HOTKEY. HOTKEY is a scripting program that resides in the windows startup folder that's always watching for when DAX starts up. When HOTKEY sees a DAX starup it starts CAT 10 seconds later or at a time that you choose.
Here's the location of the file in my system:
C:\Users\MyPC-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Program: AutoHotkey_2.0.19_setup
File Name: SmartSDR Timer.ahk
File Size: 1k
A text editor like Notepad can be used to view and edit the .AHK file created by the the AutoHotKey program. Here's the script that's being used in my system.
#Persistent
SetTimer, CheckDAX, 1000 ; check every 1 second
return
CheckDAX:
Process, Exist, DAX.exe
if (ErrorLevel != 0) {
; If CAT is already running, do nothing
Process, Exist, CAT.exe
if (ErrorLevel != 0)
return
; Wait 10 seconds after DAX appears
Sleep, 10000
; Launch CAT
Run, "C:\Program Files\FlexRadio Systems\SmartSDR v4.1.5\SmartSDR CAT\CAT.exe"
}
return
Please reach out if you need more info. Thanks Mike Wa2top
0
Leave a Comment
Categories
- All Categories
- 401 Community Topics
- 2.2K New Ideas
- 687 The Flea Market
- 8.6K Software
- 196 SmartSDR+
- 6.6K SmartSDR for Windows
- 200 SmartSDR for Maestro and M models
- 457 SmartSDR for Mac
- 278 SmartSDR for iOS
- 268 SmartSDR CAT
- 220 DAX
- 395 SmartSDR API
- 9.6K Radios and Accessories
- 103 Aurora
- 348 FLEX-8000 Signature Series
- 7.2K FLEX-6000 Signature Series
- 998 Maestro
- 58 FlexControl
- 872 FLEX Series (Legacy) Radios
- 972 Genius Products
- 481 Power Genius XL Amplifier
- 358 Tuner Genius XL
- 133 Antenna Genius
- 321 Shack Infrastructure
- 226 Networking
- 483 Remote Operation (SmartLink)
- 145 Contesting
- 846 Peripherals & Station Integration
- 147 Amateur Radio Interests
- 1.1K Third-Party Software