LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

best way to display alarm histories in Labview6?

I would like to display when alarms were active as colored bargraphs
spreading over a given time intervals using standard Labview 6 graphs
whose x axis in Time mode..
I have arrays of time intervals (sec since 1904) for teh various alarms
and would like to avoid filling an array extending between the interval
bounds.
I can always use horizontal bargraphs with multiple sliders and play
with fill attributes (properties).
Any better trick to do the job?
Gérard


--
Regards
Gérard D'Ans (gerard.dans@laborelec.be)
Laborelec Rodestraat,125 B-1630 Linkebeek
tel 32 2 382 0568
fax 32 2 282 0241
ULB SMA (gdans@ulb.ac.be)
Blvd F D Roosevelt CP165 B-1050 Brussels
Tel 32 2 650 2515
http://www.ulb.ac.be/polytech/labor
ulb/index.htm
0 Kudos
Message 1 of 2
(2,472 Views)
Doing a histogram of alarm values over your time ranges may serve to put the data in an easier form for bar graphs. Also, remember that you can use an XY graph as a bar chart also. XY graphs tend to have a little more flexibility if you are willing to do the programming.
0 Kudos
Message 2 of 2
(2,472 Views)