Example Logic Table: RAW Send and Receive

Home  Back  Next

 

Raw handling: Send a request, read the answer, handle the result

 

A sequence chain will bring the easiest result.

 

Step 1 is the initializing step. It checks the connection. The ramp from "not established" to "established" will be used for initialize functions. It switches the receiving on.

Step1-init

 

Step 2 sends the request.

Step2-sendrequest

 

Step 3 calculates the next request.

Step3-prepagenextrequest

 

Step 4 reads the answer. It it was received the receiving is suspended.

Step4-readanswer

 

Step 5 handles the received data.

Step5-handleanswerdata

 

Step 6 switches back to step 1.

Step6-backtoinit