02-12-2009 09:32 AM
Hi everyone,
I am doing labview with some logic stuffs. I got stuck by exploting a retriggable first call.
Here is the big picture I can see:
There is a for loop, inside which there is a while loop. The while loop contains a case structure, the 'first call node' is connected to the case structure to specify 'true' or 'false'.
What I was expecting to do was refresh the 'first call node' in each iteration of the while loop, but it seems the 'first call node' is a global variable.
I don't know whether there is any other solution to do it, I am thinking of event, semaphore, but I am new to labview and has no idea wheather they would works. Also I am wondering if labview has mechanism like 'stored procedure' in database.
Any idea is well appreciated. Acutally I found one link from Bob's retriggable first call but have no idea how it could works . http://labviewinsights.blogspot.com/2008/09/retriggerable-first-call.html. it looks too complicated to me.
Thanks,
Kunsheng Chen
Solved! Go to Solution.
02-12-2009 09:38 AM - edited 02-12-2009 09:41 AM
