03-19-2014 01:47 PM
Yours has the same result as mine. If I form the array from the inputs its like the time component disseapears. It works perfectly as two separate graphs but when arrayed it dies.
also attached is the subVI that I call.
03-19-2014 02:52 PM
I hate how there is such a limited amount of time for editing previous posts. After letting it run for a while, turns out what i thought didn't work DOES work kind of. It screws up the scaling on the X-axis though. Which is why it looks the way it does. I'm not sure how to fix auto-scale. I'm not sure why it insists on starting at that point but I've tried clearing the data out, messing with the scale etc. Nothing seems to help.
03-19-2014 06:33 PM
Victory is MINE! So apparently, the issue I was having is caused by using the millisecond timer as inputs to the "XY Graph as chart". Instead, I broke out the X and Y components from the signals right after the split. Converted the X component into a DBL and input it to the "XY Graph as chart" VI. I now have a program which behaves EXACTLY as I expect it to. I really and truely want to thank EVERYONE for their help. Thanks for taking the time to help out a noob like myself.
I have attached the main VI and the required sub-VI for anyone who comes searching later and would like to see my solution.