01-14-2008 11:45 PM
01-15-2008 01:50 AM
01-15-2008 08:40 AM
01-16-2008 01:02 PM
01-16-2008 01:27 PM
01-16-2008 04:28 PM
It is exactly what I am saying: unless some special actions are taken to alter this mechanism, instructions are executed sequentially as they are written in the code! So you can for example prepare an acquisition task and run it simply writing the instruction in this exact order, or query a device via RS232 and wait for response simply putting the reading function after the polling one.
Timers and multithreading are common ways to alter this mechanism adding sections of code executed independently from the rest of the program.
01-17-2008 11:49 PM
01-18-2008 12:06 AM - edited 01-18-2008 12:08 AM
01-23-2008 01:54 PM
01-23-2008 03:35 PM