KAT500 remote

classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

KAT500 remote

Gordon LaPoint
I use the KAT500 remote software and it works great. I have only one
problem with it, I can not tell if the power is on or off. This matters
because when the remote site looses power the state of the KAT500 is
unknown and the program does not indicate if the power is ON or OFF.  Is
there a way to tell?

I can keep trying the POWER button then the TUNE button until it works,
but it would be much better for a positive indication of the power state
by button color or some other indication in the application.

I have set the "Initial Power" in the KAT500 utility to be "Power On"
when DC  is applied, but not sure this is always observed.  I have no
other way to see the remote site when this happens.

Any suggestions?

Gordon - N1MGO


______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: KAT500 remote

Dave wo2x
You could possibly look at Node Red which runs on a Raspberry Pi. I use it with a KPA1500 and I know there is a flow (programming) for the KPA500 as well. The Pi runs on your home network and you use a USB to serial cable from the KPA500 to the Pi. You can control and monitor the amp from any web browser.

If you are interested we have a Google Groups.io site https://groups.io/g/nodered-hamradio

Here's a picture of my Node Red dashboard. The panel on the left is for the KPA1500. The layout is customizable.
https://github.com/wo2x/NodeRed/blob/master/Main.JPG

73
Dave wo2x




-----Original Message-----
From: [hidden email] <[hidden email]> On Behalf Of Gordon LaPoint
Sent: Friday, October 9, 2020 2:13 PM
To: Elecraft Reflector <[hidden email]>
Subject: [Elecraft] KAT500 remote

I use the KAT500 remote software and it works great. I have only one problem with it, I can not tell if the power is on or off. This matters because when the remote site looses power the state of the KAT500 is unknown and the program does not indicate if the power is ON or OFF.  Is there a way to tell?

I can keep trying the POWER button then the TUNE button until it works, but it would be much better for a positive indication of the power state by button color or some other indication in the application.

I have set the "Initial Power" in the KAT500 utility to be "Power On"
when DC  is applied, but not sure this is always observed.  I have no other way to see the remote site when this happens.

Any suggestions?

Gordon - N1MGO


______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html Message delivered to [hidden email]

______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

KAT500 remote

ANDY DURBIN
In reply to this post by Gordon LaPoint
"I use the KAT500 remote software and it works great. I have only one problem with it, I can not tell if the power is on or off."

If a KAT500 is powered but off it will respond to command ps; with PS0;
If a KAT500 is powered and on it will respond to command ps; with PS1;
If a KAT500 is not powered it will not on it will not respond to ps;

Powered status can also be found by checking the response to ;
No response if not powered
; response if powered.

Hopefully any remote control software you use will be smart enough to apply these tests and indicate the result.

Andy, k3wyc
______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: KAT500 remote

ANDY DURBIN
Sorry - cut/paste error - should be:

If a KAT500 is powered but off it will respond to command ps; with PS0;
If a KAT500 is powered and on it will respond to command ps; with PS1;
If a KAT500 is not powered it will not respond to ps;

Andy, k3wyc
________________________________
From: Andy Durbin
Sent: Friday, October 9, 2020 5:51 PM
To: [hidden email] <[hidden email]>
Subject: KAT500 remote

"I use the KAT500 remote software and it works great. I have only one problem with it, I can not tell if the power is on or off."

If a KAT500 is powered but off it will respond to command ps; with PS0;
If a KAT500 is powered and on it will respond to command ps; with PS1;
If a KAT500 is not powered it will not on it will not respond to ps;

Powered status can also be found by checking the response to ;
No response if not powered
; response if powered.

Hopefully any remote control software you use will be smart enough to apply these tests and indicate the result.

Andy, k3wyc
______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: KAT500 remote

Dave wo2x
Hi Andy,

Someone on anothergroup mentioned sending P; to the KPA500 would turn the amp on provided to main power switch was on. Can you confirm that?

Reason is I want to make sure the Node Red flow I had mentioned is programmed correctly.

I use Wake on Lan with the KPA1500 successfully.

Thanks
Dave wo2x

Sent from my iPad

