10-16-2012 01:31 PM - edited 10-16-2012 01:49 PM
@anuvohr wrote:
Hi Daniel and Apok,
Thank you guys for great help,it works the way I want it to work.
Small help: I want to do it for 16 transistors one after another but I don't want to make in one state machine.
How shall i do it?? 16 different state machines with some wait states between them or 16 sequential state machines??
Which method will be good?? Only point It should work one after.
I want it seprate it because if one of the transistor based on some of decisions fails,I will be switching it off permanently.
One more issue How to save all the data for one state machine??
Best Regards,
Anurag
ok....keep the states as is, the only thing that is changing is the DO's to each transistors that you are testing to.all you have to change in the VI given is the "Bool Array" to what output you want tested.
sample VI will give you a hint as how to output the DO's...
note: as for shutting down the testVI....