Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

rt_loadsend (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: rt

Requires: Real-Time Module and Real-Time Execution Trace Toolkit and MathScript RT Module

Syntax

rt_loadsend(filepath, netaddress)

Description

Loads a trace session file and sends the session to the Real-Time Execution Trace Tool running on a host computer.

Details

Examples

Inputs

Name Description
filepath Specifies the location on the RT target where the trace session file is saved. filepath is a string. You must specify the complete path. This function does not support relative paths.
netaddress Specifies the DNS name or IP address of the host computer running the Real-Time Execution Trace Tool. netaddress is a string.

Details

(Real-Time Execution Trace Toolkit) This function is equivalent to the TraceTool Load Trace and Send VI. You can use this function in conjunction with the Execution Trace Tool VIs. However, you must have the Real-Time Execution Trace Toolkit installed and activated to use this function.

Examples

rt_loadsend('c:\tracelogs\mytrace.log', 'MyHostPC');

rt_loadsend('c:\tracelogs\mytrace.log', '10.0.62.2');

Related Topics

rt_starttrace
rt_stopsave
rt_stopsend


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit