Click or drag to resize

StationSetupServicesGetCurrentSetup Method

Retrieves the current setup for a particular 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 StationSetup GetCurrentSetup(
	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 whose setup is to be retreived.

Return Value

Type: StationSetup
A StationSetup object containing the current setup for the Workstation. The RequiredItem property will be null for each StationSetupItem returned by this method.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ResourceNotFoundExceptionThrown if the workstationId parameter is invalid.
See Also