01-23-2008 12:45 AM
01-23-2008 02:43 AM - edited 01-23-2008 02:45 AM
You are aware of the fact that Windows 2003 Server is not supported by LabVIEW in any way? It may work but the reason it is not supported is because there have not been many tests and also there are known strange problems under certain circumstances.
@zalmay wrote:I am running window 2003 server on dell PE 2850 server. it is a domain controller.
when some programs ( Labview VIs ) run on this system, suddenly enormous large
file (run into GBs) is created in Labview 7.1/SysLog folde with format yyyymmddhhmm.log.DSC module tells only about creation of this file, but is silent how to limit the size of this file.when so much large file is creted , system memory is exhausted bcaz it canot accomodateso much Huge file and "Memory is Full" error is appeared, and system get hanged.it is worthmentioning i have 4 GB RAM installed.prompt response will b highly appretiated.regards
01-23-2008 02:44 AM
Have you checked the compatibility issues regarding LV-DSC with Windows Server 2003 edition?
Just a side thought...
01-23-2008 07:35 AM
01-24-2008 08:26 AM
Hi zalmay,
I have been looking into your question and Rolf is correct. LabVIEW is not officially compatible nor is it supported on Windows 2003 Server or Windows 2000 Server Edition. It may or may not work since there has not been much testing done with LabVIEW on either of these operating systems. Supported operating systems can be found in the release notes for LabVIEW.
When exactly do you get this error? Is it when you run a specific VI or does it occur with every VI you run? If it is one particular VI, then you should look at the programming architecture of that VI and see if it causing a memory leak.
I hope this helps!
04-02-2008 04:21 PM
04-03-2008 03:13 PM
Hi EWTech,
There is some functionality with creating a DLL in LabWindows/CVI to interface with the FP. This is especially true for the cFP 18xx which is a network module. I'd recommend checking this document .
04-03-2008 03:23 PM
04-03-2008 06:12 PM
Yes, that post is from 2002 and LW CVI used to support four compilers for which it could create object file formats. Borland C++ Builder was one of them as was Visual C++, Symantec C and Watcom C. The latter because LW CVI for Windows 3.1 was created with it and its dos4G memory extender model, which allowed an application to use under Windows 3.1 the 32bit flat memory model that Windows 32bit introduced later.
@EWTech wrote:Interesting. I haven't used that compiler since IIRC 1995 or so. You folks know about Visual Studio, right? I know some banks still use Delphi but I haven't seen C++ Builder used professionally in ages.Bob
04-07-2008 08:23 AM