LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hello!!!I need to read some data from the serial port and processing these, at the same time I want to see the process that I am doing.

I read the data without problems, and I see them using Waveform graph, the problem is that I want to see the real time stamps, but in the graph appears 2:00:00,000 and 01/01/04, so the date and the time is wrong :(!!
Can I change this?
I am thinking that the problem is that I have to adquire the data and the time stamps ( using Get date/time) and after, I have to represent both!!!

Thanks!!!
0 Kudos
Message 1 of 3
(2,556 Views)
Hello,
As you probably know a waveform is made of a beginning time (t0), a time difference between each value (dt) and an array of values (Y). Your problem is probably that you don't initialize t0. Use the Vi 'Waveform->Build a waveform' to initialize the time of the waveform.

Hope this helps !
Julien
0 Kudos
Message 2 of 3
(2,556 Views)
Hi again!!

I have tried the solution that you have given me!!The problem is that I am not using the real data , I am simulating the signal, so, I have a problem with the data types! But I think that when I work with the real data. I can use build waveform and solve the problem!!

Thanks!!!

Graci
0 Kudos
Message 3 of 3
(2,556 Views)