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
data system will inform about it, with multiple blinking of User LEDs (all three) and long beep,
alternatively if data are accepted it will just blink once and short beep. In addition, messages
are send over the PIco Serial Port to the Raspberry Pi® like in previous settings. By default, all
Repetitions
are set to default values as specified in below table.
Address Name
Size
Type
R/W
Explanation
0x00
Action_Duration
Word Common R/W
In minutes. From 1-1439 minutes (23hours and 59
minutes), default value is 0x0001 (Action Duration
of 1 minute)
Higher numbers than 1439 (decimal) will be ignored
0xffff in hex means a special action (not
implemented yet)
0x02
Action_Repetition_Time
Byte
Common R/W
Define Repeated Time of the same Action in
minutes. Measures time from beginning of Previous
Action to the beginning of the next one. Time from
1 to 255 every XX minutes:
00
–
not repeated (only once for Duration time, on
programed time)
i.e. 0x0010 means every 10 minutes (from one
Action beginning to next Action beginning)
Default value is 00 (no repetition)
0x03
Action_Multiplier
byte
Common R/W
Defines how many times the Action will be repeated
within the same Sequence (0
–
255)
Default value is 0, Action not repeated
Causion: If One of the registeres
0x02
and
0x03
is 0,
action is not repeated.
0x04
Sequence_Repetition_Time byte
Common R/W
Define Repeated Time of the Saquence in hours.
Measures time from beginning of Previous
Sequence to the beginning of the next one. within
the same Schedule.
1
–
every hour
2
–
every 2 hours
…..
24
–
every 24 hours
The total time of repeated Actions must be lower
that repetition time. System check it automaticly
and wrong values are rejected. A message and LED
blinking oocurs.
Default value is 24, Sequence will be repeated next
day
The
total
time
of
(
Action_Duration
+
Action_Repetition_Time
) *
Action_Multiplier
must
be smaller of the
Sequence_Repetition_Time
Table 15 ETR SAS Actions Running Time Stamp
According to specification of the 1
st
Example need to set below values:
Action Duration
= 0x0001;
means it will run for 1 minute
Action Repetition Time
= 0x02;
means it will be repeated after 2 minutes from starting time
Action Multiplier
= 0x060;
means it will happen 60 times within the same Sequence
Sequence Repetition Time
= 0x24; means this (above described) sequence will be repeated every day
(every 24 hours).