ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fromatting waveform graph

Hi there,

How could i change the timing interval of waveform graph programmatically?
graph.jpg

E.g.: 00:00:01 should be 00:00:05.

Kind regards,

Balázs

0 Kudos
Message 1 of 4
(3,795 Views)

set max X to 0:00:10 (via property node or manually)

0 Kudos
Message 2 of 4
(3,777 Views)

Do you mean right click on waveform graph then Create->Property node-> X scale->Range>Maximum? I tried it but does not work for me.
I also tried right click on waveform graph then Create->Property node-> X scale->Offset and multiplier > offset. Then increment the value of offset by 5 every interation. Result: code worked in highlight execution but in real time it does not. (sometimes stepped more on x axis)

Is there a way anyhow to manipulate x axis programmatically? Eg. iteration of while: 1st iteration: 00:00:05, 2nd iteration 00:00:10, etc.. ?

0 Kudos
Message 3 of 4
(3,750 Views)

Is auto scaling turned off?

Show your simple example with "bug", I don't understand what is "code worked in highlight execution but in real time it does not"

0 Kudos
Message 4 of 4
(3,745 Views)