Log in

View Full Version : using a custom vi multiple times


siggy2xc
23-03-2011, 21:14
I made a vi that will turn a boolean that switches on press to a boolean that will latch on press. I used this vi probably about 6 times in something I coded, it is no longer working because it is probably reading all the inputs at the same time. How can I make it work like one of the vi's from the functions panel?

Joe Ross
23-03-2011, 21:27
You need to set it to be re-entrant in the vi properties

siggy2xc
23-03-2011, 21:41
Thank you so much :D