DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set waveform axis range of TDR(Report Layout) file from LabVIEW dynamically....

Hai...

      i am using LabVIEW 8.6 and DIAdem 11. i have created a TDR (Report layout file) in DIAdem, i am calling the TDR file from labview by using DIAdem Report Express VI, In report layout file i have created some waveforms, while creating a report, the waveform y axis range, x axis range and no of ticks are automatically changed according to the wavform amplitude and time change, but i want to set the range and no of ticks manually from labVIEW, because i am changing the waveform range depends on my analysis....so how to do that....pls help me...

0 Kudos
Message 1 of 3
(3,644 Views)

Same question, you are not alone 🙂

 

Waiting for reply.

 

Up to now I'm truncating the data from the top and bottom by "In Range and Coerce Function " using Y range data from the plot.

But it do not fully solves the problem as soon as no data fits into the graph window

Message Edited by Podoba on 02-01-2010 09:19 AM
0 Kudos
Message 2 of 3
(3,628 Views)

Hi Guys,

 

If you're going to provide the DIAdem axis scaling information from LabVIEW, your going to have to send the axis scaling information to DIAdem and then run a DIAdem VBScript to apply that scaling information.  My recommendation is to continue using the DIAdem Report.vi that ships with LabVIEW, but use it to run a VBScript instead of load a REPORT layout file (*.TDR).  This means you will need to create a TDMS file that contains the parameters you want to pass to DIAdem, then have the VBScript that LabVIEW tells DIAdem to run always load that TDMS file to receive those parameters, then run VBScript commands that use those parameters.

 

I'm including an example,

Brad Turpin

DIAdem Product Support Engineer

National Instruments

0 Kudos
Message 3 of 3
(3,619 Views)