LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to change a VI to respond like a thread

From my driver i will update a interrupt by raising some value in one function. I have to poll the function parallely every time..
I think i have to make that VI to a thread.. if so how to configure a VI to thread.
 
Kind Regards
Jagan
0 Kudos
Message 1 of 3
(2,504 Views)
You have to start the VI dynamically. Use VI Server. In the help and this
forum you'll find lots of information about this (dynamic vi, vi server).

To communicate between the dynamic VI and the main application, you could
use User Events, buffer vi's (AKA: action engine, smart global, LV2 global)
or queues.

Regards,

Wiebe.


Message 2 of 3
(2,484 Views)
Thanks Wiebe,
 ok, i will see about the dynamic VI and VI server.. but here time is not sufficient, that is the problem.. ok wiebe i will try as quick as possible.bye
0 Kudos
Message 3 of 3
(2,459 Views)