<< Click to Display Table of Contents >> Navigation: »No topics above this level« Description |
mapp Services V5.16
This function uses the MpLink of an MpTweetCore configuration.
This function informs the sender of a request about the status of the request. The various possible requests are defined in the configuration. The MpTweetCommandRequestCheck function can be used at runtime to check whether a certain request has been received. The reaction to a request must be defined. For each request, whether it queries a status or issues a command, there is corresponding feedback for the sender. This, too, must be defined in the configuration. This function enables the sending of a response for a specific request ("RequestID"). The process could look like this:
•At the beginning of the shift, the operator sends the request "WarmUp" to the machine.
•The machine checks regularly for pending requests (using the MpTweetCommandRequestCheck function).
•The machine detects that the operator has sent the "WarmUp" request.
•In response, the machine's various heating zones are heated up to their setpoint values.
•As soon as the temperature setpoint has been reached, a feedback message is sent to the operator (using the MpTweetCommandRequestDone function)
•The operator receives a message with the information "WarmUpDone".