09-05-2006 12:39 PM
09-07-2006
03:19 PM
- last edited on
09-20-2025
03:44 PM
by
Content Cleaner
The default setpoint corresponds to a percentage of full scale. You should look at the manual for the PID Toolset. Specifically, on page 3-14 there is a section called "Converting Between Percentage of Full Scale and Engineering Units."
https://www.ni.com/docs/en-US/bundle/372192d/resource/372192d.pdf
As far as manually accessing the data in the array of clusters, I'd wire the array into a For loop so that it changes one element with each loop. Then I would use a bundle or a bundle by name to change the data in each element. Wire that to the outside of the for loop to create the new array. I attached a simple example
Christopher W.