Click or drag to resize

ToolsCleaned Class

** NOTE: ADDED in CFX 1.5 **

This message is used when a tool such as stencil or squeegee is loaded into a cleaning machine
{
  "TransactionID": "72b27f43-78ff-4804-bf5c-45582f6463e3",
  "Tools": [
    {
      "$type": "CFX.Structures.SolderPastePrinting.SMTSqueegee, CFX",
      "CleaningState": "Cleaned",
      "UniqueIdentifier": "SQ1234567890",
      "Name": "Squeegee name"
    },
    {
      "$type": "CFX.Structures.SolderPastePrinting.SMTStencil, CFX",
      "CleaningState": "Cleaned",
      "UniqueIdentifier": "ST1234567890",
      "Name": "Stencil name"
    }
  ],
  "CleaningSteps": [
    {
      "CleaningStepType": "Wash",
      "CleaningStepTime": 200.0,
      "Readings": [
        {
          "ReadingType": "FlowRateAverage",
          "ReadingValue": 12.0
        },
        {
          "ReadingType": "FlowRateMax",
          "ReadingValue": 20.0
        },
        {
          "ReadingType": "FlowRateMin",
          "ReadingValue": 4.0
        }
      ]
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionToolsCleaned

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ToolsCleaned : CFXMessage

The ToolsCleaned type exposes the following members.

Constructors
 NameDescription
Public methodToolsCleaned 
Top
Properties
 NameDescription
Public propertyCleaningSteps A list of cleaning steps
Public propertyTools A list of the tools that were cleaned. It may contain SMTSqueegee or SMTStencil
Public propertyTransactionID Related Transaction ID specified previously by ToolsLoaded Message
Top
See Also