I'm using a Tracker2 on a digipeter.

I have a battery in-line with the power supply.

When the power supply loses AC power, the voltage drops below 13 volts.

I want to send the generic comment, but also change the status to tell
whether or not it's on AC or Line power.

I have profile switching set up to switch between profile 1 and 2
depending on voltage. Profile 2 is when it's on battery power.

Here is the script I made:

Begin Script
On Second
If Profile 2
Do Once
Exec "STATUS 0 Operating on Battery Backup Power!!!"
End Block
Else
Do Once
Exec "STATUS 0 Operating on AC Line Power"
End Block
End Block
End Script

But it doesn't work. It keeps changing the text I input in the text
field of the configuration program to STATUS, when I want it to be a
COMMENT.

What am I doing wrong?

73 DE KC8RYW

Reply via email to