RE: [TRNSYS-users] IISiBat

2005-09-26 Thread keilholz, werner
Hi, If you are using IISiBat 3 (TRNSYS 15), you should make sure that your Proforma is saved to \trnsys15\IISiBat3\Data or a subdirectory of this directory. Then it should appear in the direct access tool after restarting. In Simulation Studio (TRNSYS 16) it should go to

RE: [TRNSYS-users] SET_STORAGE_VARS(STORED,NITEMS,INFO)

2005-10-28 Thread keilholz, werner
Hi Jörg, For all I know, the C++ interface is still evolving, and you may have to define some kernel functions yourself in order to use them. In the latest version, I would add extern C __declspec(dllimport) int    _cdecl SETSTORAGEVARS(void); to Trnsys.h (in

Re: [TRNSYS-users] Intel Visual Fortran Compiler 9.0 and logical

2006-03-29 Thread keilholz, werner
There have been issues accessing open LUNs in DLLs, but so far I've only seen it in mixed language programming (e.g., for types written in C++) - see the topic https://www.cae.wisc.edu/pipermail/trnsys-users/2005/000695.html for a possible workaround based on special cards. Another

Re: [TRNSYS-users] problem with comis

2006-07-31 Thread keilholz, werner
Delphine, This type of problem is best investigated in a COMIS stand-alone simulation (without TRNSYS) first. This way, you can better understand the airflow modelling phenomena alone (without the influence from thermal problems) - which is actually one of the big advantages of

Re: [TRNSYS-users] Urgent: TESS Ground Coupling libary

2006-08-08 Thread keilholz, werner
Hi Edward, There's a complete list of distributors at http://sel.me.wisc.edu/trnsys/fr_index.html?/trnsys/sales/distributors.html I know by coincidence that the one in France has an online ship and accepts credit cards ;-) but you might also want to try TESS' 'generic' email address : [EMAIL

Re: [TRNSYS-users] New component in other programming languages

2007-01-10 Thread keilholz, werner
Hello, The programming language you are using must only be able to produce a native Windows DLL (note that some languages in the Microsoft .NET framework also produce DLL files, but depending on the language / compile options these only work with the framework (CLR, Common Language Runtime);

Re: [TRNSYS-users] Type 109

2007-02-22 Thread keilholz, werner
Hi Gizmoog, In order to be able to use a constant instead of a numerical value for a variable, you simply have to change the variable's type to 'string' (use the popup menu on the right of the value field). You need to define the constant AA_S1 in an equation card first of course. Hope this

Re: [TRNSYS-users] to purchase full TRNSYS Package

2007-03-01 Thread keilholz, werner
Hi, There is a list of all distributors at http://sel.me.wisc.edu/trnsys/sales/distributors.html Werner -Message d'origine- De : [EMAIL PROTECTED] [mailto:trnsys-users- [EMAIL PROTECTED] De la part de [EMAIL PROTECTED] Envoyé : jeudi 1 mars 2007 16:17 À :

Re: [TRNSYS-users] PCM type

2007-06-07 Thread keilholz, werner
There's a PCM type on http://sel.me.wisc.edu/trnsys/trnlib/library16.htm -Message d'origine- De : Prof. J.K. Nayak [mailto:[EMAIL PROTECTED] Envoyé : mercredi 6 juin 2007 15:14 À : TRNSYS USER Objet : [TRNSYS-users] PCM type Dear All, Would you please let me know if a type

Re: [TRNSYS-users] Reading data from an external file in a new TY PE

2007-06-25 Thread keilholz, werner
Hi Jordi, If you use TRNSYS' external file mechanism, the file will actually be opened by the TRNSYS main program (i.e. you don't need to open it, and thus your program even doesn't need to know the file name). You just use the logical file number (LUN) to read from or write to that file. You

Re: [TRNSYS-users] free demo version after 2007 09 01

2007-09-26 Thread keilholz, werner
). Werner De : Olawale James [mailto:[EMAIL PROTECTED] Envoyé : mercredi 26 septembre 2007 13:06 À : keilholz, werner; trnsys-users@engr.wisc.edu Objet : Re: [TRNSYS-users] free demo version after 2007 09 01 Please, give me the link to download the demo

Re: [TRNSYS-users] Error choose icon for new component

2007-10-03 Thread keilholz, werner
Hi Henk, This usually happens when the OLE server of your draing application (per default Paint) is not installed correctly, or has been replaced by one which does not work correctly. You can either re-install the drawing application (hoping this will repair it), or edit the bitmap

Re: [TRNSYS-users] Vista

2007-10-31 Thread keilholz, werner
Hi, The graphical front end (Simulation Studio) is not officially supported on Vista. Werner De : Aude Herout [mailto:[EMAIL PROTECTED] Envoyé : mercredi 31 octobre 2007 09:28 À : trnsys-users@engr.wisc.edu Objet : [TRNSYS-users] Vista Hi,

Re: [TRNSYS-users] Type157 w/schedules

2007-12-04 Thread keilholz, werner
 : AKAMINE Yoshihiko [mailto:[EMAIL PROTECTED] Envoyé : mercredi 28 novembre 2007 17:44 À : keilholz, werner; trnsys-users@engr.wisc.edu Objet : Re: [TRNSYS-users] Type157 w/schedules Dear Werner Thank you very much for your kind help. I tried to use type-14h, but there were some gaps at time. So, I

Re: [TRNSYS-users] Type157 w/schedules

2007-12-04 Thread keilholz, werner
Sorry, as I see your question has already been answered. (CSTB currently has some email problems). Werner -Message d'origine- De : keilholz, werner Envoyé : mardi 4 décembre 2007 15:30 À : AKAMINE Yoshihiko; trnsys-users@engr.wisc.edu Objet : RE: [TRNSYS-users] Type157 w/schedules

Re: [TRNSYS-users] number of instances

2007-12-10 Thread keilholz, werner
If you refer to the number of icons you can put into one project at the same time (e.g., not more than 5 for the Online), you can modify that by editing the model's Proforma. But if there is such a limitation, then it is usually because the component was not designed to support more instances

Re: [TRNSYS-users] HELP!EES-TRNSYS

2008-01-02 Thread keilholz, werner
Hi rouhouz, Did you look at the example in .\Trnsys16\Examples\Calling EES ? Werner Hi rouhouz, Did you look at the example in .\Trnsys16\Examples\Calling EES ? Werner Hi rouhouz, Did you look at the example in .\Trnsys16\Examples\Calling EES ? Werner

[TRNSYS-users] Free tool to make TRNSYS types

2008-01-14 Thread keilholz, werner
Dear TRNSYS users, I don't follow all discussions on this list regularly, so please forgive me if this has been said before: Talking about making TRNSYS types in C or C++, it occurs to me that Microsoft's free version of the Visual Studio makes fine TRNSYS types in these languages at no

Re: [TRNSYS-users] CONTAM Type 97 .air file reading error with simpleAHS

2008-01-17 Thread keilholz, werner
Hi, When you double-click on the CONTAM icon in the Studio, then select 'Inputs', do you see the 42 inputs CONTAM is supposed to receive? If you do, its probably a modelling problem on the CONTAM-side. Did you try to run the .air file in CONTAM stand alone? 42 is sort of a suspicious number

Re: [TRNSYS-users] TRNSYS interacts with Excel

2008-01-21 Thread keilholz, werner
Marcos, If your goal is only to prepare input data for a TRNSYS type, you may consider writing a plug-in. The advantage is that you can use any programming language (especially one which makes it easy to create graphical front ends). An example of such a plug can be seem in type 14 -

Re: [TRNSYS-users] Component load failed

2008-02-05 Thread keilholz, werner
Dear Lotta, If this happens when you try to open the type's icon in the Studio, it is likely to be a version conflict. I have also seen this when people - send .tmf file by email without zipping them (they look like ASCII files but may have binary parts) - tried to edit .tmf files with text

Re: [TRNSYS-users] NBDM file

2008-02-06 Thread keilholz, werner
Dear Fredery, The function to open an NBDM file directly from the TRNSYS simulation studio has been implemented, but will only be distributed with the next update (there has been no TRNSYS update since the release of NBDM 1.0). In the meantime, you have to translate the NBDM file to a