12-13-2010 02:11 AM
Hi all, I would like to extract the data from case structure, it's circled in red in the attached file. How should I do it? Thanks for taking your time to look at my post. Your help is greatly appreciated. 🙂
12-13-2010 02:15 AM
One Simple solution place them outside the case structure... What do you mean by extracting..? Do you want to take the data elsewhere?
12-13-2010 02:17 AM
12-13-2010 02:23 AM
"Extracting data" is not a LabVIEW term that I know. Could you explain what you mean by it?
Also, please attach your VI instead of a picture. A picture often provides insufficient information.
12-13-2010 02:27 AM
Thank you guys for your prompt reply.
As u can see from the vi, there's an error, I need the values in the circled area to be passed on to the block ( Bundled by name)
Thanks !
12-13-2010 02:27 AM
Thank you guys for your prompt reply.
As u can see from the vi, there's an error, I need the values in the circled area to be passed on to the block ( Bundled by name)
Thanks !
12-13-2010 02:35 AM
Hi GerdW, Thanks for your reply.
My team and I aren't very familiar with labview. We are like newbies and we are sorry we can't really understand the term you're using, (rube goldberg, avoiding race cond). So it there any way you can help us with, using simple terms. Thanks alot
12-13-2010 02:38 AM
12-13-2010 02:43 AM
Just connect your BP to the Bundle by name. However, as you've wired it, it wont update until the loop stops.
Race condition is what happens when you read and write to the same variables at the same time, you dont know which performs first. It's a very common problem when using Local Variables as there's no wires to dictate when it'll execute.
Rube Goldberg is when using unnecessarily advanced solutions.
/Y