09-27-2017 12:26 PM
Hi All,
I am completely new LabVIEW user, just completed Core 1&2 classroom training. I'd like to build force plotter (plot force vs position).
I'm acquiring signals from sensors. I don't really know how to plot them against each other (my idea is to build arrays then pass data to XY graph) and how to calibrate sensors and scale the stroke axis .
I'd be appreciate for any help and clues.
Thanks
Greg
09-27-2017 03:26 PM
Yes, you can check out examples (help >> find examples) of data types that the XY graph takes. The one I use most is a cluster of 2 arrays for a single plot. Some options include:
09-27-2017 05:16 PM
... and if the "position" values are equally spaced (e.g. if you use a linear "position" ramp to measure the forces), a simple waveform graph is sufficient. Just set x0 and dx for the x scale accordingly.
09-28-2017 02:07 PM
Thanks for the tips.
Could you have a look at the attached file.
Many thanks.
09-28-2017 02:25 PM
09-28-2017 02:36 PM - edited 09-28-2017 02:38 PM
Here's what I had in mind (LV 2013: not tested, so there could be bugs).
Also please keep the front panel and diagram to a reasonable size. (Each spanning the width of two monitors is not reasonable! Also, it does not make a lot of sense to wire an error handler after you clear all errors. What do you expect to see? :D)