Skip to content

Board Check In Request Result#

When activated, the Board Check In Request Result task is used to send a reply to the BoardCheckInRequest event

1562170033687

Inputs#

Name Data Type Description
requestResult String The result values:
Error An internal error occurred in MES, there is no decision about the board possible. The board is not transported. The operator has to check the log filed of MES
Confirmed The MES confirmed the board for next processing step
Rejected_Hold The MES rejected the board. The board has to be locked in the conveyor and must be removed manually by the operator.
Rejected_Pass The MES rejected the board. MES rejected the board but it will be transported through the line. In that case, the operator will not get any information by TraceService that the board was rejected. So in that case, the customer has to implement a solution how to proceed with the board, e.g. the MES implements a escalation path to inform the operator asynchronous
reason String Reason to appear on the HMI of the equipment as a justification for a fail message.
Activate Any Activate the task

Outputs#

Name Data Type Description
reply Any The reply received from the system
Success Boolean Triggered when the task is executed with success
Error Error Triggered when the task failed for some reason

Settings#

This task doesn't have any settings.

1562170304021

Behavior#

This event receives the result from the CheckIn Event and delivers the same result to the system.

Remarks#

None.