LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I read in an array of numeric data from a DLL into a listbox. I use the Property Node with Item Names but I am stil having problems.

I want to read an array of numeric data coming out of the DLL into a Listbox. I tried to use the Property Node and Item Names but I was still unsuccessful. Any suggestions
0 Kudos
Message 1 of 2
(2,637 Views)
Check that you can read constant 1-d array of numeric data into a Listbox. Transform it to string array and link to Item Names. If it work, check that you get data from dll, may be problem is here.
0 Kudos
Message 2 of 2
(2,637 Views)