I thought I'd ask the capable members to critique my template. The goal is to end up with a generic XY graph. I'm calling the VIT dynamically and passing properties including indicator references that contain the data. The graph simply pulls the data from the indicators. I use a timed loop so I can eventually add a "dt" input parameter. I split the X and Y as my current application for which I need graphs has several indicators from which the user could select an X and a Y. Using the template, the user can open N graphs with different combinations of X and Y.
I think the references could be passed without strict data types and the subsequent variant outputs then cast based upon another input parameter, but that would be for the future. For now, I'm happy just using doubles.
I used a case statement to avoid the feedback node from continually building upon previous data after the maximum X value is reached. The TRUE case is empty.
Currently, this implementation works fine but I'd like some objective eyes to take a look.
Thanks,
Bill

Message Edited by Bill@NGC on 09-01-2007 01:23 PM