|
From: Stephanie T. <ste...@gm...> - 2013-03-15 00:20:17
|
Hi, I am trying to figure out how to compile and use the current version of JSBSim's S-function in matlab. So far, I have downloaded the version linked to on this page (http://jsbsim.sourceforge.net/matlab.html) and tried to run it on a Windows machine and a Mac OSX machine. Here are a few questions that I have after reading through the documentation. 1) What versions of Windows, Visual C++, and MATLAB has this package worked on? 2) The current download comes with compiled binaries for 64 bit Windows, right? 3) Is the Aerospace Blockset toolbox required for all of the "typical aircraft" models? (As opposed to things like the sphere.) 4) Has anyone tried using this on other operating systems? (The rest of my code was developed in a Unix environment.) 5) The default aircraft is f16, and I notice that all the JSBSim aircraft are in the folder JSBSim/data/aircraft. How do I change the aircraft? Thanks, Stephanie |
|
From: Stephanie T. <ste...@gm...> - 2013-03-21 20:20:11
|
Hello? On Thu, Mar 14, 2013 at 5:19 PM, Stephanie Tsuei <ste...@gm...>wrote: > Hi, > > I am trying to figure out how to compile and use the current version of > JSBSim's S-function in matlab. So far, I have downloaded the version linked > to on this page (http://jsbsim.sourceforge.net/matlab.html) and tried to > run it on a Windows machine and a Mac OSX machine. > > Here are a few questions that I have after reading through the > documentation. > > 1) What versions of Windows, Visual C++, and MATLAB has this package > worked on? > > 2) The current download comes with compiled binaries for 64 bit Windows, > right? > > 3) Is the Aerospace Blockset toolbox required for all of the "typical > aircraft" models? (As opposed to things like the sphere.) > > 4) Has anyone tried using this on other operating systems? (The rest of my > code was developed in a Unix environment.) > > 5) The default aircraft is f16, and I notice that all the JSBSim aircraft > are in the folder JSBSim/data/aircraft. How do I change the aircraft? > > > Thanks, > Stephanie > |
|
From: Jon S. B. <jon...@co...> - 2013-03-22 12:20:05
|
I've forwarded your message directly to the appropriate people. Hopefully, they will post an answer here soon. Jon From: Stephanie Tsuei [mailto:ste...@gm...] Sent: Thursday, March 21, 2013 2:20 PM To: jsb...@li... Subject: Re: [Jsbsim-matlab] Compiling/Using the Software Hello? On Thu, Mar 14, 2013 at 5:19 PM, Stephanie Tsuei <ste...@gm...> wrote: Hi, I am trying to figure out how to compile and use the current version of JSBSim's S-function in matlab. So far, I have downloaded the version linked to on this page (http://jsbsim.sourceforge.net/matlab.html) and tried to run it on a Windows machine and a Mac OSX machine. Here are a few questions that I have after reading through the documentation. 1) What versions of Windows, Visual C++, and MATLAB has this package worked on? 2) The current download comes with compiled binaries for 64 bit Windows, right? 3) Is the Aerospace Blockset toolbox required for all of the "typical aircraft" models? (As opposed to things like the sphere.) 4) Has anyone tried using this on other operating systems? (The rest of my code was developed in a Unix environment.) 5) The default aircraft is f16, and I notice that all the JSBSim aircraft are in the folder JSBSim/data/aircraft. How do I change the aircraft? Thanks, Stephanie |
|
From: Agostino De M. <ago...@un...> - 2013-03-24 08:39:10
|
Hello Stephanie, sorry for the delay of this reply. Stephanie Tsuei <ste...@gm...> ha scritto: >> I am trying to figure out how to compile and use the current version of >> JSBSim's S-function in matlab. So far, I have downloaded the version linked >> to on this page (http://jsbsim.sourceforge.net/matlab.html) and tried to >> run it on a Windows machine and a Mac OSX machine. >> >> Here are a few questions that I have after reading through the >> documentation. >> >> 1) What versions of Windows, Visual C++, and MATLAB has this package >> worked on? Initially (2009) I was able to compile on Windows with Visual Studio 2008 Express. Also, refer to this page for more infos: http://www.dias.unina.it/demarco/Work/JSBSim_Matlab/ The bundle that you downloaded was prepared by Brian Mills and contains probably the VS project files. Note that the Simulink part of the final Matlab-JSBSim version was mainly developed by Brian. I gave him the initial idea and supported him during the development process. >> 2) The current download comes with compiled binaries for 64 bit Windows, >> right? Yes Brian worked mainly on 64-bit machines. I remember I gave him the binaries also for 32-bit but don't know if they are in the bundle. >> 3) Is the Aerospace Blockset toolbox required for all of the "typical >> aircraft" models? (As opposed to things like the sphere.) Probably yes. >> >> 4) Has anyone tried using this on other operating systems? (The rest of my >> code was developed in a Unix environment.) I remember Brian was trying to get the project working on Mac OS X. >> 5) The default aircraft is f16, and I notice that all the JSBSim aircraft >> are in the folder JSBSim/data/aircraft. How do I change the aircraft? It should be possible with the provided GUI. Agostino ------------------------------------------------------- Agostino De Marco, PhD Assistant Professor Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Industriale - Sezione Aerospaziale Aircraft Design & AeroFlightDynamics Group (ADAG) ** University of Naples Federico II ** Industrial Engineering Department ** Aircraft Design & AeroFlightDynamics Group via Claudio 21, 80125 Napoli - Italy Tel.: +39 0817683323 Fax: +39 0817683622 Email: ago...@un... Web 1: www.dii.unina.it Web 2: www.adag.unina.it Web 3: www.eolpowergroup.com ------------------------------------------------------- |
|
From: Stephanie T. <ste...@gm...> - 2013-03-24 23:53:31
|
Thanks very much! I'll give it another try once I get the Aerospace Blockset Toolbox. On Sun, Mar 24, 2013 at 1:39 AM, Agostino De Marco <ago...@un...>wrote: > Hello Stephanie, > sorry for the delay of this reply. > > Stephanie Tsuei <ste...@gm...> ha scritto: > > >> I am trying to figure out how to compile and use the current version of > >> JSBSim's S-function in matlab. So far, I have downloaded the version > linked > >> to on this page (http://jsbsim.sourceforge.net/matlab.html) and tried > to > >> run it on a Windows machine and a Mac OSX machine. > >> > >> Here are a few questions that I have after reading through the > >> documentation. > >> > >> 1) What versions of Windows, Visual C++, and MATLAB has this package > >> worked on? > > Initially (2009) I was able to compile on Windows with > Visual Studio 2008 Express. > Also, refer to this page for more infos: > http://www.dias.unina.it/demarco/Work/JSBSim_Matlab/ > > The bundle that you downloaded was prepared by Brian Mills and > contains probably the VS project files. > Note that the Simulink part of the final Matlab-JSBSim version was > mainly developed by Brian. I gave him the initial idea and supported > him during the development process. > > > >> 2) The current download comes with compiled binaries for 64 bit Windows, > >> right? > > Yes Brian worked mainly on 64-bit machines. I remember I gave him > the binaries also for 32-bit but don't know if they are in the bundle. > > > >> 3) Is the Aerospace Blockset toolbox required for all of the "typical > >> aircraft" models? (As opposed to things like the sphere.) > > Probably yes. > > > >> > >> 4) Has anyone tried using this on other operating systems? (The rest of > my > >> code was developed in a Unix environment.) > > I remember Brian was trying to get the project working on Mac OS X. > > > >> 5) The default aircraft is f16, and I notice that all the JSBSim > aircraft > >> are in the folder JSBSim/data/aircraft. How do I change the aircraft? > > It should be possible with the provided GUI. > > > Agostino > > > > > > > > > ------------------------------------------------------- > Agostino De Marco, PhD > > Assistant Professor > > Università degli Studi di Napoli Federico II > > Dipartimento di Ingegneria Industriale - Sezione Aerospaziale > > Aircraft Design & AeroFlightDynamics Group (ADAG) > > ** University of Naples Federico II > ** Industrial Engineering Department > ** Aircraft Design & AeroFlightDynamics Group > > via Claudio 21, 80125 Napoli - Italy > Tel.: +39 0817683323 > Fax: +39 0817683622 > Email: ago...@un... > Web 1: www.dii.unina.it > Web 2: www.adag.unina.it > Web 3: www.eolpowergroup.com > ------------------------------------------------------- > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > Jsbsim-matlab mailing list > Jsb...@li... > https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab > |