Hi all,
I have got a few questions about interfacing Labview
6.1. I want to know if it is possible to create
Labview 6.1 plugin�s (dll�s).
Here is what I want to do. I want to add a custom
button to the Labview toolbar. By pressing this button
the plugin starts. The plugin must be able to read
Labview diagrams.
For example, a simple diagram is created in Labview:
just one for loop structure, with a numeric constant
(count N). The plugin now needs to know that the
diagram consists of one for loop structure and the
count (N) information of structure. How can the plugin
interface with Labview to get/read this information?
Thank you,
Ron