Hi all!
I am kind of new to Arduino and caught up in a problem.
We've been assigned to make an instrumentation program for our university course. I've developed the complete functional program on UNO and it works pretty well. The problem arises when I want to develop an interface for my program i.e represent some variable states (through LEDs on LabVIEW) or control some processes using some button on the LabVIEW interface.
All of the youtube videos I've watched, bypass Arduino programming and program their whole code on LabVIEW. Our instructor has expressly told us to "program on Arduino" and "make the interface on LabVIEW".
I know a bit about VISA, LIFA, and LINX. Please let me know where I'm wrong and whether it is possible to program on Arduino while communicating a few inputs and outputs to and from LabVIEW.
Thanks!!