SplicePointDetected Class |
Sent when an endpoint detects a splice point. A splice point is a juncture between two different material packages
of the same part that have been pre-joined prior to loading at the material location, or were joined-in-place
during production. Though the two materials are of the same part number, they may be of differing lots.
{
"DepletedMaterial": {
"LocationIdentifier": "3245434554",
"LocationName": "SLOT22",
"MaterialPackage": {
"UniqueIdentifier": "MAT238908348903",
"InternalPartNumber": "IPN-1222-55555",
"Quantity": 0.0
},
"CarrierInformation": {
"$type": "CFX.Structures.SMTPlacement.SMDTapeFeeder, CFX",
"BaseUniqueIdentifier": null,
"BaseName": null,
"LaneNumber": 1,
"TapeWidth": 8.0,
"TapePitch": 8.0,
"UniqueIdentifier": "234232432424",
"Name": "FEEDER2245465"
}
},
"NewlyActiveMaterial": {
"LocationIdentifier": "3245435784",
"LocationName": "SLOT28",
"MaterialPackage": {
"UniqueIdentifier": "MAT238908348904",
"InternalPartNumber": "IPN-1222-55555",
"Quantity": 1000.0
},
"CarrierInformation": {
"$type": "CFX.Structures.SMTPlacement.SMDTapeFeeder, CFX",
"BaseUniqueIdentifier": null,
"BaseName": null,
"LaneNumber": 1,
"TapeWidth": 8.0,
"TapePitch": 8.0,
"UniqueIdentifier": "234232432424",
"Name": "FEEDER2245465"
}
}
}
Inheritance Hierarchy Namespace: CFX.Materials.StorageAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class SplicePointDetected : CFXMessage
Public Class SplicePointDetected
Inherits CFXMessage
The SplicePointDetected type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | DepletedMaterial |
Describes the location on the machine where a splice point was detected, along with
information about the material package that has been depleted.
|
 | NewlyActiveMaterial |
Describes the location on the machine where a splice point was detected, along with
information about the new material package that is now being actively consumed at
that location.
|
Top
See Also