Click or drag to resize

ToolsLoaded 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": "d3e7fe9a-5e42-4121-9edd-a8b46d112ba9",
  "Tools": [
    {
      "$type": "CFX.Structures.SolderPastePrinting.SMTSqueegee, CFX",
      "CleaningState": "NotCleaned",
      "UniqueIdentifier": "SQ1234567890",
      "Name": "Squeegee name"
    },
    {
      "$type": "CFX.Structures.SolderPastePrinting.SMTStencil, CFX",
      "CleaningState": "Unknown",
      "UniqueIdentifier": "ST1234567890",
      "Name": "Stencil name"
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionToolsLoaded

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

The ToolsLoaded type exposes the following members.

Constructors
 NameDescription
Public methodToolsLoaded Default Constructor
Top
Properties
 NameDescription
Public propertyTools A list of the tools that were loaded. It may contain SMTSqueegee or SMTStencil
Public propertyTransactionID Transaction ID used to attach events and data during subsequent processing, until ToolsUnloaded
Top
See Also