LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

STOP button AND VI is not updating

Hello, All

 

I created one VI and i put a condition for T/F for stop button loop but it doesn't work. I need to stop manually.

also when i need change some values in VI it is not updating program also,

 

if you can help me with that would be great.

 

i attached my program below.

 

thank you.

0 Kudos
Message 1 of 2
(1,562 Views)

You should really refer to the training resources at the top of this forum. You need to have a better understanding of how dataflow works. You have multiple stop buttons, loops within loops, wait times inside sequence structures that make no sense because they're in parallel to other code with different waits in the same loop. Your stop buttons don't work because when you press one the other one also has to be pressed (the third one is not wired into anything. Perhaps with some description of what you want to do with this code (it's hard to figure out now) someone could help direct you to ways to reformat the code to do what you want (including having a single stop button that works). 

0 Kudos
Message 2 of 2
(1,533 Views)