08-17-2007 10:37 PM
08-18-2007 12:10 PM
08-20-2007 04:58 PM
No I do not think it is an error.
It turns out the queue and DAQ Task references go invalid because of the relationship of the endevo GOOP object to LabVIEW. (or so it seems) I think it is because the VI that created the object goes idle and so LabVIEW assumes the ref is no longer needed (despite any options settings. )
I am seeing the objects in the Goop repository however references to queues and Data acquisition tasks are invalidated as
soon as the VI that uses them goes idle.
It does not seem to afffect field point references or VIsa com ports and also all other data in the goop object seems fine. I guess thats because FP and VIsa are only strings
Its a real snag to me because I did not see it coming. Now I have to create the queue and reestablish the Daq tasks to insure it is valid
after the create method even if the object exists.
I prefer to use the create or look up existing feature of the method because it gives a lot of flexibility.
Thank You
08-21-2007 06:27 PM