01-26-2010 11:41 PM
Solved! Go to Solution.
01-26-2010 11:46 PM
hi,
yes, just as you said... one case in a case structure, you may also look at comparaison palette, there is this triangle thing I use a lot with T/F options..
N
01-27-2010 12:01 AM
The 'triangle' thing is called the Select function and it passes data in both the true and false cases.
connoisseur,
Could you explain exactly what you want to do and what you want to pass data to? Typically, whatever you are passing the data to would be inside a case statement.
01-27-2010 12:04 AM
connoisseur wrote:
does labview have a VI that allows data to be passed only if the condition is true , consider it like having one case in case structure
01-27-2010 12:22 AM
hi, thanks for the reply
I am looking for something which works as a switch
I am making a use case for a camera, and i want the attributes of an image(a cluster of different data types) to be saved(as a text file)
only when a boolean switch is pressed.
I achieved that.
Now I am having an issue, the data gets saved numerous times as I press the switch(boolean). iN REAL TIME AS i PRESS THE SWITCH , the data keeps on coming and saving. As I leave the switch it does not, naturally.
Is there a way I could only allow data to be stored only once? only one cluster and then the data is not stored irrespective of the data still being recieved.
01-27-2010 01:28 AM