05-28-2011 11:06 PM
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.
06-01-2011 03:12 AM
what do you really mean?
change the numeric data in the front panel but not affect the data in the dll?
or other meaning?
06-03-2011 04:55 AM
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
06-03-2011 07:16 AM
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.
06-13-2011 12:46 AM