StationSetupServicesGetRequiredSetup Method |
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public RequiredSetup GetRequiredSetup(
Guid sessionId,
Guid operationId,
Guid workstationId,
Nullable<Guid> batchId
)
Public Function GetRequiredSetup (
sessionId As Guid,
operationId As Guid,
workstationId As Guid,
batchId As Nullable(Of Guid)
) As RequiredSetup
public:
virtual RequiredSetup^ GetRequiredSetup(
Guid sessionId,
Guid operationId,
Guid workstationId,
Nullable<Guid> batchId
) sealed
abstract GetRequiredSetup :
sessionId : Guid *
operationId : Guid *
workstationId : Guid *
batchId : Nullable<Guid> -> RequiredSetup
override GetRequiredSetup :
sessionId : Guid *
operationId : Guid *
workstationId : Guid *
batchId : Nullable<Guid> -> RequiredSetup
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. - workstationId
- Type: SystemGuid
The Id of the related Workstation. - batchId
- Type: SystemNullableGuid
An optional Id of the related Batch. This is only necessary for
Configure To Order (CTO) type production, where the required setup might vary based on configured options.
Return Value
Type:
RequiredSetupA
RequiredSetup object containing the required setup for the
Operation /
Workstation.
Exceptions See Also