Thank you for your suggestions. I am starting to visualize how the stage will help. Never considered the reverse stage, first at bottom, concept to control the program flow across scans. I might have another question about logic flow after I try working through it.
Like B-Carlton, I am used to controlling the network with the port busy flag. Also, with other plc's I have used, all ladder logic was sequential, no simultaneous ladders running as can happen on the Do-More with the Program concept. As I continue to discover these things in the Do-More, I become giddy with the additional power and cannot seem to work very well without these features.
On a side note: I have been reading about the serial port and Do-More and how we do not need to worry about the port busy flag concept anymore. I am trying to understand how this buffering works. How does the Do-More buffer handle multiple MRX/MWX requests? At some point, I assume that the buffer must overrun. So is there some limit to how many "port requests" are buffered? Or does the Do-More just understanding that the "next" MRX/MWX command fired is the next one to be sent when it occurs in the ladder code? Then, there seems to be an issue with using simultaneous Programs that will pile up all of these read requests.
Maybe an example would help illustrate:
Program 1
MRX1
MRX2
Program 2
MRX3
MRX4
Questions:
Program 1 and 2 are running and currently MRX1 has the port. MRX2, MRX3, and MRX4 will then be buffered waiting for there turn on the same scan. Next scan then; MRX1 is not yet completed...will MRX2, MRX3, and MRX4 be buffered again? Or will the buffer just hold 1 instance of each MRX? As soon as MRX1 completes, MRX2 will be sent into the serial port (is this triggered by a scan or by the buffer) and MRX1 will be added to the end again on the next scan? Buffer now hold MRX3, MRX4, MRX1..??
It would help if I had a little background on what is happening behind the scenes with the MRX/MWX and the serial port. This would be beneficial to understanding how best to manage the program flow. And besides, I just find it interesting and like to learn...

Marty.