01-03-2025 12:28 PM
Hello,
Example.vi: I'm having an issue with my Waveform Chart in Labview. What I would like to do with this chart is show some history of data (in my code attempt I arbitrarily set it to 180 seconds but would more likely want to do something like 4 hours) and have a bit of a buffer on the right hand side of the chart so the newest data point isn't popping up on the right axis (again, attempted to set it to 60 s arbitrarily).
EPS.vi: What I would really want to do is have my data start at the left axis of the chart and track to the right for about 4 hours. Then when it hits the right hand side of the screen, that time becomes the LHS of the screen and the 4 hours starts again, but you could scroll back a bit to see old data. I tried coding this as well (I thought it was a simple sweep chart that displayed 14400 seconds of data - with an offset of 0 and multiplier of 1, then set buffer to 18800), but my x-scale became almost arbitrary and the values in the property box changed when I ran it.
I have tried to use several other posts on the forums to guide my coding, but nothing I have tried works. I must be misunderstanding something in the property nodes (xscale.offset, xscale.max, xscale.min, xscale.start, etc.), but I can't find anything to help me out.
From what I can tell on the forums most labview experts hate the DAQassistant but I am doing my best here.
01-03-2025 01:48 PM
@ByrneLab wrote:
From what I can tell on the forums most labview experts hate the DAQassistant but I am doing my best here.
Also, most users here don't have LabVIEW 2024, so I recommend to do a "save for previous" (2019 or below) before posting VIs.
01-03-2025 02:57 PM
Is this good? I used Toolkit V Picture Control v2.
01-03-2025 06:04 PM - edited 01-03-2025 06:09 PM
Yes, that's fine. I can open it.
01-06-2025 10:36 AM