Example Logic Table: RAW Text Receive

Home  Back  Next

 

Raw handling: Receive text data, search separator and get number behind.

 

A sequence chain will bring the easiest result.

 

Step 1 is the initializing step. It checks the connection.

Step1-r-init

 

Step 2 reads the data. A separator is searched. The text behind the ":" will be converted into a number until a blank. Technical the text on letter behind the index will be converted into the number.

For decoding a line of a .csv file the wizard "Raw csv decode" does this job.

Step2-r-readanddecode

 

Step 3 handles the data.

Step3-r-handleanswerdata

 

Step 4 switches back to step 1.

Step4-r-backtoinit