Hey all,
I'm working on a small "proof of concept" Web Vi that involves charting temperatures into a single waveform chart. I'm collecting data from my hardware in a LabVIEW 2018 VI and processing data through systemlink into LabVIEW NXG Web Module.
Now, I'd like to configure the x-axis to display time in actual one second increments (ie 00:00:01, 00:00:02) without slowing the loop down to 1000ms causing the data to just appear in a sort of lag. I've done this before in regular LabVIEW using for loops, dynamic data conversions, and merging signals but not with whats limited in NXG Web Module.
Anyone have any luck from a previous experience? My LabVIEW knowledge in general is pretty limited so if any of this sounds/looks foolish let me know.
Thanks