09-25-2012 03:53 AM
Hi, I have a sequence of programm that are executing one by one and I want that in the last sequence set a false value to true,in a way that after it executed again it should be set to false automaticaly.would you please guide me ?! thanks
09-25-2012 04:07 AM
Please post your code or the screenshot of the same.
It is difficult to understand your issue and suggest solutions, with the above description alone. When we see the code, we can tell you what needs to be done.
09-25-2012 04:13 AM
Hi worldvi,
I think in this case You should look for a state machine.Please provide some more details.
09-25-2012 04:35 AM
ok, maybe I have to explain more;
I use Stacked sequence structure which includes 4 sequences and these structures are executing one after the other from the beginning , and at the end of all these structures I want to send a true value out which means the execution is done, then I use this true value in another function as a condition to continue the rest of program. and the point is here that this value after finishing the execution of this function each time returns to false value for next execution.
sry that I don't know how to attached a pic of my VI, since I am beginner.
thanks
09-25-2012 04:43 AM
Hi,
You can upload your VI by:-
1.First save your VI
2.While posting a message there will be a provision for attachments.Attach your VI in it.And then post it
09-25-2012 05:45 AM
here it is ...