12-03-2022 02:43 PM
I am trying to make a VI that plots a polynomial graph from three sperate numerical controllers which hold the three coefficients of the polynomial. I cannot figure out how to have these three controllers combine into a polynomial equation and then have that equation graphed out on an XY-Plot.
12-03-2022 03:15 PM - edited 12-03-2022 03:17 PM
The solution involves several steps and you don't really tell us what the problem is. If you are unfamiliar with LabVIEW, I would recommend you start with some simple tutorials about the principles of graphical programming and the magic of dataflow.
Here's what I would do (in probably under a minute!)