07-22-2021 03:18 AM
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?
07-22-2021 03:26 AM - edited 07-22-2021 03:27 AM
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.
07-22-2021 04:20 AM
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.
07-23-2021 05:44 AM
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.