> On Oct 9, 2020, at 8:58 PM, Andy Durbin <[hidden email]> wrote:
>
> Sorry - cut/paste error - should be:
>
> If a KAT500 is powered but off it will respond to command ps; with PS0;
> If a KAT500 is powered and on it will respond to command ps; with PS1;
> If a KAT500 is not powered it will not respond to ps;
>
> Andy, k3wyc
> ________________________________
> From: Andy Durbin
> Sent: Friday, October 9, 2020 5:51 PM
> To: [hidden email] <[hidden email]>
> Subject: KAT500 remote
>
> "I use the KAT500 remote software and it works great. I have only one problem with it, I can not tell if the power is on or off."
>
> If a KAT500 is powered but off it will respond to command ps; with PS0;
> If a KAT500 is powered and on it will respond to command ps; with PS1;
> If a KAT500 is not powered it will not on it will not respond to ps;
>
> Powered status can also be found by checking the response to ;
> No response if not powered
> ; response if powered.
>
> Hopefully any remote control software you use will be smart enough to apply these tests and indicate the result.
>
> Andy, k3wyc
> ______________________________________________________________
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:[hidden email]
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to [hidden email]
______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: KAT500 remote

Gordon LaPoint
In reply to this post by ANDY DURBIN
Andy,
     Thanks, but I'm not using software I wrote.  I'm using the remote
software from Elecraft, and that is the software I'm talking about not
seeing if the power is on or off.   I was hoping that I was just missing
seeing something.
Gordon - N1MGO

On 10/9/2020 20:56 PM, Andy Durbin wrote:

> Sorry - cut/paste error - should be:
>
> If a KAT500 is powered but off it will respond to command ps; with PS0;
> If a KAT500 is powered and on it will respond to command ps; with PS1;
> If a KAT500 is not powered it will not respond to ps;
>
> Andy, k3wyc
> ________________________________
> From: Andy Durbin
> Sent: Friday, October 9, 2020 5:51 PM
> To: [hidden email] <[hidden email]>
> Subject: KAT500 remote
>
> "I use the KAT500 remote software and it works great. I have only one problem with it, I can not tell if the power is on or off."
>
> If a KAT500 is powered but off it will respond to command ps; with PS0;
> If a KAT500 is powered and on it will respond to command ps; with PS1;
> If a KAT500 is not powered it will not on it will not respond to ps;
>
> Powered status can also be found by checking the response to ;
> No response if not powered
> ; response if powered.
>
> Hopefully any remote control software you use will be smart enough to apply these tests and indicate the result.
>
> Andy, k3wyc
> ______________________________________________________________
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:[hidden email]
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to [hidden email]


______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: KAT500 remote

ANDY DURBIN
In reply to this post by Dave wo2x
"Someone on another group mentioned sending P; to the KPA500 would turn the amp on provided to main power switch was on. Can you confirm that?"

The power on command is P  not P;

From the programmer's reference -

"BootLoader Command Reference
The KPA500 uses single character commands when in boot mode. Boot mode is the state the KPA500 is
in when the rear panel power switch is in the ON position, while the main firmware is not running. This
mode is used for starting up the KPA500 or downloading fresh firmware. Bootloader commands must be
sent upper-case only.

P Power On
The P command will cause the KPA500 to perform internal firmware checks, then execute the main
firmware to power up the amplifier. This is the command to use to remotely power up the KPA500. No
response is sent from the KPA500 after receiving this command."

Andy, k3wyc
______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: KAT500 remote

Elecraft mailing list
In reply to this post by Gordon LaPoint
Gordon:

I know you’ve received several e-mails pertaining to your query.  Hopefully, my comments below will be helpful...

> On Oct 9, 2020, at 2:13 PM, Gordon LaPoint <[hidden email]> wrote:
>
> I use the KAT500 remote software and it works great. I have only one problem with it, I can not tell if the power is on or off. This matters because when the remote site looses power the state of the KAT500 is unknown and the program does not indicate if the power is ON or OFF.  Is there a way to tell?
>
> I can keep trying the POWER button then the TUNE button until it works, but it would be much better for a positive indication of the power state by button color or some other indication in the application.
>
> I have set the "Initial Power" in the KAT500 utility to be "Power On" when DC  is applied, but not sure this is always observed.  I have no other way to see the remote site when this happens.

That is the key step.  With “Initial Power set to Power On” when DC is applied, the KAT500 will indeed always be on when power is applied.  The question is what happens if power is removed and recognizing that the KAT500 is without power.  

The Elecraft Utility tests for a Com Port connection when it opens.  If the KAT500 is not on, the utility will not see the KAT500’s com port and it will be unable to connect.  If the KAT500 is on, the connection to the PC will established (assuming your RS232 cable is connected to a PC).  You can see the results in one of two ways:

1.  Under the Port Tab, selecting that and you’ll see a box open reporting the connection and the serial speed of that connection, or

2.  Under the Firmware Tab, there is an activity log that shows the sequence of events to open the Com Port and establish a connection.

If the KAT500 does not have power, these tests will fail.  Under the Firmware->Activity Log you’ll see entries stating (for example):

10:56:02 Attempting to contact KAT500 on port COM2 at 38400 bit/s

as it scrolls through different baud rates attempting to connect.  If you see this, the KAT500 is not getting power.

Presumably you have a way to remotely turn on the power supply connection to the KAT500. When power is restored you’ll see confirmation in the activity log:

10:59:39 KAT500 version 01.75. Serial port speed 38400 bit/s


I use a West Mountain Radio R40051 which is a web-based device that has five power ports (Anderson Power Poles) where one provides power to the K3, a second port provides power to the KAT500, a third port provides power to the Remote Rig, and a fourth port provides power to the Antenna Genius 8x2.  Thus, I can shutdown/recycle these devices remotely. I shutdown the equipment when severe storms are expected, or it appears that there may be a glitch that a reboot might resolve.  Given that I’m currently 1,280 miles from the shack, redundancy in the form of being able to power down/power up equipment is a nice feature.

I can also remotely shutdown and restart the power supply that powers my Elecraft equipment  (except the KPA500 which is on 240VAC) by using an AC-PWR module from WMR that allows the R40051 to power on/off the power supply through a different port on the same R40051.  I use a 3A power supply to power the R4005i (it is always on) and second 30A power supply to power the K3-KAT500-Remote Rig-Antenna Genius.  

The KPA500 is controlled separately through a Remote Rig RC-1216H that provides a web-based screen mimicking the KPA500 front panel where I can power on/off and set standby/operate through the interface as well as see the LED meters,  As I use Remote Rig with the K3, the K3/0-mini activates the K3 when the Mini is powered on.  I also use a second RC-1216H to control my Green Heron rotor controller.

BTW, I did a copy/paste of the Activity Log remotely to provide this information to you  as I use a PC in the shack to control the KAT500 and connect via VNC Client from my MacBook Pro.  I accessed the R4005i directly through a web browser to be able to turn on/off the KAT500 with a MacBook Pro.  Thus, I don’t need a PC at my location to control my station as I can use an iPhone or iPad to do it as well.  The station is in Southeast Georgia and I’m currently in Rosllndale (Boston), MA.

Hope this helps,

Barry, WD4ASW/1



>
> Any suggestions?
>
> Gordon - N1MGO
>

______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: KAT500 remote

Gordon LaPoint
In reply to this post by ANDY DURBIN
Andy,
    Thanks, but I'm trying to use KAT500-Remote Version 1.0.15.0 from
the Elecraft Web site, under "Logging, Control and Remote Software for
K-Line & KX-Line". This  allows for hosting a KAT500 over the internet
for control by multiple clients.  The actual commands sent to the tuner
are hidden by the software.
Thanks,
Gordon - N1MGO

On 10/10/2020 8:47 AM, Andy Durbin wrote:

> "Someone on another group mentioned sending P; to the KPA500 would turn the amp on provided to main power switch was on. Can you confirm that?"
>
> The power on command is P  not P;
>
>  From the programmer's reference -
>
> "BootLoader Command Reference
> The KPA500 uses single character commands when in boot mode. Boot mode is the state the KPA500 is
> in when the rear panel power switch is in the ON position, while the main firmware is not running. This
> mode is used for starting up the KPA500 or downloading fresh firmware. Bootloader commands must be
> sent upper-case only.
>
> P Power On
> The P command will cause the KPA500 to perform internal firmware checks, then execute the main
> firmware to power up the amplifier. This is the command to use to remotely power up the KPA500. No
> response is sent from the KPA500 after receiving this command."
>
> Andy, k3wyc
> ______________________________________________________________
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:[hidden email]
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to [hidden email]


______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: KAT500 remote

Gordon LaPoint
In reply to this post by Elecraft mailing list
Barry,
      Thanks for the comments and hints.  I'm using the KAT500-Remote
Version 1.0.15.0 software over the internet to a remote system in a
different town.
This is NOT the utility software, it allows for hosting a KAT500 over
the internet for control by multiple clients,  a different program.  The
client end does not have a clear indication of the power status of the
remote KAT500.
Thanks,
Gordon - N1MGO

On 10/10/2020 11:19 AM, Barry Baines wrote:

> Gordon:
>
> I know you’ve received several e-mails pertaining to your query.
>  Hopefully, my comments below will be helpful...
>
>> On Oct 9, 2020, at 2:13 PM, Gordon LaPoint <[hidden email]
>> <mailto:[hidden email]>> wrote:
>>
>> I use the KAT500 remote software and it works great. I have only one
>> problem with it, I can not tell if the power is on or off. This
>> matters because when the remote site looses power the state of the
>> KAT500 is unknown and the program does not indicate if the power is
>> ON or OFF.  Is there a way to tell?
>>
>> I can keep trying the POWER button then the TUNE button until it
>> works, but it would be much better for a positive indication of the
>> power state by button color or some other indication in the application.
>>
>> I have set the "Initial Power" in the KAT500 utility to be "Power On"
>> when DC  is applied, but not sure this is always observed.  I have no
>> other way to see the remote site when this happens.
>
> That is the key step.  With “Initial Power set to Power On” when DC is
> applied, the KAT500 will indeed always be on when power is applied.
>  The question is what happens if power is removed and recognizing that
> the KAT500 is without power.
>
> The Elecraft Utility tests for a Com Port connection when it opens.
>  If the KAT500 is not on, the utility will not see the KAT500’s com
> port and it will be unable to connect.  If the KAT500 is on, the
> connection to the PC will established (assuming your RS232 cable is
> connected to a PC).  You can see the results in one of two ways:
>
> 1.  Under the Port Tab, selecting that and you’ll see a box open
> reporting the connection and the serial speed of that connection, or
>
> 2.  Under the Firmware Tab, there is an activity log that shows the
> sequence of events to open the Com Port and establish a connection.
>
> If the KAT500 does not have power, these tests will fail.  Under the
> Firmware->Activity Log you’ll see entries stating (for example):
>
> 10:56:02 Attempting to contact KAT500 on port COM2 at 38400 bit/s
>
> as it scrolls through different baud rates attempting to connect.  If
> you see this, the KAT500 is not getting power.
>
> Presumably you have a way to remotely turn on the power supply
> connection to the KAT500. When power is restored you’ll see
> confirmation in the activity log:
>
> 10:59:39 KAT500 version 01.75. Serial port speed 38400 bit/s
>
>
> I use a West Mountain Radio R40051 which is a web-based device that
> has five power ports (Anderson Power Poles) where one provides power
> to the K3, a second port provides power to the KAT500, a third port
> provides power to the Remote Rig, and a fourth port provides power to
> the Antenna Genius 8x2.  Thus, I can shutdown/recycle these devices
> remotely. I shutdown the equipment when severe storms are expected, or
> it appears that there may be a glitch that a reboot might resolve.
>  Given that I’m currently 1,280 miles from the shack, redundancy in
> the form of being able to power down/power up equipment is a nice feature.
>
> I can also remotely shutdown and restart the power supply that powers
> my Elecraft equipment  (except the KPA500 which is on 240VAC) by using
> an AC-PWR module from WMR that allows the R40051 to power on/off the
> power supply through a different port on the same R40051.  I use a 3A
> power supply to power the R4005i (it is always on) and second 30A
> power supply to power the K3-KAT500-Remote Rig-Antenna Genius.
>
> The KPA500 is controlled separately through a Remote Rig RC-1216H that
> provides a web-based screen mimicking the KPA500 front panel where I
> can power on/off and set standby/operate through the interface as well
> as see the LED meters,  As I use Remote Rig with the K3, the K3/0-mini
> activates the K3 when the Mini is powered on.  I also use a second
> RC-1216H to control my Green Heron rotor controller.
>
> BTW, I did a copy/paste of the Activity Log remotely to provide this
> information to you  as I use a PC in the shack to control the KAT500
> and connect via VNC Client from my MacBook Pro.  I accessed the R4005i
> directly through a web browser to be able to turn on/off the KAT500
> with a MacBook Pro.  Thus, I don’t need a PC at my location to control
> my station as I can use an iPhone or iPad to do it as well.  The
> station is in Southeast Georgia and I’m currently in Rosllndale
> (Boston), MA.
>
> Hope this helps,
>
> Barry, WD4ASW/1
>
>
>
>>
>> Any suggestions?
>>
>> Gordon - N1MGO
>>
>

