01-22-2007 01:18 PM
01-23-2007 05:32 PM
Hi Bill,
This was reported to R&D (# 3V6F0BRS) for further investigation.
Thanks for the feedback!
Tunde A.
01-24-2007 06:57 AM
02-11-2009 04:12 PM - edited 02-11-2009 04:17 PM
Hello All,
I am fairly new to LabVIEW and am using Xcontrols for the first time. However, I had a go at this problem and made a VI that uses a blinking boolean within Xcontrol. The XControl uses a slide control which displays a double value being passed into the XControl(see main2.vi). Whenever the data value exceeds 200, the Boolean blinks. Although the vi works quite well for sine wave values being passed into it(automatically), It does not respond well to a manually controlled slide(ie hangs when it reaches the 200 limit. Plz see main2.vi). However, this VI should work for almost all purposes to generate a blinking boolean.
I would appreciate if any opinion or improvement is suggested on this forum about the VIs. Project attached as a zip folder.
Thanks
Edwards
PS: BTW, If you wish to change the frequency of the blinking boolean, just change the multiple time function in the while loop of blinking.vi
02-11-2009 04:27 PM
Sorry, that was the wrong project.
Here is a modified folder
02-12-2009 01:01 PM
02-13-2009 01:47 PM
Hello Edwards,
I noticed the behavior you described when I loaded your program. The reason that LabVIEW doesn't "stall" when you use the sine wave is because the value is chaning at incremental values, not a smooth transition like the slider bar. You can use property nodes to make a control blink. This could be a work around to using an xcontro.