LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NXP iMX6 programming with Labview

Hi I would like to automate the programming of iMX6 processors with Labview. I have found a .dll, but not even the initialisation works. Does anyone have experience with this?

0 Kudos
Message 1 of 4
(1,900 Views)

Usually it is easier to use the provided command line tools with LabVIEW System Exec than trying to use badly (or often not documented) DLL interfaces. 

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

I can call the programme via System Exec, which works. In order for the programme to start and for me to start programming, Start must still be pressed and unfortunately this does not work.

Download All
0 Kudos
Message 3 of 4
(1,866 Views)

Usually these tools also support command line options. If invoked that way they might even operate without any GUI and simply execute the commands according to the given options passed to it. Without (enough) options they open with GUI in interactive mode.

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