Hi I'm a beginner at Labview.
I'd like to plot a real time contour graph from voltage readings from 4 diodes which is obtained via the DAQ. The x-y coordinates are the coordinates of the locations of the diodes while the z coordinate is the (current) voltage measurement of each diode.
I've already splitted up my location coordinates into x-vector and y-vector. I've tried to wire my latest readings values into the z matrix, however I received an error about the different data types.
Any idea how can I plot a 3D real time contour graph?
Ps. With the exception of the 3D graph, everything else works prefectly.