Click or drag to resize

ToolsUnloaded Class

** NOTE: ADDED in CFX 1.5 **

This message is used when a tool such as stencil or squeegee is unloaded from a cleaning machine
{
  "TransactionID": "d3e7fe9a-5e42-4121-9edd-a8b46d112ba9",
  "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"
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionToolsUnloaded

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

The ToolsUnloaded type exposes the following members.

Constructors
 NameDescription
Public methodToolsUnloaded Default Constructor
Top
Properties
 NameDescription
Public propertyTools A list of the tools that were unloaded. It may contain SMTSqueegee or SMTStencil
Public propertyTransactionID Related Transaction ID specified previously by ToolsLoaded Message
Top
See Also