pub struct MID0061rev1 {Show 23 fields
pub cell_id: u16,
pub channel_id: u8,
pub controller_name: String,
pub vin_number: String,
pub job_id: u8,
pub parameter_set_id: u16,
pub batch_size: u16,
pub batch_counter: u16,
pub tightening_status: u8,
pub torque_status: u8,
pub angle_status: u8,
pub torque_min_limit: u32,
pub torque_max_limit: u32,
pub torque_final_target: u32,
pub torque: u32,
pub angle_min_limit: u16,
pub angle_max_limit: u16,
pub angle_final_target: u16,
pub angle: u16,
pub timestamp: DateTime<Local>,
pub last_parameter_set_change: DateTime<Local>,
pub batch_status: u8,
pub tightening_id: u32,
}Fields§
§cell_id: u16The cell ID of the tightening system
channel_id: u8The channel ID for the tightening
controller_name: StringThe name of the torque controller
vin_number: StringThe Vehicle Identification Number (VIN) used in the tightening
job_id: u8The ID of the job performed
parameter_set_id: u16The parameter set ID used
batch_size: u16The total number of tightenings required in the batch
batch_counter: u16The current batch counter
tightening_status: u8The status of the tightening (0=NOK, 1=OK)
torque_status: u8The torque status (0=Low, 1=OK, 2=High)
angle_status: u8The angle status (0=Low, 1=OK, 2=High)
torque_min_limit: u32The minimum torque limit
torque_max_limit: u32The maximum torque limit
torque_final_target: u32The final torque target
torque: u32The achieved torque value
angle_min_limit: u16The minimum angle limit
angle_max_limit: u16The maximum angle limit
angle_final_target: u16The final angle target
angle: u16The achieved angle value
timestamp: DateTime<Local>Timestamp of the tightening
last_parameter_set_change: DateTime<Local>Timestamp of the last parameter set change
batch_status: u8The batch status (0=NOK, 1=OK, 2=Not used, 3=Running)
tightening_id: u32The tightening ID, a unique identifier for each result