LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Numeric data change simultaneously when being modified in dll.

Hi all.

Numeric data change simultaneously when being modified in dll. Do not have to read it. Just like transmiting reference to subVI.

Any way to achieve this? 

 

Thanks.

0 Kudos
Message 1 of 5
(2,613 Views)

what do you really mean?

change the numeric data in the front panel but not affect the data in the dll?

or other meaning?

 

 

0 Kudos
Message 2 of 5
(2,595 Views)

I mean how can I achieve this:

    Call dll, data will be modified in dll at sometime(do not know when). When data change, it's new value can show in the front panel without actively query

0 Kudos
Message 3 of 5
(2,579 Views)

Depends. LabVIEW is dataflow. There needs to be a wire somewhere getting the data and feeding it to the control or local.

You could post the new value to a shared variable and connect it to the control though.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 4 of 5
(2,572 Views)

I agree with the option above~

0 Kudos
Message 5 of 5
(2,547 Views)