______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: KAT500 remote

Elecraft mailing list
Gordon:

> On Oct 10, 2020, at 12:56 PM, Gordon LaPoint <[hidden email]> wrote:
>
> Barry,
>      Thanks for the comments and hints.  I'm using the KAT500-Remote Version 1.0.15.0 software over the internet to a remote system in a different town.
> This is NOT the utility software, it allows for hosting a KAT500 over the internet for control by multiple clients,  a different program.  The client end does not have a clear indication of the power status of the remote KAT500.

I can’t help you with the KAT500-Remote Software because I don’t use it.  If you’re not satisfied with how KAT500-Remote is working for you, then I suggest taking a look at the KAT500 Utility software (v.1.19.18.5).  As I explained, simply log into the ham shack computer with VNC Client, TeamViewer, etc.  to manage the KAT500 utility and you’re good to go.  One advantage of this approach is that you don’t have to install the Elecraft software on every ‘client’ computer to be able to access the KAT500 and you’re not limited to a PC as other devices that can run VPN Client TeamViewer, etc.  (iPhone, iPad, Linux, Windows, Android, Google Chrome, etc.) can access the local computer running KAT500.  It also doesn't require port forwarding configuration to gain access to the shack’s PC.

Another approach with the KAT500 Utility is to use a Lantronix EDS4100 (or similar) Serial-to-Ethernet Device Server which provides a ComPort connection between a device (such as the KAT500) and the PC where you’re located.  Connect the KAT500 RS232 port to an open port on the Device Server, install the Lantronix ComPort software on the PC of interest, configure the EDS Device Server with the RS232 settings needed, and now you can connect directly to the KAT500 using the Elecraft Utility Software from wherever you are.  The Lantronix ComPort software configures the PC to accept an ethernet connection and convert the connection to reflect a ComPort.  Windows Manager sees it as a ComPort, and you specify that ComPort in the KAT500 setup (I used Com9 set to 38400 baud).  You’ll will need to setup port forwarding at the hamshack to gain access to the Lantronix brower-based configuration setup and/or run the Lantroix utility software to manage the Device Server.  You can install the Lantronix ComPort software on multiple PCs and they can all access a given ComPort (one connection at a time) for the KAT500.

I've used the EDS4100 for a number of years to access my KAT500 remotely using the Elecraft Utility running on Win10 on my MacBook Pro running Parallels to create a Win10 Virtual Machine.  I also installed it on the shack PC.   I also used the EDS4100 (which can support four physical ComPort connections) with my KPA500 before I switched to the Remote Rig RC-1216H.   Again, that change was done so that I  could access the KPA500 with a web browser.

In summary if it turns out that you’re not satisfied with your current approach, I heartily recommend using the KAT500 Utility software to manage the KAT500 as I’ve outlined.  You'll have access to the same front panel controls as you would sitting in front of the Tuner:  Power, Tune, Memorize, Mode (Automatic, Manual, Bypass), Antenna (1-2-3).  You’ll also have   “Other” options (Caps on Ant Side, Bypassed, Attenuator, Amp Key Interrupt) and the software  shows you the "Last Observed” Frequency, VFWD, VRFL, SWR, ByPass SWR, Band, and Tune State. It also displays the capacitance (pF) and Inductance (nH) of the tuned ’solution’.  

FWIW,

Barry Baines, WD4ASW/1

