10-18-2022 05:11 AM
Hello everyone
i am using a UV sensor in Arduino and i don't have problems with Arduino IDE. My problem is in Labview because i am using LINX but the sensors is not in the options.
What can i do?
10-18-2022 05:24 AM
Hi Roberto,
@RobertoARM wrote:
i am using a UV sensor in Arduino and i don't have problems with Arduino IDE. My problem is in Labview because i am using LINX but the sensors is not in the options.
What can i do?
Don't use LINX!
Use the ArduinoIDE and the (virtual) serial port of your Arduino to communicate with your computer and LabVIEW. Use plain VISA functions in your VI to read/write the serial port…
10-18-2022 06:33 AM
I already solve it. I use the Analog read from LINX and it works. I need to check the accuracy but apparently the sensor is working.