Welcome to the FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
Need the latest SmartSDR or 4O3A Genius Product 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 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 and Firmware
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.
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
- 386 Community Topics
- 2.2K New Ideas
- 650 The Flea Market
- 8.4K Software
- 154 SmartSDR+
- 6.5K SmartSDR for Windows
- 189 SmartSDR for Maestro and M models
- 437 SmartSDR for Mac
- 274 SmartSDR for iOS
- 264 SmartSDR CAT
- 202 DAX
- 383 SmartSDR API
- 9.4K Radios and Accessories
- 50 Aurora
- 290 FLEX-8000 Signature Series
- 7.2K FLEX-6000 Signature Series
- 964 Maestro
- 58 FlexControl
- 866 FLEX Series (Legacy) Radios
- 938 Genius Products
- 468 Power Genius XL Amplifier
- 344 Tuner Genius XL
- 126 Antenna Genius
- 306 Shack Infrastructure
- 215 Networking
- 466 Remote Operation (SmartLink)
- 144 Contesting
- 805 Peripherals & Station Integration
- 143 Amateur Radio Interests
- 1K Third-Party Software