Request that the endpoint cease active operation (locked) as soon as practically possible
at a process endpoint. A specific production lane or stage may be optionally specified.
Includes a reason, and applies to all operations. The response indicates that the process
has stopped.
{
"Lane": 1,
"Stage": {
"StageSequence": 1,
"StageName": "STAGE1",
"StageType": "Work"
},
"Reason": "QualityIssue",
"Requestor": {
"OperatorIdentifier": "e4d92c77-6a19-4d1e-8c2a-b2b217f59a44",
"ActorType": "Human",
"LastName": "Smith",
"FirstName": "Bill",
"LoginName": "bill.smith@domain1.com"
}
}
Inheritance Hierarchy Namespace: CFX.ProductionAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class LockStationRequest : CFXMessage
Public Class LockStationRequest
Inherits CFXMessage
The LockStationRequest type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Lane |
An optional production lane. When specified, only that production lane shall be locked.
|
 | Reason |
Reason for the request to lock the station.
|
 | Requestor |
Identifies the originator of the request. (optional)
|
 | Stage |
An optional stage. When specified, only that stage shall be locked.
|
Top
See Also