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.
PGXL Bypass Connect Dialog and just connect?
Wayne Westfield
Member ✭✭
Is there a way to start the PGXL Utility that bypasses the connect dialog and connects to the AMP? Maybe a command line. I am trying to script the start up of the applications I use to operate.
Kind regards,
Wayne
KG5MGN
Kind regards,
Wayne
KG5MGN
0
Answers
-
You could use AutoHotKey and write a hotkey macro to simulate clicking a mouse on the required button. It works really slick and even comes with a utility to read the mouse position to set it up. You can generate the necessary hotkey with a SendKeys command in your script.
I have been using it for quite a while and really like it.
0 -
Please post exactly your script if you find one that works
Tnx0 -
+1 for AutoHotkey, Craig. I use it as my main scripting tool. I've automated lots of tasks on my Windows 10 PC, including SSDR, previously. I had it set up to start DAX and CAT and shut them when exiting SSDR (before they implemented that into SSDR).0
-
Here is a script that I wrote for AutoHotKey to activate buttons on the KPA1500 Remote program. You could modify this with the correct window title and button position to do what you want. Note: use the WindowSpy utility that comes with AutoHotKey to find the position of the button in the PGXL window.
=========
#SingleInstance force
^+c:: ;Connect KPA1500 Remote Ctrl-Shift-C
prev:=WinActive("A")
WinActivate, KPA1500 Remote
Click, 60, 40 ;Click mouse on Local Connect
Sleep, 500 ;Wait a half-second
Click, 210, 293 ;Click mouse on Connect
if prev
WinActivate, ahk_id %prev%
return
^+t:: ;Click "Tune" button on KPA1500 Remote Ctrl-Shift-T
prev:=WinActive("A")
WinActivate, KPA1500 Remote
Click, 100, 70 ;Click "Standby"
Sleep, 500
Click, 290, 325 ;Click "Tune" at postion 290 325
if prev
WinActivate, ahk_id %prev%
return
^+u:: ;Untune: Click "Standby" button on KPA1500 Remote Ctrl-Shift-U
prev:=WinActive("A")
WinActivate, KPA1500 Remote
Click, 100, 70 ;Click "Standby"
if prev
WinActivate, ahk_id %prev%
return
^+k:: ;Exit this script Ctrl-Shift-K
ExitApp
return
============
0
Leave a Comment
Categories
- All Categories
- 289 Community Topics
- 2.1K New Ideas
- 536 The Flea Market
- 7.5K Software
- 6K SmartSDR for Windows
- 146 SmartSDR for Maestro and M models
- 360 SmartSDR for Mac
- 250 SmartSDR for iOS
- 231 SmartSDR CAT
- 172 DAX
- 353 SmartSDR API
- 8.8K Radios and Accessories
- 7K FLEX-6000 Signature Series
- 30 FLEX-8000 Signature Series
- 851 Maestro
- 44 FlexControl
- 847 FLEX Series (Legacy) Radios
- 799 Genius Products
- 417 Power Genius XL Amplifier
- 279 Tuner Genius XL
- 103 Antenna Genius
- 243 Shack Infrastructure
- 166 Networking
- 404 Remote Operation (SmartLink)
- 130 Contesting
- 632 Peripherals & Station Integration
- 125 Amateur Radio Interests
- 873 Third-Party Software