09-29-2008 08:07 AM - edited 09-29-2008 08:08 AM
I'm trying to build a mixed signal graph with 4 inputs (Temp, Temp setpoint, %RH and %RH setpoint). I'd like the X axis to be absolute time, but not sure how to wire it correctly. From searching the help files and discussion forums I gather I have to include a timestamp as a DBL. So far I have created the following 3 scenarios:
I seem to be missing something basic. I would greatly appreciate anyone's help...before the computer gets it! 
PS LV8.5/WinXP Pro
Solved! Go to Solution.
09-29-2008 08:36 AM
Why isn't this working -->
- Right click on the graph
- Click 'Properties"
- Go to "Format and Precision"
- Select x-axis
- Select "absolute time"
09-29-2008 09:16 AM
09-30-2008 12:18 PM
Just to add...I tried several more variations by building arrays instead of bundling into a cluster with no avail. I also tried the same vi's in LV8.2.1 to see if it is a bug in 8.5, but didn't help either. I'm relinking the pics again below. If anyone knows a link to some more info on mixed graphs that may help too. I've only found one with absolute time and it didn't really help for what I want to do.
2 inputs (works with absolute time):
4 inputs (doesn't work):
Thanks again...
09-30-2008 12:24 PM
09-30-2008 12:34 PM - edited 09-30-2008 12:39 PM
09-30-2008 01:37 PM - edited 09-30-2008 01:37 PM

09-30-2008 01:50 PM
I will attach another image of the one with relative time this evening. Notice on the example you provided, the times all read December 1903. How do you get around that? That's why I had the timestamp converted to DBL piped in...though i'm not sure that's the right thing to do.
09-30-2008 07:49 PM - edited 09-30-2008 07:54 PM
Here is a simplified version of my working application. Each iteration of the loop polls 4 analog inputs- Temperature, Temp setpoint, %RH and %RH setpoint and 6 digital inputs. This currently works. I can't seem to just add a timestamp as a DBL, it only shows up as another plot. This will only work with a relative time, or the absolute time shows up as 1903.
The computer is about to get the worst of this
10-10-2008 10:49 AM