TrackingServicesLoadCarrier Method (Guid, Guid, Guid, Guid, Guid, DateTime, Int32, String) |
Loads one or more
Items into a carrier.
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 LoadCarrier(
Guid sessionId,
Guid carrierId,
Guid batchId,
Guid operationId,
Guid workstationId,
DateTime startTime,
int quantity,
string operatorUserName
)
Public Sub LoadCarrier (
sessionId As Guid,
carrierId As Guid,
batchId As Guid,
operationId As Guid,
workstationId As Guid,
startTime As DateTime,
quantity As Integer,
operatorUserName As String
)
public:
virtual void LoadCarrier(
Guid sessionId,
Guid carrierId,
Guid batchId,
Guid operationId,
Guid workstationId,
DateTime startTime,
int quantity,
String^ operatorUserName
) sealed
abstract LoadCarrier :
sessionId : Guid *
carrierId : Guid *
batchId : Guid *
operationId : Guid *
workstationId : Guid *
startTime : DateTime *
quantity : int *
operatorUserName : string -> unit
override LoadCarrier :
sessionId : Guid *
carrierId : Guid *
batchId : Guid *
operationId : Guid *
workstationId : Guid *
startTime : DateTime *
quantity : int *
operatorUserName : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - carrierId
- Type: SystemGuid
The Id of the Item representing the carrier to be loaded. - batchId
- Type: SystemGuid
The 128-bit unique identifier (Id property) of the Batch. - operationId
- Type: SystemGuid
The Id property of the Operation that will be performed. - workstationId
- Type: SystemGuid
The Id of the Workstation where the Operation will be performed. - startTime
- Type: SystemDateTime
The date/time when work began on the Item. - quantity
- Type: SystemInt32
The quantity of units or materials to be loaded int the carrier. - operatorUserName
- Type: SystemString
An optional user name indicating the operator User who performed the work.
Exceptions See Also