Re: How do I initialize a secondary axis with report generation vi's

2004-02-20 Thread Robert M
Hello Mudda,

It looks like you are trying to view two groups of data in the same
graph, and then send that graph to a report.

If your two columns of data are in separate arrays, you can use the
=93Build Array=94 function to combine those arrays into a two-dimensional
array (see =93Graph Waveform Arrays.vi=94 example, which can be found
under Help  Find Examples).

A two-dimensional array can be wired directly into a graph.  The two
arrays will show up on the graph as different plots (in different
colors), both on the y-axis.  The data in the 10 range will show up
lower than the data in the 100 range.

If you want to plot your two data columns against each other on
different axis, wire a two-dimensional array into an =93XY Graph=94 (see
=93XY Graph.vi=94 example, which can be found under Help  Find
Examples).

To view a graph in a report using a report generation VI, use the
=93append front panel image to report=94 VI.  The LabVIEW Report
Generation Toolkit for Microsoft Office will provide more report
functionality for adding graphs to Word and Excel, if you do not
already have it.

If these suggestions are not exactly what you are looking for, please
post more information so I can better assist you; or, ideally, attach
this portion of your application to examine.  Have a great day!

Robert M
Applications Engineer
National Instruments



How do I initialize a secondary axis with report generation vi's

2004-02-19 Thread Mudda
I have two cloumns of data. one is around the range of 10 and the
other one is in 100 range. I want to display these two columns in the
same graph. Can i use the secondary axis for my second column. Is it
possible using repport generation VI's. The other question is can I
specify which coloumn I want to use on x-axis and y-axis.