LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read From clones to array

Solved!
Go to solution

BTW I'm not a big fan of Call And Collect. This dislike is only based on a few attempts to use it, and LabVIEW blocking VI's, hanging and crashing because of it. It might work now, I'm not sure.

 

I'd open the reference as a normal clone (0x8), and pass it either a queue, or a user event with set control value. (I guess call and forget would work for that.) When it's done, it sends result (in a convenient event, or on the queue). The User Events option make this very practical to use in a program that is already event based...

0 Kudos
Message 11 of 12
(261 Views)

wiebe@CARYA wrote:

 

I'd open the reference as a normal clone (0x8), and pass it either a queue, or a user event with set control value. (I guess call and forget would work for that.) When it's done, it sends result (in a convenient event, or on the queue). The User Events option make this very practical to use in a program that is already event based...


Ok, If I run into any issues, I'll go that route. Thanks for the info

0 Kudos
Message 12 of 12
(253 Views)