LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop a while loop in LabVIEW from a C program

How to stop  a while loop in LabVIEW from a C code
0 Kudos
Message 1 of 3
(2,728 Views)

hi

 

I think by creating dll you can stop the while loop from your C program.For that you just create dll (Dynamic Link Library) for the VI which has that while loop.

 

     Anyway can u please explain ur requirement clearly.

0 Kudos
Message 2 of 3
(2,722 Views)
While you can use a DLL to run LabVIEW code from C, you would still need a mechanism to stop the loop. So, the question really becomes, how is the loop stopped in the first place?
0 Kudos
Message 3 of 3
(2,703 Views)