LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

arduino code for function generator using labview

i am doing project "function generator using labview" i have designed block diagram for that. my guide wants me to interface it with arduino. i doesn't have knowledge about that can any one help how to interface with arduino.

0 Kudos
Message 1 of 2
(3,888 Views)
  1. LIFA is old and unsupported so you should consider LINX over LIFA.
  2. You need to determine if LINX is even fast enough to produce the frequencies that you need.  You can determine the highest speed achievable (if you only have a single function) by reading the LINX FAQ here.
  3. If that is not fast enough, you might be able to get higher speeds if you write your own custom firmware (and corresponding LabVIEW VIs) that doesn't have the overhead of LINX.
0 Kudos
Message 2 of 2
(3,020 Views)