Ask Your Question

Rakibul Rakib's profile - activity

2018-05-24 08:21:03 -0500 received badge  Famous Question (source)
2018-05-07 08:08:13 -0500 received badge  Enthusiast
2018-05-05 12:31:03 -0500 commented answer UDM Compile by Environment Manager

Thanks a lot. I have solved the compilation problem just now and updated in the answer. I will contact you if I need any further help regarding PSS/E. Have a nice day.

2018-05-05 12:28:01 -0500 answered a question UDM Compile by Environment Manager

Well, after doing some research I solved this compilation issue.

So, it showed that "Check include paths"

Environment manager can be run either by running run_envmgr_py27 batch file or by python file example_psse34_ivf15_vs2013

There are some library files in PSSLIB10 folder of PSS/E installation and this folder is not included in the default environment manager.

So I add the folder path in the inlcude section of the python file. And, now it works through the python file.

2018-05-05 02:01:06 -0500 received badge  Notable Question (source)
2018-05-04 09:46:26 -0500 commented answer UDM Compile by Environment Manager

okay...Thanks for the reply. I will then try more to get it done... will contact you later for further help. Can you please share your e-mail with me?

2018-05-04 01:14:36 -0500 commented answer UDM Compile by Environment Manager

Thanks for replying... I have appended My Environment Setting in the question. It seems okay, right? To compile "uexc.flx" is there any module source files needed? or just only I can compile "uexc.flx" ?

2018-05-04 01:10:47 -0500 received badge  Editor (source)
2018-05-03 23:56:21 -0500 received badge  Popular Question (source)
2018-05-03 02:39:03 -0500 commented answer UDM Compile by Environment Manager

Thanks for replying... Actually, I have downloaded the files from your google drive and try to compile the uexc.flx using Environment manager ...but it is not working..so many errors as I mentioned... Can you please help me in this?

2018-05-02 07:07:35 -0500 asked a question UDM Compile by Environment Manager

I am quite new to PSS/E Xplore 34 and want to use User Defined Model in dynamic simulation. I have found a .flx file written for an excitation system. I want to use it.

The procedure as I learned (please correct me if I am wrong):

  1. .flx or .for file need to be compiled to make a .dll file
  2. Load Model Library from PSS/E and use it

To make the .dll file in Environment manager(EM) I have specified the file in User Model Fortran Source Files and tried Compile and dll --> There are lots of errors ...

error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [PBUFFR]
       USE DBUFFR
error #6423: This name has already been used as an external function name.   [STATE]
       STATE(K+1)=CON(J+3)
...

and many more like that...

I think there is an issue with any paths. But I couldn't fix it. Please help me to correct. Another thing is that I can't open EM form PSS/E GUI Create Model Library It shows-

AttributeError: 'Button' object has no attribute 'SetBitmap'

So, I opened it running the run_envmgr_py27 batch file in Python27 internal folder.

------------- PSS(R)E 34 Environment settings

 Fortran PATH paths (IVF 15.0.108):
    c:\program files (x86)\intel\composer xe 2015\bin\ia32
    c:\program files (x86)\intel\composer xe 2015\redist\ia32\compiler

 Visual Studio PATH paths (VS 2013):
    c:\program files (x86)\microsoft visual studio 12.0\vc\bin
    C:\Program Files (x86)\windows kits\8.1\bin\x86

 Fortran LIB paths (IVF 15.0.108):
    c:\program files (x86)\intel\composer xe 2015\compiler\lib\ia32

 Visual Studio LIB paths (VS 2013):
    c:\program files (x86)\microsoft visual studio 12.0\vc\lib
    C:\Program Files (x86)\windows kits\8.1\Lib\winv6.3\um\x86

 Successfully added PSSE paths to local PATH and LIB environment.

Please help me,

  • What's wrong with?

Thanks in advance.