Click or drag to resize

ToolSetupRequirement Class

Describes a single, specific tool that must be setup a particular process endpoint to execute a particular process. Includes the part number of the tool, along with the specific location where the tool loaded (when applicable).
Inheritance Hierarchy
SystemObject
  CFX.StructuresToolSetupRequirement

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ToolSetupRequirement

The ToolSetupRequirement type exposes the following members.

Constructors
 NameDescription
Public methodToolSetupRequirement Default Constructor
Top
Properties
 NameDescription
Public propertyPartNumber The internal part number of the tool that must be loaded at this position.
Public propertyPosition The position where the required tool must be installed on the Endpoint (optional). Where applicable, a dot (".") notation should be utilized to designate specific positions. Examples: MODULE1.BEAM1.HEADPOS2, MODULE1.NEST3.NOZZLESLOT4, etc.
Public propertyToolIdentifier Optional. If a very specific tool is required (specific serial number), the unique identifier of that specific tool will be provided by this property. If any tool of a certain part number may be user, this property will be null.
Top
See Also