Schneider, APC support forum to share knowledge about installation and configuration for Data Center and Business Power UPSs, Accessories, Software, Services.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-2806:35 AM. Last Modified: 2024-03-1801:19 AM
Smart-UPS 1500 own event script
Hi everybody,
I'm trying to write me own script to turn off my power amplifier after 60 second power loss. I decided to use timeout event. I wrote own script as below:
echo "TAV250 -> OFF AIR (in progress) ---" | ${WALL} /home/ldadmin/dev/tav250/tav250_offAir.py echo "TAV250 -> OFF AIR (done) !!!" | ${WALL}
exit 99
The problem is that even UPS is 100% charged, when I unplug power cord after 60s the apccontrol first shutting down my system and after this is trying to execute my script (I'm able to see first echo from my script). Maybe im wrong, but according to documentation my script should be executed first not the second. And second thing, if I exit 99 after executing my script apccontrol should do nothing? So why is shutting down my system?
Thank for any help to solve my problem,
Best regards Michal
/var/log/apcupsd.event
2017-09-14 14:05:14 +0200 apcupsd 3.14.12 (29 March 2014) debian startup succeeded 2017-09-14 14:05:15 +0200 Power failure. 2017-09-14 14:05:21 +0200 Running on UPS batteries. 2017-09-14 14:06:22 +0200 Reached run time limit on batteries. 2017-09-14 14:06:22 +0200 Initiating system shutdown! 2017-09-14 14:06:22 +0200 User logins prohibited 2017-09-14 14:06:22 +0200 apcupsd exiting, signal 15 2017-09-14 14:06:22 +0200 apcupsd shutdown succeeded