05-13-2008 06:30 PM - edited 05-13-2008 06:31 PM
05-13-2008 06:39 PM
05-13-2008 06:49 PM
05-13-2008 08:02 PM
Consider a typdef cluster of leds or customized buttons or pict boxes (very nice for graphics and has as many predefined states as needed). This is not as flexible as the picture bux but very easy to implement and works well in a dataflow model to store yhe system state. See attached
Paul
05-20-2008 06:20 PM
05-21-2008 06:54 PM
05-27-2008 12:29 PM
05-27-2008 12:36 PM
05-27-2008 02:35 PM
Thanks I couldnt back save it to 7.0 since I dont ahve it on my current system. I use mostly 8.5. NI could possible set up an online service for back saving versions? I use clusters to model data layout often since it is the simplest approach. When this method fails I then look at the picture control or other activeX services for presenting my data. One improvement on my original code is to implement the leds as picture boxes and then you have n-state logic instead of boolean. You can also customize the leds to show diferent true false images.
Paul
05-27-2008 02:52 PM