04-12-2010 09:24 PM
Okay, here goes my second rookie question. My first one was solved in a matter of hours after posting here, so I am going to give it another shot. This has probably been posted elsewhere, but I just am not familiar enough with the terminology and know how to find it in this forum... sorry for that.
Currently, I have a setup where I am using an In Range and Coerce function in the Comparison Pallette to check the output of my source and compare it with a user inputted upper and lower limit. I have hooked up an LED indicator to the Index Array and then to the In Range output. Right now, if my data goes outside of the limit, the LED Indicator will light up, but it will immediately turn off if the data goes back within the limits. I want my LED indicator to come on and STAY on if even 1 data point goes outside of the limit. What can I connect between my LED Indicator and my In Range Comparison to make this happen?
Sorry for being so new to this!!
04-12-2010 10:46 PM
04-15-2010 05:22 AM - edited 04-15-2010 05:22 AM
Hi Spsuengr,
I have attached a boolean toggle vi for you. You can insert this vi in between your led indicator and in range output. It will latch the output by default. You can use the latch(t) input to disable the latch feature (to perhaps reset).
Above is the boolean latch vi
Above is how you need to insert it into your code. If you leave the Latch(t) input unconnected it defaults to a latch output. Only wire a control to this if you want to either change the output so it follows the input or if you need to reset the output.
Rgs,
Lucither
04-15-2010 06:13 AM