04-15-2019 04:53 AM
@bj40 wrote:
The program works well after adding a waiting time before Visa write but I had to give a wait of 2 Seconds.
Anyway it works well now thank You 🙂
Glad to hear it worked, you should only need to do after opening the serial port in LabVIEW. If you keep the port open, it shouldn't need any more pre-write delays for future writes.
0xDEAD
04-15-2019 05:03 AM
Thank you
02-27-2020 05:39 AM
I just found your response on Arduino.
I am not familiar with Arduino and want to know the FAQ you mentioned.
Can you let me know the related information about Arduino-Labview communication?
labmaster.
02-27-2020 09:30 AM
I suspect I was referring to the help files in the Arduino IDE, but can't really remember.
With the arduino connected over USB the standard comms is serial (virtual serial port).
There is an arduino toolkit called Linx that should simplify many tasks from LabVIEW
https://www.labviewmakerhub.com/doku.php?id=libraries:linx:start
Personally I haven't used it, I have always opted to write my own code specifically for the application.
Is there a specific problem you have?
02-27-2020 07:36 PM
@labmaster wrote:
I just found your response on Arduino.
I am not familiar with Arduino and want to know the FAQ you mentioned.
Can you let me know the related information about Arduino-Labview communication?
labmaster.
https://www.arduino.cc/en/main/FAQ
There isn't any information about Arduino-LabVIEW communcation there.
.
01-26-2024 09:43 AM
Hi,
I know it's been 5 years since you did it, but do you happen to have the final result of your code?