01-10-2023 11:22 PM
Hi,
I am new to Labview. I am trying to simulate two PID loops simultaneously using the PID (DBL Array) as shown in the attached vi. However, the PID loop does not appear to produce any output. I would be very grateful if you can point out the (foolish) error in my code!
Thanks in advance.
Solved! Go to Solution.
01-11-2023 01:12 AM - edited 01-11-2023 01:15 AM
Hi KF,
there are several problems with your VI:
See this:
One problem is solved, the other not…
Suggestion:
Instead of using BuildCluster to create the plots for your chart I would stick with array functions (BuildArray). This way your code is more scalable once you start to use more than two channels in your PID…
01-11-2023 01:25 AM
Of course! Had looked all over for an example using the PID array but couldn't find one.
Many thanks!