05-08-2022 08:20 AM
sorry but I have a problem with LabVIEW, I hope you can help me.
my project is to make a LabVIEW interface with Arduino and a machine.
I will make two buttons (like 1,2) that when I click number (1) you should
spin the machine (5s) and when I click (2) the machine
turned 4s
I don't know if I will do the program in Arduino or LabVIEW
05-08-2022 11:46 AM
Why use LabVIEW at all?
What is the purpose of having the Arduino?
Doesn't the "machine" have interfaces such as serial , wifi, or Ethernet ?
05-08-2022 02:46 PM
this is my final project at university and I should do it with Arduino.
my problem is how I make the Arduino program in LabVIEW
05-08-2022 03:31 PM
@patron.11 wrote:
this is my final project at university and I should do it with Arduino.
my problem is how I make the Arduino program in LabVIEW
? https://www.labviewmakerhub.com/doku.php?id=libraries:linx:start
05-08-2022 08:02 PM - edited 05-08-2022 08:07 PM
In general there are three ways of using LabVIEW with an Arduino
05-09-2022 04:50 AM
the Arduino program is finished but how can I put it on visa is my problem
05-09-2022 09:05 AM
@patron.11 wrote:
the Arduino program is finished but how can I put it on visa is my problem
Watch this video for some good ideas. VIWeek 2020/Proper way to communicate over serial
05-09-2022 03:15 PM
still my problem with how I pit the Arduino program in Visa
05-09-2022 03:25 PM
You don't put the Arduino program in VISA but the following is how you would do that,
I hope, this helps you better connect how LabVIEW and Arduino side of things fit at a high level.
05-09-2022 04:28 PM
@patron.11 wrote:
still my problem with how I pit the Arduino program in Visa
Well since we don't have any idea what your Arduino program does and what your LabVIEW program is intended to do, there's not much else we can tell you.
But your question really sounds like you lack basic understanding of LabVIEW and VISA.
LabVIEW is a programming language, VISA is a hardware abstraction layer for handling communication between programs (LabVIEW, C# C+, Etc.) and hardware (instruments on a serial port, GPIB bus, Ethernet, Etc.).