Hi all!
LabVIEW 6.0 instability:
-------------------------
After roughly a year of stable operation, my LabVIEW 6.0 (Win 2000 NT)
is suddenly given to wanton bouts of instability. The software is installed on
my lab PC and handles a modest 5 instruments over a PCMCIA-GPIB
interface. The program crashes with the following error message:
"LabVIEW.exe has generated errors and will be closed by Windows.
You will need to restart the program.
An error log is being created."
The generated error log file is then "www.log" of which I cannot make head or
tail. Anyone dealt with this problem in their travails? I suspect wayward
web and networking settings are to blame but am too green to try
anything drastic. I am a bit w
ary of having to reinstall the software as I
need one more series of measurements before writing my MSc thesis.
Typical measurements last 72 hrs+.
Programming query:
-------------------------
I wish to program a master ".vi" to contain and singly execute ("case")
independently functioning slave ".vi" 's. My chief problem is that the
"slaves" each have many setup parameters, many unique but some
common. As the common setup parameters are constants, I would
like to rationalise the final solution by centalising their specification
at the "master" level. The goal is for the "master" to:
1. Be the site of specification of all constants
2. Enable the user to specify unique parameters before execution of
every "case"d "slave"
Thanks in advance.
Best regards,
Andrew