LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hypertrend problem adding trace from block diagram

Hello,

 

does anybody know the propper way to add a trace/traces to Hypertrend. To be more exact, I have multiple traces in Citadel databes that I want to extract programmaticly do some manipulations and them show the trace on hypertrend. When I try to replicate the solution from Examples (Trend Viewing Options and simnilar) the result is following : HypertrendProblem.png

I tried everything but I can't get to write to the field "Trace Path" (shown on picture above) instead by writing to URL property it writes to "Name:" field. 

 

EDIT: I use LabView ver 7.1

Message 1 of 4
(2,891 Views)

Have you had a chance to look at this example? Would it provide you with the functionality you are looking for?

 

Community Example

Jeff L
National Instruments
0 Kudos
Message 2 of 4
(2,857 Views)

@jliles wrote:

Have you had a chance to look at this example? Would it provide you with the functionality you are looking for?

 

Community Example


Hello jliles,

I've tried the mentioned example but with no joy. I've switched to LV 2010 but still cannot programmaticly add traces from library. Here is the current version that I'm trying to make work.error.png

The main reason thaht I'm trying to use HyperTrend is the issue that is coming up when using XY Graph with Citadel database. Under some conditions the XY Graph sets the begining of time to year 1904 when reading a trace. The HyperTrend doesnt have that problem, but the problem is how to add traces programmatically the same way I do it with XY Graph.

 

Thank You for Your time.

 

0 Kudos
Message 3 of 4
(2,822 Views)

What about this example:

 

Programmatically Add Traces to the DSC HyperTrend Control

 

It appears to do additional formatting that leads me to believe the URL is parsed when the Add Trace method is executed. The computer information is combined with information about the library and fed into the URL input.

 

Try this out and let me know if it helps.

Jeff L
National Instruments
0 Kudos
Message 4 of 4
(2,815 Views)