07-10-2014 05:31 AM
Hi,
I have a cluster of 20 numeric elements. The problem, User clicks element 1 and updates the value, element 1 runs continously. Now user wants to update element 2 but element 1 does not stop and also element 2 has to run continously like element 1. Thiis follows wrt all 20 elements. How do i do in effecient way? If any examples pls do post.
Solved! Go to Solution.
07-10-2014 05:38 AM
Please post the code that you have made. The efficient way depends on how you have implemented your code and what is the change required to meet your requirement.
07-10-2014 05:47 AM
Hi,
Please post VI (LabVIEW 2010), your requirements are not clear.
With Regards
Miraz
Kudos is better option to thank somebody on this forum![]()
07-10-2014 06:14 AM
Hi,
Thank you for your reply. I have not created any vi yet. I needed to know how its possible to make?
07-10-2014 06:21 AM
07-10-2014 06:29 AM
Hi,
I have not created any vi yet.
07-10-2014 06:37 AM - edited 07-10-2014 06:42 AM
Hi,
As I said before, your problem is not clear to me, I have created something stupid here, just check whether it helps.
the only thing I made is, your cluster will always be updated with latest values set by user.
but when you say elements are going to run contineously, i thk thats not possible because user will be able to update 1 element at a time.
07-10-2014 07:11 AM
What is running? That is the part none of us are understanding. You can update a value, but there is nothing to run on a value. So this implies that you are starting or stopping a process. Please tell us EXACTLY what you are trying to do with your program.
07-10-2014 07:25 AM
Yes. If you have not created VI then create one. I think it's not big issue but no one able to understand without code representation.
so please if you want solution to your problem try to explain with help of code.
Thanks Jaysha
07-10-2014 07:26 AM
Hi,
For now a random number is connected. To be more precise, imagine u have 20 while loops for 20 elements and user uses those while loops accordingly depending on the element which he wants to use. The problem is that creating 20 while loops is not a good solution, so i need a effecient and better solution. The choosing of cluster elements is random.