09-02-2012 02:00 PM
Solved! Go to Solution.
09-02-2012 02:19 PM
Use an Action Engine to store your information. Both loops can update and ask the AE if anything changed.
/Y
09-02-2012 02:22 PM
@Yamaeda wrote:
Use an Action Engine to store your information. Both loops can update and ask the AE if anything changed.
/Y
Thank you for the reply!!
I'm not familiar with the concept of the "Action Engine"...and am starting to research, but if you had some links or quick example that would help immensely.
Again, thank you for the quick reply!!!
cayenne
09-02-2012 02:23 PM
Hi cayenne,
You could probably use a LV2 Global which is a simplified Action Engine
steve
09-02-2012 06:43 PM
Thank you both of you for the suggestion.
I was able to figure a way to get the values out that I needed without the AE....but I read the link to the Nugget about them, and I can forsee a use for them in the future.
cayenne
09-07-2012 09:52 AM
Morning:
I am new to the forum, and I could not find a place or a how to post my question:
I currently have three While Loops in my VI, one of them is controling an Arduino for RPM control which it seems to be working fine. The other 2 Loops are calculating mean Pressure and Torque coefficient. Im having an issue in my front VI: The data is being graphically displayed but when I run the VI it only displays data for Pressure but not Torque. The Arduino and Pressure Loop are working but there seems to be a lag time or something that its not letting the Pressure and Torque loop to run at the same time in real time. The Torque graphs displays the x-axis but there is no amplitude. It seems that is waiting for the pressure loop interations to happen before starting Torque calculations. How can I have both loops run and be able to display both graphs?
09-07-2012 10:04 AM
Go to the main LabVIEW board and press "New Message". Please include code so we can help debug.
09-07-2012 10:05 AM
This is a copy of my VI.