09-18-2023 11:04 PM
Hi all,
I have attached My VI. The Boolean switch has enter into True and false case structure automatically. How can I connect the Boolean switch to make it happen please.
Thanks
Solved! Go to Solution.
09-19-2023 05:59 AM - edited 09-19-2023 05:59 AM
@RRBB wrote:
Hi all,
I have attached My VI. The Boolean switch has enter into True and false case structure automatically. How can I connect the Boolean switch to make it happen please.
Thanks
Not able able to open the attached VI ( Not all Forum users will be using the latest versions its better to share the lower version)
Based on your statement, I guess using shift register will solve your problem.
09-19-2023 07:49 AM
Not sure what you are trying to implement here.
Note that the Boolean control is only read once since it is placed before the loops.
09-19-2023 07:13 PM
yes that's right. when I don't click the boolean button the false statement runs. when I click on Boolean button true statement runs. THis functions happens only manually. I want to make it auto.
09-19-2023 10:42 PM
used a FOR loop for boolean button with not logic. solved. Thanks