08-11-2010 10:56 PM
Is there a way I can programmatically determine if a gauge/meter has more than one needle? All I have is the ClassID and possibly the CtrlRef.
08-11-2010 11:16 PM
08-12-2010 02:38 PM
I'm running LabVIEW 2009 SP1. I don't see this property anywhere in LabVIEW Help.
08-12-2010 02:47 PM
Can be done like this.
08-12-2010 10:03 PM
08-12-2010 10:34 PM - edited 08-12-2010 10:36 PM
The blue in the top bar of the property node indicates that is a property only available if you have scripting installed.
08-13-2010 10:34 AM
Scripting is not a feature in LabVIEW I'm familiar with. I have the the professional developmental version. What toolkit/module do I need to install?
08-13-2010 11:06 AM
Why are you ignoring the example from aeastet? Did yu even try it?
08-13-2010 01:41 PM - edited 08-13-2010 01:42 PM
Allow me to take the liberty of using my own snippet tool so that aestets' nice solution is not mangled by the LV snippet tool.
Look like something worth trying now? Not that you shouldn't install scripting, for that see the LabVIEW API page.
Edit: I see you only have the CtrlRef, then you really should be using aestet's solution....
08-13-2010 02:15 PM
@faustina wrote:
Scripting is not a feature in LabVIEW I'm familiar with. I have the the professional developmental version. What toolkit/module do I need to install?
See this first: http://forums.ni.com/t5/LabVIEW/What-is-Labview-scripting/m-p/824083
Bottom line: If you don't have a good reason to work with LV scripting... don't. And it looks like you have a simple solution so why not just use that?