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
The data entering should looks like below (it important to follow the below order to avoid any
mistake in programming):
1.
Enter
Action_Duration
to specify how long system must running from
1-1439
minutes.
sudo i2cset -y 1 0x6d 0x00 0001
w
running for 1 minutes
2.
Enter
Action_Repetition_Time
to define the
Repeated Time of the same Action in
minutes. Measuring time from beginning of Previous Action to the beginning of the
next one
sudo i2cset -y 1 0x6d 0x02 02
repeated every 2 minutes
3.
Enter
Action_Multiplier
to define how many times the
Action
will be repeated within
the same
Sequence
sudo i2cset -y 1 0x6d 0x03 60
repeated 60 times
4.
Enter
Sequence_Repetition_Time
to define Repeated Time of the Saquence
sudo i2cset -y 1 0x6d 0x04 24
repeated every 24 hours
0x6e -> ETR SAS Actions Stamp
The third
ETR SAS
registers set is the
Actions Stamp
, located at
0x6e
. Current firmware
implementation contains set of 3 registers, that specify
Action
Stamps
should be activated if
used. The same
Actions
can be assigned to various Schedules, as also the same Schedule can
have (activate) more than one
Action
. User need to carefully check the activated actions
before use them. It is very usefully and strongly recommended to draw on a paper the scenario
planned to be used, helpfully for doing that is the
Template for ETR SAS user preparation.
Address
Name
Size
Type
R/W
Explanation
0x00
RPi_PON
Byte
Common
R/W
Raspberry Pi Power ON
Activate: 0x01
Deactivate: 0x00
Default: 0x00
Write 0x01 to have this Action Active and switch
Raspberry Pi® Powering ON
0x01
5V_PON
Byte
Common
R/W
Auxiliary 5V@750mA and 3V3 Power ON
Activate: 0x01
Deactivate: 0x00
Default: 0x00
Write 0x01 to have this Action Active and switch
Auxiliary 5V@750mA and 3V3 Powering ON