LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Built Executable not working same as vi

Have you tried to a remote debug of the executable to see where it is hanging?

 

Or add features to the program that logs things to a file or show strings in a string indicator so you can see how far the VI has progressed at the time it is hung.

0 Kudos
Message 11 of 12
(730 Views)

I did the remote debug and found that it was hanging on a file close operation.  So I did some research and found that the write characters to file vi I was using was removed and so I switch all of those and now it seems to be working pretty well.

 

Thanks for all the help.

Message 12 of 12
(699 Views)