01-17-2024 09:21 AM
Hello,
I have successfully installed the full version of Labview 2023 on my Mac, and installed VISA. I need to now install LINX from makerhub in order to use my Arduino Uno 3 with the program in the way that I need to. I see a lot of conflicting information on whether or not I should install VIPM, and what the steps are in order to install it.
I have all of this downloaded on my home PC, but really need it on my laptop. Any ideas?
01-17-2024 09:52 AM
While Linx is an interesting software, it doesn't offer a lot of advantages if you want to use it with Arduinos. Basically Linx requires you to install a specific firmware (*.ino) file on your Arduino. This needs to use the Linx specific extensions, written in C, to be accessible as Linx device. So the firmware wizard in Linx compiles and creates this ino file but relies on the Arduino compiler toolchain. It is very unlikely that the Linx Toolkit will install any such support for anything but Windows, so you would have to install that yourself from somewhere and even then it is not clear how the Linx firmware wizard could locate it correctly.
Instead it is usually a lot easier to write your own Arduino compatible firmware for what you want to do and provide it with a more or less complex command interface using a serial port, that you can then connect through from LabVIEW through NI VISA serial port functions.
01-17-2024 12:29 PM - edited 01-17-2024 12:30 PM
In general there are three ways of using LabVIEW with an Arduino
For the reasons rolfk gave #1 is your only real option and honestly it is the best option.