Discussion:
how to create the object reference without using GOOP Tool
(too old to reply)
ramnathrn
2008-08-12 13:40:19 UTC
Permalink
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
MikeS81
2008-08-12 14:10:09 UTC
Permalink
Hi Ram,
which object do you mean? Can you explain a bit more?
Mike
smercurio_fc
2008-08-12 14:40:18 UTC
Permalink
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.
DFGray
2008-08-13 15:40:05 UTC
Permalink
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.&nbsp; The queue is initialized to one element and contains a cluster with the object data.&nbsp; This is a single-element-queue &quot;global&quot;.&nbsp; You can find out more about single-element-queue &quot;globals&quot; by searching these forums.&nbsp; You can find some example code <a href="http://forums.ni.com/ni/attachments/ni/170/345908/1/VI%20Reference%20Class.zip" title="Single-Element-Queue reference object code" target="_blank">here</a>.
Continue reading on narkive:
Loading...