Really useful tutorial - serial communication with Arduino. Opens up a lot of real world possibilities!
@AnhTuanNguyen-fr2yv Жыл бұрын
These are basic but interesting excercises. Thank you a lot.
@labviewexercises8585 Жыл бұрын
welcome.
@albertogonzales701411 ай бұрын
very fine. ❤
@labviewexercises858511 ай бұрын
Thanks.
@electron73732 жыл бұрын
I love your tutorials, but can you please not have music while you are explaining technical detail. It is distracting for the beginner. Sorry, I don't mean to offend.
@IoTbyJacky2 жыл бұрын
Thank you sir
@yunusjakpar66602 жыл бұрын
Hye I need your help how to receive reading data from pump controller using VISA
@labviewexercises85852 жыл бұрын
contact getlabviewsolutions@gmail.com
@alandunne6341 Жыл бұрын
I built this circuit but nothing appears in labview read buffer. The only option I get is com3 for VISA resource name. In your video you get more options, com3, LPT1 and some other option beginning with A which is the one you selected and it works for you?? Not sure why I dont get more options? Am I missing something?? My arduino is working perfectly and serial monitor is displaying the correct distance. Labview is not detecting the arduino serial monitor? I am running labview 2023. Any help welcome.
@labviewexercises8585 Жыл бұрын
Make sure you have installed proper libraries while installing LabVIEW. Or try close your labview and then come back again and see if shows up anything.
@alandunne6341 Жыл бұрын
@@labviewexercises8585 Thanks for the prompt reply. I had not installed the labview drivers for VISA so it would never work. I installed the drivers and now working without issues. Thank you again.
@mohamedshuaibnasir8797 Жыл бұрын
HI BRO SAME PROBLEM, I'M TRYING IT NOW . HAVE YOU FOUND THE SOLUTION
@2mrRB9 ай бұрын
it might have to do with the waiting time in arduino and in the while loop. i have a similar problem and i noticed that changing the waiting and delay time improves this.
@davidmendez74782 жыл бұрын
HELLO GOOD AFTERNOON I CAN MAKE A PROGRAM FOR A DRIVE THAT HAS A RS232 PORT AND BE ABLE TO CONTROL THAT DRIVE THROUGH LABVIEW. ???
@labviewexercises85852 жыл бұрын
yes, you can. All you need is the product manual and find out the command keys. If you want me to do this job then you can contact me at getlabviewsolutions@gmail.com
@creativeideaseee Жыл бұрын
nice can you show the Distance sensor comment in labview ?
@labviewexercises8585 Жыл бұрын
The sensor used for distance measurement is ultrasonic and it is the first part of the video.
@adityapavan2025 Жыл бұрын
Bro could you please provide the code for ultrasonic ramge meter in arduino
@labviewexercises8585 Жыл бұрын
That is clearly visible in the video.
@MarioTheLiopleurodon3 ай бұрын
Not working for me. My serial monitor registers the sensor data, but I'm not getting *ANYTHING* in LabVIEW. On top of that, my STOP button says "this is valid, but it doesn't work" like what kind of error is that? Total BS system, make it make sense!
@sagrariolam99223 ай бұрын
Un “or” arregla tu problema conecta una parte a la línea de error y otra al stop (control) y la punta del “or” conéctala al círculo rojo. Y ya te va a funcionar esa parte.
@wna787 Жыл бұрын
Can you help me in this how to do step by step please ? Build a temperature control system based on Lab VIEW and Arduino MCU, connect a temperature sensor to the Arduino unit, let the user define a three levels of control as following: - Level 1 if temperature is less than 22 °C, a green LED should be turned ON. - Level 2: if temperature is more than 22°C and less than 30°C, a fan should be turned on to 50% of its max speed. -Level 3: if temperature is more than 30°C and less than 38°C, the fan should work at 90% of its max speed. - Level 4: if the temperature exceeds 38°C then turn a Red LED ON and a 5V buzzer at a IkHz frequency. store the temperature values in a file with a rate of one reading each minute.