03-24-2008 02:27 PM
03-25-2008 11:52 AM
03-27-2008 09:02 AM
03-27-2008 09:47 AM
Just got time to look at your example. I hope you're not using this exact code for each subpanel. You're calculating the averages for all of the AI channels and then only selecting the output of the channel you're interested in. You would be performing 10x the number of averaging calculations necessary.
B/T/W, you could simplify the part where you are converting the Timestamp to a date/time record and performaing the h/m/s mutiplications by just converting the output of current time to a double and wiring that directly into the property node, then set Formatting for the x axis on the chart to absolute time (hide date if not needed).