spmacd Posted May 27, 2005 Report Posted May 27, 2005 Hi All, I have an LED indicator to test for a pass/fail condition on a voltage level received from a datalogger. I would like to be able to click on the LED to get the current reading from the data logger. Is there a way to do this? I eventually will have many channels and do not want to clutter the front panel by displaying the data at all times. Cheers, Steve Quote
Sparc Posted May 27, 2005 Report Posted May 27, 2005 Hi All,I have an LED indicator to test for a pass/fail condition on a voltage level received from a datalogger. I would like to be able to click on the LED to get the current reading from the data logger. Is there a way to do this? I eventually will have many channels and do not want to clutter the front panel by displaying the data at all times. Cheers, Steve 4873[/snapback] Slap an old style flat boolean on the top of your existing indicator, color it 'transparent' (both states) and use that control to trigger you additional displays. Sparc Quote
tetrarch Posted May 27, 2005 Report Posted May 27, 2005 Slap an old style flat boolean on the top of your existing indicator, color it 'transparent' (both states) and use that control to trigger you additional displays.Sparc 4875[/snapback] or if you have event support, create an event structure to handle "mouse down" or "mouse up" events for the existing LED. Quote
spmacd Posted May 27, 2005 Author Report Posted May 27, 2005 or if you have event support, create an event structure to handle "mouse down" or "mouse up" events for the existing LED. 4876[/snapback] Thanks for the ideas, I have only been using lv for about a month so I will try both ways. Thanks Again, Steve Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.