feat: add spindle direction selection contract
This commit is contained in:
@@ -34,6 +34,8 @@ spindle_motor_temp_c
|
||||
arm_angle_linearized_deg
|
||||
table_rpm_setpoint
|
||||
spindle_rpm_setpoint
|
||||
spindle_direction_setpoint
|
||||
spindle_direction_actual
|
||||
force_actuator_cmd
|
||||
estop_active
|
||||
interlock_state
|
||||
@@ -50,6 +52,7 @@ fz_contact_n
|
||||
- Sensor validity is explicit; never substitute fake good values.
|
||||
- Gaps are detectable from timestamps.
|
||||
- Header names are stable because downstream analysis will depend on them.
|
||||
- Spindle RPM remains a non-negative magnitude; spindle direction is logged separately as `cw` / `ccw` rather than encoded as signed RPM.
|
||||
|
||||
## CSV baseline
|
||||
|
||||
|
||||
Reference in New Issue
Block a user