11-07-2013 08:36 AM - edited 11-07-2013 08:42 AM
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 :
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
11-08-2013 09:23 AM
Have you had a chance to look at this example? Would it provide you with the functionality you are looking for?
11-14-2013 07:40 AM
@jliles wrote:
Have you had a chance to look at this example? Would it provide you with the functionality you are looking for?
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.
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.
11-14-2013 01:57 PM
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.