LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create the object reference without using GOOP Tool

Hi all,
 
Please clarify doubt. Is it possible to create the object reference without using GOOP Tool.
if so, please help me how to implement the same.
 
Thanks
Ram
0 Kudos
Message 1 of 4
(2,323 Views)

Hi Ram,

which object do you mean? Can you explain a bit more?

Mike

0 Kudos
Message 2 of 4
(2,315 Views)
Object references are references to ... objects, which are instances of classes. Hence, it makes no sense to use them without a class. Also, which GOOP tool are you referring to? There's lots of GOOP tools, including the object-oriented programming that's built into LabVIEW.
0 Kudos
Message 3 of 4
(2,312 Views)
If you have LabVIEW 8.2 or greater, you can create an reference object by creating a LabVIEW object whose single data element is a queue reference.  The queue is initialized to one element and contains a cluster with the object data.  This is a single-element-queue "global".  You can find out more about single-element-queue "globals" by searching these forums.  You can find some example code here.
0 Kudos
Message 4 of 4
(2,290 Views)