07-10-2006 11:39 AM
07-10-2006 01:52 PM
@Mari wrote:
I have made a program using labview 8.0 and project and the DSC-module. It worked find for a lont time, but now each time I try to start to run the program it crashes. Either labview is not responding and closes, or my computer is totally looked up and I am not able to turn it off pressing ctrl-alt-delete. I have read the tutorial "LabVIEW Performance and Memory Management" to try to make my block diagram more efficient... and after that my program worked for a while...but then when I made some new corrections to my code, it collapsed again when I tried to run it.My program is a user interface where I am using shared variables and logg information and alarm info to a database.... I thought maybe the fault was that this database is full...but how am I able to check if that is the case, and how can I delete information saved in this database or select a new database to save my loggings in?The problem is really frustrating, and I can't figure out how to fix it. I would really appreciate any suggestions on how to handle this problem.(I know that it is difficult to get the full picture of what could be the reasons for the crash without having my program..... I could post it here if anyone would like to look at the problem.....?..)-Mari
You can check the size of the database by:
If the database is particularly large, you can make it smaller by:
I would be happy to look at your code if you post it.
07-10-2006 05:35 PM
07-10-2006 05:41 PM
-Probably there will be problems opening the libary with my shared variables because I have built up my program in a project. The libary is named: Rotatorietank 5.lvlib and the shared variables in it are named: pH, Temperatur, O2, Salinitet and Rotatorietetthet.
07-11-2006 08:33 AM
@Mari wrote:
Hello Robert!Thank you so much for helping me!!My code is probably a bit messy, but I have tried to make descriptions in the block diagram so it will hopefully be more easy to understand. I am also norwegian, so my VIs have norwegian names...but I have tried my best to describe in english....Thanks!-Mari
07-11-2006 10:56 AM
This allowed the main VI to run normally even on my very old test machine.
Please let me know if you have any questions.
07-12-2006 07:19 AM