LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible for Chart display two lines of limit ?

Hi all ,
Is it possible for Chart display two lines of limit ?
Which is never changed by time .
Namely two lines come out immediately ,not gradually appear by loop.
 
For detail ,see attach file.
0 Kudos
Message 1 of 10
(4,960 Views)
Well, you can write your code so it looks like that is what's happening...

The basic idea is to preload the plot with data containing just the limit line and then start passing in your datapoints. See the attached VI.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 2 of 10
(4,939 Views)

Thank you in advance !

but your vi can not meet this function that wave line start from 0.And yours start from 8.

This line of wave does not start from "0",.I want to it start from "0" to display wave .

For detail ,see attach files .

Thank you !

 

帖子被acty在05-07-2007 12:12 PM时编辑过了

Download All
0 Kudos
Message 3 of 10
(4,925 Views)
If the Y axis is always the same and does not autoscale, you could just overlay two horizontal lines from the decorations palette. 😮
0 Kudos
Message 4 of 10
(4,911 Views)

"If the Y axis is always the same and does not autoscale, you could just overlay two horizontal lines from the decorations palette."

 

But it does not auto to set the range of  two lines of limit  .

For example , sometimes ,set its range is from 10~15

                         or set 32~45 .

I want to it can auto set by program.

Thanks .

0 Kudos
Message 5 of 10
(4,906 Views)
Howdy,

If you use a Waveform Graph, you can use cusors to do exactly what you want. For example, you can use one cusor for an upper limit, and another cursor for a lower limit. You can set these limits programatically, in case they change during the program run, and they are not affected by the data shown. You can also choose to show or hide the cursor list. Very convienient.

See pics for an example.

B-)


Download All
Message 6 of 10
(4,883 Views)

Thank you for your help !

but I want  the display of data  to gradually come out on panel.

And Waveform Graph is display by get  array data.

It can't display point data gradually .Namely it can't display for real time .

Thanks .

帖子被acty在05-07-2007 07:51 PM时编辑过了

0 Kudos
Message 7 of 10
(4,874 Views)
I have no idea what your program is supposed to do, but you can certainly have the waveform graph update continuously. You just have to play around with the array functions.

Where is your data coming from?


Download All
Message 8 of 10
(4,864 Views)
Here, try this one...

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 9 of 10
(4,854 Views)

Thank you for your help !

But I still have a problem and need your help once again .

That is how to do and get the following function .

Automatically display value when cursor of mouse approach point of data "

 

For detail ,see attach file.

Thank you !

帖子被acty在05-07-2007 10:18 PM时编辑过了

0 Kudos
Message 10 of 10
(4,844 Views)