09-20-2018 02:23 AM
hello,
in the VI with every Boolean selection the corresponding measurement is happening and hence displaying the graph but the 3rd Boolean case is not executing .can anyone help me in this?
Solved! Go to Solution.
09-20-2018 02:34 AM
Not able to View your code, Try sharing the lower version of code[Running with LV 2017]
09-20-2018 02:41 AM
@palanivelt
here is the vi
09-20-2018 02:55 AM - edited 09-20-2018 02:58 AM
All three Values in the graph with the same VI you attached
Existing code should be modified (Preferably to State machine Architecture)
09-20-2018 03:07 AM
@PALANIVLT,
HI
the first and second one s working accordingly but when the 3rd boolean is (T) selected then every graph (previous)coming all along.
also just selecting the 3rd boolean is not giving any data which is not the case withh the other two
09-20-2018 04:03 AM
The way you coded is not the proper way of coding
The problem you are facing is "in you are feeding the Array of your second sequence values which is empty"
For Loop will iterate with minimum N Values/Index Elements so its yon execting
09-20-2018 04:32 AM
Find the attached Modified code.
09-20-2018 11:59 AM
@palanivlt
thanks a lot,i got to know to know a more easier way to do the same work.
09-24-2018 07:37 AM
helo,
the same problem coming with this vi