Skip to content

Commit fe40cde

Browse files
committed
Merge branch 'master' of https://github.com/SlugSat/Simulation42
2 parents 5fe44ca + f05c572 commit fe40cde

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/42fsw.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,8 +1021,8 @@ void SlugSatFSW(struct SCType *S)
10211021

10221022
// Actuator variables
10231023
static double w_rw[3] = {0, 0, 0}; // Reaction wheel speed
1024-
double rwVmax = 8.0, trVmax = 1.0, trVRail = 3.3; // Voltage rails
1025-
double maxDip = 0.5; // Torque rod max dipole moment (A*m^2)
1024+
double rwVmax = 8.0, trVmax = 0.2, trVRail = 3.3; // Voltage rails
1025+
double maxDip = 0.2; // Torque rod max dipole moment (A*m^2)
10261026

10271027

10281028
// ---------- PREPARE TO SEND/RECEIVE FROM THE FLAT-SAT ----------
@@ -1194,7 +1194,7 @@ void SlugSatFSW(struct SCType *S)
11941194
double totalPower = 0; // Total instantaneous power used by the ACS (W)
11951195

11961196
// Torque rods
1197-
static double trRes = 11.0; // Torque rod resistance (Ohms)
1197+
static double trRes = 1.85; // Torque rod resistance (Ohms)
11981198

11991199
// Motor driver characteristics
12001200
static double HSR = 0.59; // High-side on resistance (Ohms)

0 commit comments

Comments
 (0)