01-24-2014 07:24 AM
Hello everyone,
I've installed a Lauterbach Debug Interface to my laptop, which I am able to use through the Trace32 program which I got with on a CD together with my Lauterbach.
I've installed the VI according to the description and now I am trying to create my very first Lauterbach control program, which initialize the HW, produces a handle ID and then terminates the connection, according to the picture below. My issue is that I get the error "failed to initialize Trace32" in the error out box, which obviously is a clear indicator that my program fails to do what it is supposed to do. I tried to google this problem, but could not find a solution anywhere.
Can someone help me with this issue, as it is a quite irritating problem.
Best Regards,
Magnus
Solved! Go to Solution.
02-12-2014 08:27 AM
Hi Magnus,
Since the error is generated by the Lauterbach plugin I would recommend contacting the Lauterbach support team. Please find a list of Lauterbach representatives in the link below:
http://www2.lauterbach.com/doc/intlabview.pdf
Best regards,
Robert
03-17-2014 07:16 AM - edited 03-17-2014 07:18 AM
Hi Magnus,
I am facing the same issue at my end. Are you able to resolve it now ?
If you could give some pointers as in to debug in which direction, it would be really helpful!
Also, what do you enter in the NODE & DEVICE fields of the Trace32_init.vi ?
Thanks 🙂
03-17-2014 07:39 AM
Hi depi,
Yes, as a matter of fact I can perhaps help you. The whole point of the matter is not only to start the T32Start Window and enter the values from the pdf provided by Lauterbach. You really need to start the Debugger by pressing the start button in the frame to the right, that will enable a connection between the computer and the HW, which Labview can use.
Not enough (click start in the right frame):
This is what was required to be able to control the HW from Labview:
Not the best solution I've ever seen, but if this window is running in the background and I am able to control the HW from LV, then it is a small price to pay. 🙂
Good luck!
03-20-2014 04:03 AM
Hi Magnus,
Thanks for the clue. It worked 🙂
Now I am planning to write batch file to open the T32 application and call it from labview before initialisation!
Thanks again,
depi
03-20-2014 04:36 AM
Hi Depi,
Great to hear that your application worked!
I've been able to write a small program which automatically opens the Trace-debugger and initializes the HW, so that the user doesn't have to go through the trouble of making sure a specific program is running on the computer. I would say that this code is what I was looking for when I posted my original question.
03-21-2014 03:19 AM
absolutely bang on Magnus! 🙂
Thanks again!
05-13-2014 08:34 AM
can you help me plz, i'm searching Virtual Instruments for TRACE32.zip but i don't found it 😞 .
05-13-2014 01:00 PM
01-22-2015 08:01 AM
Have you tried reading variable values from an application running in controller? I have kept Trace32 Power view open and then trying to read variable value but I am not able to get the same (it updates variable value only once) and shows data alignment error in Power View Debugger window.