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.1.5 | SmartSDR v4.1.5 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.1.5 | SmartSDR v4.1.5 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
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
- 388 Community Topics
- 2.2K New Ideas
- 658 The Flea Market
- 8.4K Software
- 156 SmartSDR+
- 6.5K SmartSDR for Windows
- 186 SmartSDR for Maestro and M models
- 439 SmartSDR for Mac
- 275 SmartSDR for iOS
- 265 SmartSDR CAT
- 204 DAX
- 386 SmartSDR API
- 9.4K Radios and Accessories
- 52 Aurora
- 297 FLEX-8000 Signature Series
- 7.2K FLEX-6000 Signature Series
- 970 Maestro
- 58 FlexControl
- 866 FLEX Series (Legacy) Radios
- 944 Genius Products
- 471 Power Genius XL Amplifier
- 347 Tuner Genius XL
- 126 Antenna Genius
- 306 Shack Infrastructure
- 215 Networking
- 468 Remote Operation (SmartLink)
- 142 Contesting
- 811 Peripherals & Station Integration
- 144 Amateur Radio Interests
- 1.1K Third-Party Software