Click or drag to resize

StationSetupServicesUnloadStation Method

Unloads all Items from all locations on the specified Workstation.

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void UnloadStation(
	Guid sessionId,
	Guid workstationId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
workstationId
Type: SystemGuid
The Id of the Workstation to be unloaded.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ResourceNotFoundExceptionThrown if the itemId parameter is invalid.
StationSetupExceptionThrown if the station cannot be unloaded.
See Also