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.
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.
Step 3 handles the data.
Step 4 switches back to step 1.
|