04-10-2014 09:40 AM
I suspect that you have your data wired to the graph incorrectly but if you don't post your code we are just guessing here.
04-10-2014 10:14 AM - edited 04-10-2014 10:17 AM
Heres the block diagram, feel free to edit it.
04-10-2014 10:21 AM
Your are creating an xy graph with a single point at (17; 2) (i.e. two indices).
Please attach some real data and omit all the stuff that's irrelevant before attaching code (e.g. all the stuff from other tabs)..
Why are you micromanaging the code based on the tab state using a case structure?
04-10-2014 01:21 PM
Heres two files, one is the weather data the other is the radio data. I used the case structure with tab because ithought it would make the code look cleaner. Is is it wrong to do this?