LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remote trace DETT: VI highlight problem

Hello all,

 

I am able to trace an application remotely with the DETT 2015 (Desktop Execution Trace Toolkit) as described here:

http://digital.ni.com/public.nsf/websearch/A50A8BBFD737679186257D7700688757

http://www.ni.com/white-paper/8083/

 

 

 

But my problem is:

When I double-click on entry, it tells me it cannot highlight the VI.

(see attached screenshot)

 

What I am doing wrong?

 

I have created in this way:

1. create new very small LV2014 SP1 (14.0.1f3) Project

2. create EXE from it (with all needed configs: see below)

3. copy EXE to remote PC

4. from LabView: My Computer->right mouse click->start Trace Execution

5. In DETT connect to remote computer and application

6. start DETT

7. start Application on remote-> OK, there are new entries in DETT arriving

8. double click on one entry-> It tells me, it cannot resolve VI

 

Copied "Desktop Execution Trace Toolkit" Folder to "C:\Program Files\National Instruments" on remote -> Did not help.

 

Also tried with DETT 14 (on other PC) -> did not help

 

 

my config file:

[DETT_Test]
server.app.propertiesEnabled=True
server.ole.enabled=True
server.tcp.acl="long-hash"
server.tcp.enabled=True
server.tcp.port=3634
server.tcp.paranoid=True
server.tcp.serviceName=""
server.vi.access="+*"
server.vi.callsEnabled=True
server.vi.propertiesEnabled=True
WebServer.TcpAccess="c+*"
WebServer.ViAccess="+*"
DebugServerEnabled=True
DebugServerWaitOnLaunch=True

-------------------------------------------------------------------
Eugen Wiebe
Bernstein AG
CLAD - Certified LabView Associate Developer
0 Kudos
Message 1 of 3
(7,509 Views)

Hi,

 

does your executable work properly on the remote PC? Maybe there is something missing.

 

Best,

 

anna

Anna Vogl
Certified LabVIEW Developer
0 Kudos
Message 2 of 3
(7,466 Views)

My executable works fine. That is not the problem.

 

Perhaps the problem is with the "VI in EXE Path" (behind EXE path) ?

see attached image

 

Is anybody able to trace a remote application, double click on the trace entry and it jumps into LabView code?

 

-------------------------------------------------------------------
Eugen Wiebe
Bernstein AG
CLAD - Certified LabView Associate Developer
0 Kudos
Message 3 of 3
(7,456 Views)