CFX.Production.ReworkAndRepair Namespace |
CFX Topic implemented by endpoints which are involved in the repair and rework of defective or
otherwise problematic production units discovered at any point in the production process, or later.
Classes | Class | Description |
---|
 | UnitsRepaired | ** NOTE: ADDED in CFX 1.4 **
Sent by a process endpoint when one or more units have been reworked or repaird. Includes outcome information,
as well as a detailed report of the repair(s) performed. If defects or faulty test results (symptoms) were
previously reported for these production unit(s), this message also relates the repairs performed back to these
inspection/test results.
{
"TransactionId": "080ff333-2577-45e4-8440-3ef38bb79945",
"RepairOperator": {
"OperatorIdentifier": "BADGE489499",
"ActorType": "Human",
"LastName": "Smith",
"FirstName": "Joseph",
"LoginName": "joseph.smith@abcdrepairs.com"
},
"RepairedUnits": [
{
"UnitIdentifier": "FFSHkkskamJDHS",
"UnitPositionNumber": 1,
"OverallResult": "RepairSuccessful",
"Repairs": [
{
"UniqueIdentifier": "a604ed78-c314-48ab-b963-8111bf4d85ef",
"RepairName": "Joint Repair",
"RepairStartTime": "2021-06-23T15:39:23.0062167-04:00",
"RepairEndTime": "2021-06-23T15:40:03.0062167-04:00",
"Comments": "Repaired cold solder joint at U34, Pin 5",
"ComponentOfInterest": {
"ReferenceDesignator": "U34.5",
"UnitPosition": null,
"PartNumber": "SN74HCS30DR"
},
"RegionOfInterest": null,
"RelatedDefectIdentifiers": [
"b1031227-d911-4be2-ba74-7a3fe019e5fa"
],
"ReclassifiedDefects": [],
"RelatedSymptomIdentifiers": [],
"ReclassifiedSymptoms": [],
"Result": "RepairSuccessful",
"Error": null
},
{
"UniqueIdentifier": "d9a6639d-2312-4f97-8494-e8adfdae19b3",
"RepairName": "Joint Repair",
"RepairStartTime": "2021-06-23T15:39:23.0062167-04:00",
"RepairEndTime": "2021-06-23T15:40:03.0062167-04:00",
"Comments": "Repaired solder bridge at U24, Pins 4-5",
"ComponentOfInterest": {
"ReferenceDesignator": "U24.4-5",
"UnitPosition": null,
"PartNumber": "SN74HCS50DR"
},
"RegionOfInterest": null,
"RelatedDefectIdentifiers": [
"e9c72d08-a0f0-450b-b5f4-49145edfca6b"
],
"ReclassifiedDefects": [],
"RelatedSymptomIdentifiers": [],
"ReclassifiedSymptoms": [],
"Result": "RepairSuccessful",
"Error": null
}
]
}
]
} |