06-25-2012 08:47 PM
Is there a way to rename the "Result" of the Formula vi?
I want to combine several formula results into a cluster and it gets confusing because each name in the bundle is named "Result"
I'm using Labview 2011 SP1
Thanks! 🙂
06-25-2012 09:31 PM
Can you show an example of your VI?
If you bundle things into a cluster using the Bundle by Name, you'll be able to define each element in the cluster whatever you want.
06-25-2012 10:56 PM
Please look at the Read Inputs case. There are two formulas (Formula and Formula 3) that are connected to a "Bundle"
I want to change the calculated value name "Result" in the two formulas to something else, not "Result"
I tried using "Bundle by Name" but it says I am connected two different types.
Thank You
06-25-2012 11:01 PM
Create typedefs for the desired clusters and use the bundle by name as suggested above. This will allow you to name the elements whatever you want.