01-23-2006 03:26 PM
01-23-2006 03:32 PM
01-23-2006 03:32 PM
01-23-2006 04:05 PM
I don't quite understand and the example uses version 8.0 (I have the 7.1).When I use the property node "value" it shows up in a dark purple color. I would like to have it as a true/false value (green).
thank you for your time,
Regards,Noel
01-23-2006 04:15 PM
Try this: Create the property node and then create an indicator. You will prob get a listbox that will tell you in string format what the value is. (happened to me the first time). Then delete the indicator, change the stop button from latch to switch (right click the stop button go to mechanical action >switch when pressed) and wire a boolean indicator (like an LED) to the property node, and it should turn green.
01-23-2006 04:20 PM
01-25-2006 03:42 PM
01-25-2006 04:00 PM
This is true. What you can do is make a simple state machine, that when you press stop, go to the next state and then reinitalize the button to default (aka when it was false), essentially "unclicking the button".
This will work for simple VIs, if you have a more complicated VI, I would go with the other post that suggested notifiers or queues.
You could even go with producer consumer type VI and you would not have to worry about it being a latch or switch.
Kenny