UPS PIco HV3.0A Firmware Code 040 Print Date 18.08.2017
Designed and Manufactured by PiModules and ModMyPi
www.pimodules.com www.modmypi.com
UPS PIco HV3.0 System Time Schedulers
The UPS PIco HV3.0 has implemented 2 independent, Time Schedulers. There are:
•
The Basic Time Scheduler (
BS
)
•
and, The Event Triggered RTC Based System Actions Scheduler (
ETR SAS
)
Both schedulers cannot be used at the same time, and if one of them is selected, the second
is deselected and vice versa.
The Register responsible for the Scheduler selection is located in the
0x6b
Registers Set
0x6B -> UPS PIco 0x19 Time Scheduler Selector
This register is used to select the System Time Scheduler. Two values are possible 0x00
(default value)
–
which means
Basic Scheduler
,
or 0x01
–
which means
Event Triggered RTC
Based System Actions Scheduler
. Setting of it is necessary to select the proper System Time
Scheduler.
sudo i2cset -y 1 0x6b 0x19 0x00
to select
BS
(default values)
or
sudo i2cset -y 1 0x6b 0x19 0x01
to select
ETR SAS