04-29-2015 06:30 AM
04-29-2015 06:34 AM
Hi
I am using Labview 2012 version. I am new to using arduino. I am trying to run a code that counts the number of pulses from a flow-rate sensor.
I have attached the block diagram above with the highlighted execution tool used to find the problem. I am getting an ERR (5002) after my Init block. I first has my input connected to pin 2 but since have changed it to pin 6 and the problem persists. Could someone please help me with this problem. Do you need to upload a code to arduino for this to work?
Kind regards
04-29-2015 07:48 PM
vincent28 wrote:
Do you need to upload a code to arduino for this to work?
Yes, this is a requirement. When you switch to LINX, there is a "Firmware Wizard" that will upload the firmware for you.
Regardless of which you use, you will want to create a custom function to accurately acquire the sensor data. This will be much much much easier in LINX. The only thing that you need to figure out is the Arduino code that will obtain this information from the sensor.