CFX.ResourcePerformance.SolderPastePrinting Namespace |
[This is preliminary documentation and is subject to change.]
Class | Description | |
---|---|---|
![]() | CleanSqueegeeRequest |
Allows an external source to direct a request to a stencil printer
to perform a squeegee clean operation
{ "CleanTypeRequested": "Deep" } |
![]() | CleanSqueegeeResponse |
Response to a request from an external source for a squeegee clean
operation to be performed
{ "Result": { "Result": "Success", "ResultCode": 0, "Message": "OK" } } |
![]() | CleanStencilRequest |
Allows an external source to direct a request to a stencil printer
to perform a stencil clean operation
{ "CleanTypeRequested": "D" } |
![]() | CleanStencilResponse |
A response to a request by a remote party for a stencil printer to perform a
stencil clean operation
{ "Result": { "Result": "Success", "ResultCode": 0, "Message": "OK" } } |
![]() | SqueegeeCleaned |
Indicates that a squeegee clean operation has been performed
{ "Squeegee": { "UniqueIdentifier": "UID23432434", "Name": "STENCIL234343" }, "SqueegeeCleanType": "Normal", "TimeSinceLastClean": "00:33:00", "CyclesSinceLastClean": 35, "SqueegeeCleanCycles": 2, "SqueegeeCleanTime": "00:00:38" } |
![]() | StencilCleaned |
Indicates that a stencil clean operation has been performed
{ "Stencil": { "UniqueIdentifier": "UID23432434", "Name": "STENCIL234343" }, "StencilCleanMode": "V", "TimeSinceLastClean": "00:33:00", "CyclesSinceLastClean": 35, "StencilCleanCycles": 2, "StencilCleanTime": "00:00:38" } |