Skip to content

Commit

Permalink
EPS_BATT: Updated limits to rough estimated values.
Browse files Browse the repository at this point in the history
  • Loading branch information
spoulter committed Mar 26, 2018
1 parent fc1a940 commit 047155f
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions COSMOS/flatsat/config/targets/EPS_BATT/cmd_tlm/ss_tlm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,14 @@ APPEND_ITEM BATTERYVOLT 32 FLOAT "The voltage of the batteries." LITTLE_ENDIAN
UNITS percent %

FORMAT_STRING "%0.4f"

LIMITS DEFAULT 3 ENABLED 5.2 5.8 7.3 7.7


APPEND_ITEM BATTERYCURR 32 FLOAT "The current of the batteries." LITTLE_ENDIAN

UNITS milliAmps mA
UNITS milliAmps A

FORMAT_STRING "%0.4f"

LIMITS DEFAULT 3 ENABLED 5.2 5.8 7.3 7.7
LIMITS DEFAULT 3 ENABLED -10 -8 4.5 6


APPEND_ITEM ACCCHARGE 32 FLOAT "The accumulated charge of the batteries." LITTLE_ENDIAN
Expand All @@ -75,38 +72,32 @@ APPEND_ITEM ACCCHARGE 32 FLOAT "The accumulated charge of the batteries." LITTLE

FORMAT_STRING "%0.4f"

LIMITS DEFAULT 3 ENABLED 5.2 5.8 7.3 7.7

APPEND_ITEM BATTERYNODEVOLT 32 FLOAT "The node voltage of the batteries." LITTLE_ENDIAN
APPEND_ITEM BATTERYNODEVOLT 32 FLOAT "The node voltage of the batteries." LITTLE_ENDIAN

UNITS voltage V

FORMAT_STRING "%0.4f"

LIMITS DEFAULT 3 ENABLED 5.2 5.8 7.3 7.7
LIMITS DEFAULT 3 ENABLED 2.6 2.9 3.65 3.85

APPEND_ITEM BATTERYNODECURR 32 FLOAT "The node current of the batteries." LITTLE_ENDIAN

UNITS milliAmps mA
UNITS milliAmps A

FORMAT_STRING "%0.4f"

LIMITS DEFAULT 3 ENABLED 5.2 5.8 7.3 7.7

APPEND_ITEM BATTERYTEMP 32 FLOAT "The temperature of the batteries." LITTLE_ENDIAN

UNITS Celcius C

FORMAT_STRING "%0.4f"

LIMITS DEFAULT 3 ENABLED 5.2 5.8 7.3 7.7

LIMITS DEFAULT 3 ENABLED -30 0 60 60
APPEND_ITEM HEATSTATE 8 UINT "The state of the heaters." LITTLE_ENDIAN

STATE DISABLED 0 YELLOW

STATE ENABLED 1 GREEN

APPEND_ITEM BALANCESTATE 8 UINT "The state of the battery balancers." LITTLE_ENDIAN

STATE DISABLED 0 YELLOW
Expand All @@ -118,5 +109,4 @@ APPEND_ITEM ACCCHARGE 32 FLOAT "The accumulated charge of the batteries." LITTLE

FORMAT_STRING "%0.4f"

LIMITS DEFAULT 3 ENABLED 5.2 5.8 7.3 7.7

LIMITS DEFAULT 3 ENABLED 0 0 2200 2200

0 comments on commit 047155f

Please sign in to comment.