pub struct MID0061rev2 {Show 46 fields
pub cell_id: u16,
pub channel_id: u8,
pub controller_name: String,
pub vin_number: String,
pub job_id: u16,
pub parameter_set_id: u16,
pub strategy: u8,
pub strategy_options: u32,
pub batch_size: u16,
pub batch_counter: u16,
pub tightening_status: u8,
pub batch_status: u8,
pub torque_status: u8,
pub angle_status: u8,
pub rundown_angle_status: u8,
pub current_monitoring_status: u8,
pub self_tap_status: u8,
pub prevail_torque_monitoring_status: u8,
pub prevail_torque_compensate_status: u8,
pub tightening_error_status: String,
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 rundown_angle_min: u16,
pub rundown_angle_max: u16,
pub rundown_angle: u16,
pub current_monitoring_min: u16,
pub current_monitoring_max: u16,
pub current_monitoring_value: u16,
pub self_tap_torque_min: u32,
pub self_tap_torque_max: u32,
pub self_tap_torque: u32,
pub prevail_torque_min: u32,
pub prevail_torque_max: u32,
pub prevail_torque: u32,
pub tightening_id: u32,
pub job_sequence_number: u16,
pub sync_tightening_id: u16,
pub tool_serial_number: String,
pub timestamp: DateTime<Local>,
pub last_parameter_set_change: DateTime<Local>,
}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: u16The ID of the job performed
parameter_set_id: u16The parameter set ID used
strategy: u8Strategy used in the tightening
strategy_options: u32Strategy used in the tightening
batch_size: u16Batch size for the tightening operation
batch_counter: u16The current count of tightenings in the batch
tightening_status: u8The status of the tightening (0=NOK, 1=OK)
batch_status: u8The batch status (0=NOK, 1=OK, 2=Not used, 3=Running)
torque_status: u8The torque status (0=Low, 1=OK, 2=High)
angle_status: u8The angle status (0=Low, 1=OK, 2=High)
rundown_angle_status: u8The rundown angle status (0=Low, 1=OK, 2=High)
current_monitoring_status: u8Current monitoring status (0=Low, 1=OK, 2=High)
self_tap_status: u8Self-tap status (0=Low, 1=OK, 2=High)
prevail_torque_monitoring_status: u8Prevail torque monitoring status (0=Low, 1=OK, 2=High)
prevail_torque_compensate_status: u8Prevail torque compensate status (0=Low, 1=OK, 2=High)
tightening_error_status: StringTightening error status
torque_min_limit: u32Minimum torque limit
torque_max_limit: u32Maximum torque limit
torque_final_target: u32Final torque target
torque: u32Achieved torque value
angle_min_limit: u16Minimum angle limit
angle_max_limit: u16Maximum angle limit
angle_final_target: u16Final angle target
angle: u16Achieved angle value
rundown_angle_min: u16Minimum rundown angle
rundown_angle_max: u16Maximum rundown angle
rundown_angle: u16Achieved rundown angle
current_monitoring_min: u16Minimum current monitoring value
current_monitoring_max: u16Maximum current monitoring value
current_monitoring_value: u16Achieved current monitoring value
self_tap_torque_min: u32Minimum self-tap torque
self_tap_torque_max: u32Maximum self-tap torque
self_tap_torque: u32Achieved self-tap torque
prevail_torque_min: u32Minimum prevail torque value
prevail_torque_max: u32Maximum prevail torque value
prevail_torque: u32Achieved prevail torque value
tightening_id: u32The tightening ID, a unique identifier for this result
job_sequence_number: u16The job sequence number, a unique number for each job
sync_tightening_id: u16The sync tightening ID
tool_serial_number: StringThe serial number of the tool
timestamp: DateTime<Local>Timestamp of the tightening
last_parameter_set_change: DateTime<Local>Timestamp of the last parameter set change