The problem: PC crashes (boots) while my VI is running. It happens unpredictably, after 5 minutes or 4 hours.
The hardware: Pentium III, PCI-GPIB,
plenty of Hard Disk space (1.3 Gb free on C:, 1.2 Gb free on D:).
Memory: RAM (physical) 256M. Virtual Mem ~900M
The software: Labview 6.0 (Memory Allocated 6304K)
on Windows 2000 connected in Novell Network.
My VI: A loop writing and reading to GPIB by simple a
instruction "GPIB Write"/"GPIB Read" to different
devices connected all through the same GPIB card.
At each loop, data is written to disk by the instruction "Write to spreadsheet" with the option APPEND. This way I append a new line of data each loop,
which is each 100 milisecond.
The spreadsheet file is o
pened before the loop with 'Open file' intruction.
Crash details: In a crash, the PC boots spontaneously. After the crash, I can check what has been saved in the spreadsheet. I see that the last lines are full of
numbers or symbols not according to the expected format. That means that uncorrect data was saved before the actual spontaneous boot. I don`t know if this can give a clue on the reason of the crash.
The size of the files can some Megabytes. I don`t
read the files, I just append a line so I don`t expect it to be the problem. Am I right?
Further checks: To check if network problems may be the reason, I Login as 'Workstation only' and disconnected the internet cable. I also kept
other programs off to save memory. PC still crashes.