StationSetupServicesLoadItem Method |
Loads a material or tool (
Item) into a location on the specified
Workstation.
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void LoadItem(
Guid sessionId,
Guid operationId,
Guid itemId,
SetupLocation location
)
Public Sub LoadItem (
sessionId As Guid,
operationId As Guid,
itemId As Guid,
location As SetupLocation
)
public:
virtual void LoadItem(
Guid sessionId,
Guid operationId,
Guid itemId,
SetupLocation^ location
) sealed
abstract LoadItem :
sessionId : Guid *
operationId : Guid *
itemId : Guid *
location : SetupLocation -> unit
override LoadItem :
sessionId : Guid *
operationId : Guid *
itemId : Guid *
location : SetupLocation -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - operationId
- Type: SystemGuid
The Id of the realted Operation. - itemId
- Type: SystemGuid
- location
- Type: FactoryLogix.xTend.DataObjectsSetupLocation
A SetupLocation object representing the location where the Item will be loaded.
If the UID of the location is known, only the UID property of the SetupLocation object need be populated.
Alternatively, the WorkstationId and LocationName properties may be set to identify the specific location where
the Item will be loaded.
Exceptions See Also