05-27-2014 09:17 AM
05-27-2014
09:42 AM
- last edited on
05-20-2025
03:43 PM
by
Content Cleaner
Dear ikchan,
You can use LabVIEW interface for Arduino to connect to your arduino.
Regards.
05-27-2014 10:09 AM
05-27-2014 10:18 AM
Dear Nap,
I attached the program for your comment.
But I think i sketch program is so simple in the while loop....
Many thanks for your reply
05-27-2014 11:30 AM
Could you please tell us what does this error say. Place a screenshot of the error wndow here.
05-28-2014 03:47 AM
Dear Nap,
I attached the screenshot for your review.
Could you kindly advise any rectify method?
Many thanks for your reply
05-28-2014 07:04 AM
Check for following niches:
1. Check whether the COM port you have selected is correct.
2. Check whether your arduino is loaded with LIFA firmware.
05-28-2014 02:24 PM
@NapDynamite wrote:
Check for following niches:
1. Check whether the COM port you have selected is correct.
2. Check whether your arduino is loaded with LIFA firmware.
The error wouldn't be with not loading the LIFA firmware it is "Insufficient location information or the device or resource is not present in the system." So I'm going to guess that COM5 doesn't exist.
Click the little arrow next to COM5 and it will list the COM ports that LabVIEW (and MAX) see and can use. If yours isn't listed you'll need to figure out why. If none are listed then you likely don't have VISA installed.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-30-2014 09:27 AM
Dear Nap,
I can communicated with arduino now, many thanks for your help.
But, my target is "read digital signal" then through Labview program to trigger video file,
could you help me?
Attached my initial program for your comment
05-30-2014 10:44 AM
You mean when the digital pin of your Arduino goes HIGH, you want to play a video?