File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments