Quote:
Originally Posted by Alan Anderson
If you're having problems getting specific sections of the program to run in a specific order, don't fret. Simply use the Flat Sequence control structure, putting each section in a frame of the sequence. The code in the first frame will run to completion, then the second frame, and so on.
|
I tried that, and it didn't work - for my purposes, that is.
Since I'm generating data that is to be sent sample by sample to the control process, using the flat sequence structure (and a for loop inside it, both to generate data and build the arrays of collected information) will give me a batch of data - while freezing the rest of the program, such as the PID calculations - after it runs.
I'm not sure I'm being clear enough, again, please ask for clarifications!