Creating a user interface for Fortran program
Creating a user interface for Fortran program
(OP)
All,
Am working on programs in Fortran and for years these programs have read data files and produced separate output files. But nowadays it seems that I should be upgrading to use some sort of pre or post processing unit to assit others with input and output.
I would greatly appreciate it if someone could direct me to a program that would help with this situation. A link and even an example would be greatly appreciated.
Thanks
Am working on programs in Fortran and for years these programs have read data files and produced separate output files. But nowadays it seems that I should be upgrading to use some sort of pre or post processing unit to assit others with input and output.
I would greatly appreciate it if someone could direct me to a program that would help with this situation. A link and even an example would be greatly appreciated.
Thanks
Regards,
Qshake
Eng-Tips Forums:Real Solutions for Real Problems Really Quick.
RE: Creating a user interface for Fortran program
TTFN
RE: Creating a user interface for Fortran program
RE: Creating a user interface for Fortran program
Admittedly, I know nothing about programs outside Fortran...I'm taking several old programs that were written some time ago and trying to make them more user friendly for the younger engineers.....hell one of them could probably write an interface using what they've learned with programming in the University!
Again, I appreciate all the help you've offered.
Regards,
Qshake
Eng-Tips Forums:Real Solutions for Real Problems Really Quick.
RE: Creating a user interface for Fortran program
TTFN
RE: Creating a user interface for Fortran program
What would be most helpful is if you could point me to a website that explains how to use (get familar with) this Visual Basic for Applications and how to tailor it to use and produce results from Fotran.
Thanks.
Regards,
Qshake
Eng-Tips Forums:Real Solutions for Real Problems Really Quick.
RE: Creating a user interface for Fortran program
There are a variety of sites on the web with general information about VBA.
The rest is OJT, on the job training. The Macro Recorder will record your real-time commands, so you can get a feel for what the syntax looks like.
TTFN
RE: Creating a user interface for Fortran program
Download the example programs and have a play.
RE: Creating a user interface for Fortran program
program.exe data.dat results.out
If so then it is very easy to launch it from other applications.
RE: Creating a user interface for Fortran program
RE: Creating a user interface for Fortran program
Any respectable engineer would be quite happy to create text input files and run a DOS or Unix based simple application which takes text files in and writes text output files.
It's the pervading climate (call it hype or spin) that demands that every application should be windows based, to enable results to be fed directly into word, excel, powerpoint .... ultimately to produce a nice pretty colourful graph, pie chart...or whatever to keep the management happy. Unfortunately a flashy XML display or 3D carpet plot is what's expected, not columns of numbers in a text file. Thus it follows that text based applications are percieved as out of date/behind the times irrespective of how good they actually are.
RE: Creating a user interface for Fortran program
actually, being an old fart; I can say that sometimes, you had to dig in yourself to get want you really need.
We used to have a command-line program that worked as described above. I could, with some work, connive to run a batch mode using VBA and Excel and port the results into Excel, thus allowing you to run trades with different parameters.
The "new and improved" Windows GUI version all but made that impossible. And that's the crux of the dilemma; programmers have their own ideas about a "great" interface that's TOTALLY unrelated to what engineers need or want.
TTFN
RE: Creating a user interface for Fortran program
Well said ! That's exactly what am witnessing today. I work for a company that myself and others have developed very powerful and useful fortran code that performs excellently, produces the results we require in a format that's easily interpreted, and of course is easy to run in batch mode. Now management insist that we go cots (commercial of the shelf), needlessly to say the commercial stuff is inferior in every respect, badly written, requires mega machines with gigabytes of ram etcetera... oh but it does have a windows front end!
RE: Creating a user interface for Fortran program
RE: Creating a user interface for Fortran program
_____________________________________
I have been called "A storehouse of worthless information" many times.