03-22-2010 10:36 AM
Hi,
Flow sequence Diagram:
(A+1=B follow by -> C+1=D follow by -> E+1=F) in a FOR LOOP and the next loop will be,
(B+1=X follow by -> D+1=Y follow by -> F+1=Z)
It will loop till loop count ends.
Thanks in advance for the help!
cheers!
03-22-2010 10:41 AM
I don't understand what you are trying to do with your description. How many times do you want this for loop to run?
Whatever you are trying to do, it sounds like you will need shift registers.
03-22-2010 10:57 AM
03-22-2010 01:19 PM
Hi YMC,
how will it continue? What comes after F+1 = Z?
Mike
03-23-2010 02:31 AM
thanks for all your advice. i have attached a picture for easy reference. hope it will make understanding easier.
03-23-2010 02:39 AM
Hi YMC,
do you mean like this?
Mike
03-23-2010 07:19 AM
hi Mike,
Thanks for your example. it was indeed helpful.
Is there anyway to make sure A, B and C runs in sequence. A first, followed by B and then C.
03-23-2010 07:25 AM
Hi YMC,
yes! Please explain how you need it. I think you don't need a workflow in this simple example. 🙂
Mike
03-23-2010 07:28 AM
Hi Mike,
C follow by B then A. This sequence will then loop in the 'for' loop accordingly to the loop count.
best,
MC
03-23-2010 07:42 AM
Hi YMC,
use the "normal" dataflow and please explain how you use it. It sounds like you use local variables.
Mike