LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using iteration number as time on graph

Woh, your code isn't verry clean, I suggest to read Labview beginnings to learn rules of programmation...

Sorry, I use a French version of Labview, but I joined the vi. You can do the custom X axis of your choice, this is an exemple :

 

 

V-F
Download All
Message 11 of 13
(308 Views)

Sorry about the sloppy code, like I said I was in the middle of integrating that example VI I found and I wasn't planning on showing anyone else my code.

 

 

I think you are misunderstanding what I want to do. Changing the display format to use time codes will only use real-time.

 

I want to use my x value data as simulated minutes, as the simulation returns results hundreds of times faster than real-time.

0 Kudos
Message 12 of 13
(296 Views)

Hi,

If I well understand what you would like, your while loop executes each 0.05s, and you want this time represents 1 minute on your XY graph ?

In this case, just multiply by 60 the X-Value input of sub-vi "Graph as chart"

I hope it will help you.

Regards,

V-F
0 Kudos
Message 13 of 13
(282 Views)