LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Where can i find the classID list for Labview 7.0

I know that this post is 4 years old but I was wondering if there is an updated enum for newer versions of labview (8.5).  I assume that there are some newer classes for newer versions.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 11 of 16
(1,640 Views)
PJM posted his class generator to the LAVA forums' scripting forum and I seem to remember there was also a version for 8.x. I suggest you search for it there.

___________________
Try to take over the world!
0 Kudos
Message 12 of 16
(1,621 Views)

Thanks I will do this.  I dont know why this is not included in labview documentation. It is very important for making any generic controls modifier tools. 

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 13 of 16
(1,616 Views)
Hi Falkpl

You can also access the class data by going to: Programming>>cluster, class and Variant>> Get LV Class Default Value VI on the block diagram

Good luck
Van L
NI Applications Engineer
0 Kudos
Message 14 of 16
(1,605 Views)
Hi Falkpl,

To make NI products better and more user friendly, please file a product suggestion here

NI will look at it and possibly implement it in future versions.

Thank you for your feedback
Van L
NI Applications Engineer
0 Kudos
Message 15 of 16
(1,580 Views)

I stubmbled upon this today as I asked the very same question for LV2010.

Go to the LabVIEW Help and search for the Class ID Property. It lists out the class IDs for each object:

 

http://zone.ni.com/reference/en-XX/help/371361G-01/lvprop/gen_class_id/

 

Values

3 Generic
4 Decoration
5 Text
6 Control
7 ColorBox
8 Boolean
9 RefNum
10 Variant
11 Path
12 ListBox
13 Table
14 Array
15 Picture
16 ActiveXContainer
17 Numeric
18 Digital
19 NamedNumeric
20 ColorRamp
21 Slide
22 GraphOrChart
23 WaveformChart
24 WaveformGraph
25 IntensityChart
26 IntensityGraph
27 String
28 IOName
29 ComboBox
30 Cluster
31 Panel
32 Knob
33 NumWithScale
34 Ring
35 Enum
36 GObject
37 Plot
38 Cursor
39 NumericText
40 Scale
41 ColorScale
42 GraphScale
43 ColorGraphScale
44 TypedRefNum
45 OldKnobScale
46 MCListbox
47 MeasureData
48 BVTag
49 DAQName
50 VISAName
51 IVIName
52 SlideScale
53 TabControl
54 Page
55 TabArrayTabControl
56 ConPane

 

 

Also here is a document (ID 259EILR7) which was updated back in 2004 for LV 6.0.

 

http://digital.ni.com/public.nsf/allkb/3AC5A0C63F748E19862569D000769718

 

 

 

0 Kudos
Message 16 of 16
(1,263 Views)