Click or drag to resize

StationSetupServices Methods

The StationSetupServices type exposes the following members.

Methods
  NameDescription
Public methodGetCurrentSetup
Retrieves the current setup for a particular Workstation.
Public methodGetCurrentSetupWithRequirements
Retrieves the current setup for a particular Workstation, including the required setup for each item, based on the specified Operation, and an optional Batch. The RequiredItem property will be populated for any StationSetupItems with a setup requirement.
Public methodGetRequiredSetup
Retrieves the required setup for a particular Operation at a particular Workstation.
Public methodGetSetupLocation
Retrieves the details of a specific SetupLocation given its UID (barcode).
Public methodLoadItem
Loads a material or tool (Item) into a location on the specified Workstation.
Public methodLoadItemByUID
Loads a material or tool (Item), identified by its UID (barcode) into a location on the specified Workstation.
Public methodUnloadItem
Unloads an Item from any and all setup locations where it is currently loaded. If the Item is not currently loaded anywhere, no action will be taken.
Public methodUnloadItemByUID
Unloads an Item from any and all setup locations where it is currently loaded. If the Item is not currently loaded anywhere, no action will be taken.
Public methodUnloadLocation
Unloads a specific SetupLocation.
Public methodUnloadStation
Unloads all Items from all locations on the specified Workstation.
Top
See Also