> Thanks,
> Gordon - N1MGO
>
> On 10/10/2020 11:19 AM, Barry Baines wrote:
>> Gordon:
>>
>> I know you’ve received several e-mails pertaining to your query.  Hopefully, my comments below will be helpful...
>>
>>> On Oct 9, 2020, at 2:13 PM, Gordon LaPoint <[hidden email] <mailto:[hidden email]>> wrote:
>>>
>>> I use the KAT500 remote software and it works great. I have only one problem with it, I can not tell if the power is on or off. This matters because when the remote site looses power the state of the KAT500 is unknown and the program does not indicate if the power is ON or OFF.  Is there a way to tell?
>>>
>>> I can keep trying the POWER button then the TUNE button until it works, but it would be much better for a positive indication of the power state by button color or some other indication in the application.
>>>
>>> I have set the "Initial Power" in the KAT500 utility to be "Power On" when DC  is applied, but not sure this is always observed.  I have no other way to see the remote site when this happens.
>>
>> That is the key step.  With “Initial Power set to Power On” when DC is applied, the KAT500 will indeed always be on when power is applied.  The question is what happens if power is removed and recognizing that the KAT500 is without power.  
>>
>> The Elecraft Utility tests for a Com Port connection when it opens.  If the KAT500 is not on, the utility will not see the KAT500’s com port and it will be unable to connect.  If the KAT500 is on, the connection to the PC will established (assuming your RS232 cable is connected to a PC).  You can see the results in one of two ways:
>>
>> 1.  Under the Port Tab, selecting that and you’ll see a box open reporting the connection and the serial speed of that connection, or
>>
>> 2.  Under the Firmware Tab, there is an activity log that shows the sequence of events to open the Com Port and establish a connection.
>>
>> If the KAT500 does not have power, these tests will fail.  Under the Firmware->Activity Log you’ll see entries stating (for example):
>>
>> 10:56:02 Attempting to contact KAT500 on port COM2 at 38400 bit/s
>>
>> as it scrolls through different baud rates attempting to connect.  If you see this, the KAT500 is not getting power.
>>
>> Presumably you have a way to remotely turn on the power supply connection to the KAT500. When power is restored you’ll see confirmation in the activity log:
>>
>> 10:59:39 KAT500 version 01.75. Serial port speed 38400 bit/s
>>
>>
>> I use a West Mountain Radio R40051 which is a web-based device that has five power ports (Anderson Power Poles) where one provides power to the K3, a second port provides power to the KAT500, a third port provides power to the Remote Rig, and a fourth port provides power to the Antenna Genius 8x2.  Thus, I can shutdown/recycle these devices remotely. I shutdown the equipment when severe storms are expected, or it appears that there may be a glitch that a reboot might resolve.  Given that I’m currently 1,280 miles from the shack, redundancy in the form of being able to power down/power up equipment is a nice feature.
>>
>> I can also remotely shutdown and restart the power supply that powers my Elecraft equipment  (except the KPA500 which is on 240VAC) by using an AC-PWR module from WMR that allows the R40051 to power on/off the power supply through a different port on the same R40051.  I use a 3A power supply to power the R4005i (it is always on) and second 30A power supply to power the K3-KAT500-Remote Rig-Antenna Genius.  
>>
>> The KPA500 is controlled separately through a Remote Rig RC-1216H that provides a web-based screen mimicking the KPA500 front panel where I can power on/off and set standby/operate through the interface as well as see the LED meters,  As I use Remote Rig with the K3, the K3/0-mini activates the K3 when the Mini is powered on.  I also use a second RC-1216H to control my Green Heron rotor controller.
>>
>> BTW, I did a copy/paste of the Activity Log remotely to provide this information to you  as I use a PC in the shack to control the KAT500 and connect via VNC Client from my MacBook Pro.  I accessed the R4005i directly through a web browser to be able to turn on/off the KAT500 with a MacBook Pro.  Thus, I don’t need a PC at my location to control my station as I can use an iPhone or iPad to do it as well.  The station is in Southeast Georgia and I’m currently in Rosllndale (Boston), MA.
>>
>> Hope this helps,
>>
>> Barry, WD4ASW/1
>>
>>
>>
>>>
>>> Any suggestions?
>>>
>>> Gordon - N1MGO
>>>
>>
>

______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]