LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application builder - function crashes after succesful build

I'm trying to build an application using the application builder in Labview 7.1. Application runs smooth in Labview. So does application builder. It's essentially a data logging application, reading from 2 com-ports and turning on and off some peripherals with a PCI 6503 card.
 
However, the .exe file created by the application builder crashes giving a memory error, some HEX-addresses and the classic "Send error report to Microsoft" window.
 
This far, I tried
1) building a simple application plotting random numbers - works fine
2) I'm using only one labcard (PCI 6503) so I removed code communicating with that card - still same error
 
Any hints on how to proceed?
0 Kudos
Message 1 of 3
(2,339 Views)

Hello Claes!

What error message do you get?

Have you tried to repair LV 7.1/ application builder?

 

Best Regards

Ashwani S.
Applications Engineer
National Instruments Sweden
0 Kudos
Message 2 of 3
(2,295 Views)

Hello Ashwani,

thanks for the input. I solved the problem. It was the "time delay" vi that was causing the problem. Once I located the error, it was easy to make my own vi doing the same thing, cut out all the time delays I had been using, and now everything works fine.

Cheers,

Claes O.

0 Kudos
Message 3 of 3
(2,289 Views)