LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Plot I-V graph

Hello all, can anybody help me, I think the connection is correct but the graph plot is not appearing. If using index array, how is the connection? Thank you for your help

Download All
0 Kudos
Message 1 of 4
(3,711 Views)

Hi

You have enabled clear data on each call in the build XY graph function.

Double click this vi on the blockdiagram and yu should be running.

Better is to build the data yourself intead of using an express vi that uses the idiot dynamic dataype.

use two shiftregisters to store the data and build a cluster from that to display

2016-08-24 10_41_04-Untitled Block Diagram.png

greetings from the Netherlands
0 Kudos
Message 2 of 4
(3,475 Views)

Thank you Mr. Albert, this project where I need to get sensor values from arduino. So I can't build the data myself.  From my block diagram, what should I add or remove to make sure that it will not clear the data? 

0 Kudos
Message 3 of 4
(3,475 Views)

Add the shiftregisters to your while loop by rightclicking the loop and select add shiftregister twice.

The instead of using the i and the randomize function connect he two values you get from your instrument/arduino to the build arrays and after that feed both arrays to he build cluster that feeds into the xy graph

greetings from the Netherlands
0 Kudos
Message 4 of 4
(3,475 Views)