LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting History size of rolling graph

How can i set the history size of a rolling graph dynamically
by code ?

Thank for your helps.
---
For french reader :

Je souhaiterais pourvoir changer la longeur de l'historique par code
mais je ne trouve aucun attribut lié à cette propriété du graphe
déroulant.

Merci de votre support !
0 Kudos
Message 1 of 2
(2,691 Views)
[posted and mailed]

crafton@noemail.no (Crafton) wrote in <39B50C9E.9300D7F4@noemail.no>:

>How can i set the history size of a rolling graph dynamically
>by code ?
>
>Thank for your helps.

Don't think you can, however you can create a FIFO buffer using a LabVIEW 2
global (uninitialsed shift register; USR) and re-plot your data on a
different graph type.

--

Alexander C. Le Dain, PhD
ICON Technologies Pty Ltd
http://www.icon-tech.com.au
0 Kudos
Message 2 of 2
(2,691 Views)