You can subscribe to this list here.
2009 |
Jan
|
Feb
(6) |
Mar
(16) |
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
(8) |
Jul
(3) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
(1) |
2011 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(2) |
Mar
(13) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Pablo A. M. P. <pab...@ho...> - 2014-07-16 09:48:24
|
hi? |
From: Pablo A. M. P. <pab...@ho...> - 2014-07-02 09:07:52
|
i have the same problem, anyone can solve? _______________________I am a new JSBSim and Matlab SFunction user. I am trying to run JSBSim in Matlab/Simulink, which using the SFunction. I have downloaded the code in ( http://jsbsim.sf.net/JSBSimSFunction.zip) I have also installed Visual Studio C++ 2008 Express Edition and the aircraft models. I can start up the GUI and load a model. However, I cannot initialize the model. I have tried on different computers (both 32,64-bit). Since the JSBSim was build in 32-bit computer the following error is the result from a 32-bit computer. Error using JSBSimGUI>init_model_Callback (line 1850) Error while obtaining sizes from MEX S-function 'JSBSim_SFunction' in 'jsbsimgui_test/JSBSim S-Function'. Error in gui_mainfcn (line 96) feval(varargin{:}); Error in JSBSimGUI (line 42) gui_mainfcn(gui_State, varargin{:}); Error in @(hObject,eventdata)JSBSimGUI('init_model_Callback',hObject,eventdata,guidata(hObject)) Caused by: Error using JSBSimGUI>init_model_Callback (line 1850) Invalid MEX-file 'C:\Users\Don\Documents\MATLAB\JSBSimSFunction\JSBSim_SFunction.mexw32': C:\Users\Don\Documents\MATLAB\JSBSimSFunction\JSBSim_SFunction.mexw32 is not a valid Win32 application. Error while evaluating uicontrol Callback I guess I did not correctly compile the mexw32 file. Can you please give me some instruction to compile a SFunction? Choi |
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 > |
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: 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: 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: 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: Man C. <man...@mo...> - 2012-11-06 04:40:20
|
I am a new JSBSim and Matlab SFunction user. I am trying to run JSBSim in Matlab/Simulink, which using the SFunction. I have downloaded the code in ( http://jsbsim.sf.net/JSBSimSFunction.zip) I have also installed Visual Studio C++ 2008 Express Edition and the aircraft models. I can start up the GUI and load a model. However, I cannot initialize the model. I have tried on different computers (both 32,64-bit). Since the JSBSim was build in 32-bit computer the following error is the result from a 32-bit computer. Error using JSBSimGUI>init_model_Callback (line 1850) Error while obtaining sizes from MEX S-function 'JSBSim_SFunction' in 'jsbsimgui_test/JSBSim S-Function'. Error in gui_mainfcn (line 96) feval(varargin{:}); Error in JSBSimGUI (line 42) gui_mainfcn(gui_State, varargin{:}); Error in @(hObject,eventdata)JSBSimGUI('init_model_Callback',hObject,eventdata,guidata(hObject)) Caused by: Error using JSBSimGUI>init_model_Callback (line 1850) Invalid MEX-file 'C:\Users\Don\Documents\MATLAB\JSBSimSFunction\JSBSim_SFunction.mexw32': C:\Users\Don\Documents\MATLAB\JSBSimSFunction\JSBSim_SFunction.mexw32 is not a valid Win32 application. Error while evaluating uicontrol Callback I guess I did not correctly compile the mexw32 file. Can you please give me some instruction to compile a SFunction? Choi |
From: Prabhjot S. <sa...@gm...> - 2012-07-03 17:08:53
|
Hey, I am having problems when i click the initialize button . I downloaded the file from http://jsbsim.sourceforge.net/matlab.html, and whenever i press initialize model it gives me the errors below. Also, is there any documentation on how to correctly run this program. Any help would be appreciated. vars = 'init_throttle' 'init_aileron' 'init_elevator' 'init_rudder' 'init_mixture' 'init_run_set' 'init_flaps' 'init_gear' Simulink Fixed Step Fundamental Sample Size set to: 0.008330??? Error using ==> jsbsimgui_sim>init_model_Callback at 3614 Invalid Simulink object name: jsbsimgui_test/JSBSim S-Function. - Error in ==> gui_mainfcn at 96 feval(varargin{:}); Error in ==> jsbsimgui_sim at 42 gui_mainfcn(gui_State, varargin{:}); Error in ==> @(hObject,eventdata)JSBSimGUI_sim('init_model_Callback',hObject,eventdata,guidata(hObject)) ??? Error while evaluating uicontrol Callback -- Sincerely, Prabhjot S. Saini |
From: <maj...@16...> - 2012-03-27 13:01:42
|
Hi all Who could teach me how to trim f16 whit "JSBSim-MATLAB" ? Baby steps is best! I have tried many times, but still cat work it out . Thanks a lot. |
From: Alan T. <ajt...@v-...> - 2011-11-15 10:47:05
|
I now have it working. As noted in the user manual it is important to set the JSBSim_Sfunction folder, the flightviz folder and the flightviz/private/drawmodel folder in the matlab path. Also the folders JSBsim/data/aircraft and JSBSim/data/engine (which contain the JSBSim xml files for the model under test) MUST be present in the Matlab Current folder. This path is hard coded in JSBSimInterface.cpp, line 41. Enter "JSBSimGUI_start" in the Matlab command window. Load either jsbsimgui_test or jsbsim_trim_test from the Simulink Control tab. To select an aircraft other than the default f16, click on the "JSBSIM S_Function" box and change 'f16' to 'youraircraft'. The inverted commas are important. The project should now run. It will almost certainly be necessary to adjust parameters in the Aircraft Control and Trim Control tabs to make the trim converge. Now that I have it working the next problem is to discover why my project has all real eigenvalues (i.e. no imaginary component). The aircraft has quite lively SPO, phugoid and Dutch roll, which are obvious both when I fly in Flightgear, or via step function inputs with JSBSim Sfunction. Do you have any way to add these hints to the user manual? It seems that Brian Mill has left the scene. Alan -----Original Message----- From: Agostino De Marco Sent: Friday, October 21, 2011 9:31 AM To: jsb...@li... Subject: Re: [Jsbsim-matlab] Matlab Crash Alan Teeder <ajt...@v-...> ha scritto: > Agostino > > I tried both the original files, and my own VS2008 compilation, with the > same result, both on my laptop (Windows 7 32 bit) and desktop (Windows 7 > 64 > bit). I think that the version given in that zip archive is for 64 bit. Agostino ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Jsbsim-matlab mailing list Jsb...@li... https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab |
From: Alan T. <ajt...@v-...> - 2011-10-22 10:07:34
|
Alas, I have the same results on my XP virtual machine (32 bit) - Matlab still crashes ;-( The zip archive contains both JSBSim_SFunction.mexw32 and JSBSim_SFunction.mexw64. I have tried with both with the original files and ones built on my computers with VS2008 . Do you know if there is another archive that I should try? I am trying to do some autostab and autopilot design for a flightgear project and would like some means of getting root locus and frequency responses. At the moment my data is produced by Datcom so I could try the Datcom to Matlab interface. However I expect to get some original manufacture's data soon and this makes the JSBSim-Matlab route more attractive. (The Datcom results are not what I expect of the aircraft). Regards Alan -----Original Message----- From: Agostino De Marco Sent: Friday, October 21, 2011 9:31 AM To: jsb...@li... Subject: Re: [Jsbsim-matlab] Matlab Crash Alan Teeder <ajt...@v-...> ha scritto: > Agostino > > I tried both the original files, and my own VS2008 compilation, with the > same result, both on my laptop (Windows 7 32 bit) and desktop (Windows 7 > 64 > bit). I think that the version given in that zip archive is for 64 bit. Agostino ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Jsbsim-matlab mailing list Jsb...@li... https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab |
From: Agostino De M. <ago...@un...> - 2011-10-21 08:29:30
|
Alan Teeder <ajt...@v-...> ha scritto: > Agostino > > I tried both the original files, and my own VS2008 compilation, with the > same result, both on my laptop (Windows 7 32 bit) and desktop (Windows 7 64 > bit). I think that the version given in that zip archive is for 64 bit. Agostino |
From: Agostino De M. <ago...@un...> - 2011-10-21 08:27:55
|
> There is a number of people that I know that have encountered similar > problems using the Matlab/Simulink version. As the popularity of JSBSim > increases and many people (engineers, researchers, universities etc.) > use Matlab/Simulink as their main software perhaps it is time for an > update? What do you think? > > Best regards, > > Fotis I know that. I'll try to work on in as soon as I have time. I'll start from my part, which is this: http://www.dias.unina.it/demarco/Work/JSBSim_Matlab/ May be Brian will be available to look into a new working version of the S-function? Agostino |
From: Alan T. <ajt...@v-...> - 2011-10-21 08:17:00
|
Fotis Yes, I have tried that. However Matlab itself still crashes with no windows error report when I try to trim or linearize. I am loading up my XP virtual machine with VS2008 and Malab 2008b to see if that is any better. Thanks Alan -----Original Message----- From: Fotis P. Kopsaftopoulos Sent: Friday, October 21, 2011 8:39 AM To: jsb...@li... Subject: Re: [Jsbsim-matlab] Matlab Crash Are you using the flightviz representation? If yes, go to the corresponding folder flightviz in the main JSBSim folder, enter the private folder and add to the Matlab path the drawModel folder. By default, if you try to add the JSBSim folders to the Matlab path, the drawModel is not added as it it located inside a private folder. Hence, you have to add this specific folder manually, otherwise you get an error message. There is a number of people that I know that have encountered similar problems using the Matlab/Simulink version. As the popularity of JSBSim increases and many people (engineers, researchers, universities etc.) use Matlab/Simulink as their main software perhaps it is time for an update? What do you think? Best regards, Fotis Fotis P. Kopsaftopoulos Research Associate Stochastic Mechanical Systems& Automation (SMSA) Laboratory Mechanical Engineering& Aeronautics Department University of Patras, GR 26500, Patras, Greece Tel: (++30) 2610 96 94 96, Fax: (++30) 2610 96 94 92 E-mail: fk...@me... Web: http://www.smsa.upatras.gr On 21/10/2011 09:49 πμ, Agostino De Marco wrote: > Alan, > > which version of Matlab are you using? > Did you use the S-function (and the rest of all files) > as-is? > > Please, do keep in mind that the latest version of JSBSim > doesn't fit with the S-function code. > When Brian and I implemented that code the JSBSim > logic that propagates aircraft state variables used to > be a little bit different. > > The current version of the S-function code should be revamped > in order to work nicely with the recent modifications of > JSBSim. > > Moreover, I had to compile the S-function with MS Visual Studio 2008. > The VS2010 had problems with some headers of Matlab (mostly becaause > of redefinitions of math functions). > > Agostino > > "Jon S. Berndt"<jon...@co...> ha scritto: > >> Alan, >> >> >> >> I don?t know. I know there are at least a few people who are >> familiar with the use of JSBSim with Matlab. Agostino? James? >> >> >> >> Jon >> >> >> >> >> >> From: Alan Teeder [mailto:ajt...@v-...] >> Sent: Thursday, October 20, 2011 3:49 PM >> To: jsb...@li... >> Subject: Re: [Jsbsim-matlab] Matlab Crash >> >> >> >> Is this list dead ? >> >> >> >> >> >> From: Alan Teeder<mailto:ajt...@v-...> >> >> Sent: Wednesday, October 12, 2011 7:56 PM >> >> To: jsb...@li... >> >> Subject: [Jsbsim-matlab] Matlab Crash >> >> >> >> When I press ?Initialize Model? , after loading jsbsimgui_test with >> the default f16, Matlab crashes and exits with no error messages, >> not even the standard Windows one. >> >> >> >> With Matlab debug set to halt on all errors I get this is the >> command window:- >> >> >> >> ??? Reference to non-existent field 'fv_trim_enable_value'. >> >> >> >> Error in ==> jsbsimgui_sim>do_trim at 3728 >> >> JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); >> >> >> >> Error in ==> jsbsimgui_sim>init_model_Callback at 3476 >> >> do_trim(hObject, handles); >> >> >> >> Error in ==> gui_mainfcn at 96 >> >> feval(varargin{:}); >> >> >> >> Error in ==> jsbsimgui_sim at 42 >> >> gui_mainfcn(gui_State, varargin{:}); >> >> >> >> Error in ==> >> >> @(hObject,eventdata)JSBSimGUI_sim('init_model_Callback',hObject,eventdata,guidata(hObject)) >> >> >> >> >> >> 3728 JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); >> >> K>> >> >> >> >> I am using Matlab 10a , Windows 7 (64bit) and MSVC 2008. >> >> >> >> Does anybody have any ideas on how to resolve this? >> >> >> >> Alan >> >> >> >> >> >> >> >> _____ >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense. >> http://p.sf.net/sfu/splunk-d2d-oct >> >> _____ >> >> _______________________________________________ >> Jsbsim-matlab mailing list >> Jsb...@li... >> https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab >> >> > > > ------------------------------------------------------- > Agostino De Marco, PhD > Assistant Professor > Università degli Studi di Napoli Federico II > / University of Naples Federico II / > Dipartimento di Ingegneria Aerospaziale > / Department of Aerospace Engineering / > via Claudio 21, 80125 Napoli - Italy > Tel.: +39 0817683323 > Fax: +39 0817683622 > Email: ago...@un... > Web 1: www.dias.unina.it/adag > Web 2: www.eolpowergroup.com > ------------------------------------------------------- > > > > ------------------------------------------------------------------------------ > The demand for IT networking professionals continues to grow, and the > demand for specialized networking skills is growing even more rapidly. > Take a complimentary Learning@Cisco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. > http://p.sf.net/sfu/cisco-dev2dev > _______________________________________________ > Jsbsim-matlab mailing list > Jsb...@li... > https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab > ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Jsbsim-matlab mailing list Jsb...@li... https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab |
From: Fotis P. K. <fk...@me...> - 2011-10-21 07:57:56
|
Are you using the flightviz representation? If yes, go to the corresponding folder flightviz in the main JSBSim folder, enter the private folder and add to the Matlab path the drawModel folder. By default, if you try to add the JSBSim folders to the Matlab path, the drawModel is not added as it it located inside a private folder. Hence, you have to add this specific folder manually, otherwise you get an error message. There is a number of people that I know that have encountered similar problems using the Matlab/Simulink version. As the popularity of JSBSim increases and many people (engineers, researchers, universities etc.) use Matlab/Simulink as their main software perhaps it is time for an update? What do you think? Best regards, Fotis Fotis P. Kopsaftopoulos Research Associate Stochastic Mechanical Systems& Automation (SMSA) Laboratory Mechanical Engineering& Aeronautics Department University of Patras, GR 26500, Patras, Greece Tel: (++30) 2610 96 94 96, Fax: (++30) 2610 96 94 92 E-mail: fk...@me... Web: http://www.smsa.upatras.gr On 21/10/2011 09:49 πμ, Agostino De Marco wrote: > Alan, > > which version of Matlab are you using? > Did you use the S-function (and the rest of all files) > as-is? > > Please, do keep in mind that the latest version of JSBSim > doesn't fit with the S-function code. > When Brian and I implemented that code the JSBSim > logic that propagates aircraft state variables used to > be a little bit different. > > The current version of the S-function code should be revamped > in order to work nicely with the recent modifications of > JSBSim. > > Moreover, I had to compile the S-function with MS Visual Studio 2008. > The VS2010 had problems with some headers of Matlab (mostly becaause > of redefinitions of math functions). > > Agostino > > "Jon S. Berndt"<jon...@co...> ha scritto: > >> Alan, >> >> >> >> I don?t know. I know there are at least a few people who are >> familiar with the use of JSBSim with Matlab. Agostino? James? >> >> >> >> Jon >> >> >> >> >> >> From: Alan Teeder [mailto:ajt...@v-...] >> Sent: Thursday, October 20, 2011 3:49 PM >> To: jsb...@li... >> Subject: Re: [Jsbsim-matlab] Matlab Crash >> >> >> >> Is this list dead ? >> >> >> >> >> >> From: Alan Teeder<mailto:ajt...@v-...> >> >> Sent: Wednesday, October 12, 2011 7:56 PM >> >> To: jsb...@li... >> >> Subject: [Jsbsim-matlab] Matlab Crash >> >> >> >> When I press ?Initialize Model? , after loading jsbsimgui_test with >> the default f16, Matlab crashes and exits with no error messages, >> not even the standard Windows one. >> >> >> >> With Matlab debug set to halt on all errors I get this is the >> command window:- >> >> >> >> ??? Reference to non-existent field 'fv_trim_enable_value'. >> >> >> >> Error in ==> jsbsimgui_sim>do_trim at 3728 >> >> JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); >> >> >> >> Error in ==> jsbsimgui_sim>init_model_Callback at 3476 >> >> do_trim(hObject, handles); >> >> >> >> Error in ==> gui_mainfcn at 96 >> >> feval(varargin{:}); >> >> >> >> Error in ==> jsbsimgui_sim at 42 >> >> gui_mainfcn(gui_State, varargin{:}); >> >> >> >> Error in ==> >> >> @(hObject,eventdata)JSBSimGUI_sim('init_model_Callback',hObject,eventdata,guidata(hObject)) >> >> >> >> >> >> 3728 JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); >> >> K>> >> >> >> >> I am using Matlab 10a , Windows 7 (64bit) and MSVC 2008. >> >> >> >> Does anybody have any ideas on how to resolve this? >> >> >> >> Alan >> >> >> >> >> >> >> >> _____ >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense. >> http://p.sf.net/sfu/splunk-d2d-oct >> >> _____ >> >> _______________________________________________ >> Jsbsim-matlab mailing list >> Jsb...@li... >> https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab >> >> > > > ------------------------------------------------------- > Agostino De Marco, PhD > Assistant Professor > Università degli Studi di Napoli Federico II > / University of Naples Federico II / > Dipartimento di Ingegneria Aerospaziale > / Department of Aerospace Engineering / > via Claudio 21, 80125 Napoli - Italy > Tel.: +39 0817683323 > Fax: +39 0817683622 > Email: ago...@un... > Web 1: www.dias.unina.it/adag > Web 2: www.eolpowergroup.com > ------------------------------------------------------- > > > > ------------------------------------------------------------------------------ > The demand for IT networking professionals continues to grow, and the > demand for specialized networking skills is growing even more rapidly. > Take a complimentary Learning@Cisco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. > http://p.sf.net/sfu/cisco-dev2dev > _______________________________________________ > Jsbsim-matlab mailing list > Jsb...@li... > https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab > |
From: Alan T. <ajt...@v-...> - 2011-10-21 07:33:34
|
Agostino I tried both the original files, and my own VS2008 compilation, with the same result, both on my laptop (Windows 7 32 bit) and desktop (Windows 7 64 bit). My Matlab is 2010a, and the S-function is from http://dl.dropbox.com/u/5284957/JSBSim_MATLAB_release.zip, which includes an old copy of JSBSim. I will try with a Windows XP Virtual machine on my desktop to see if that makes any difference. Thanks for the reply. Alan -----Original Message----- From: Agostino De Marco Sent: Friday, October 21, 2011 7:49 AM To: jsb...@li... Subject: Re: [Jsbsim-matlab] Matlab Crash Alan, which version of Matlab are you using? Did you use the S-function (and the rest of all files) as-is? Please, do keep in mind that the latest version of JSBSim doesn't fit with the S-function code. When Brian and I implemented that code the JSBSim logic that propagates aircraft state variables used to be a little bit different. The current version of the S-function code should be revamped in order to work nicely with the recent modifications of JSBSim. Moreover, I had to compile the S-function with MS Visual Studio 2008. The VS2010 had problems with some headers of Matlab (mostly becaause of redefinitions of math functions). Agostino "Jon S. Berndt" <jon...@co...> ha scritto: > Alan, > > > > I don?t know. I know there are at least a few people who are > familiar with the use of JSBSim with Matlab. Agostino? James? > > > > Jon > > > > > > From: Alan Teeder [mailto:ajt...@v-...] > Sent: Thursday, October 20, 2011 3:49 PM > To: jsb...@li... > Subject: Re: [Jsbsim-matlab] Matlab Crash > > > > Is this list dead ? > > > > > > From: Alan Teeder <mailto:ajt...@v-...> > > Sent: Wednesday, October 12, 2011 7:56 PM > > To: jsb...@li... > > Subject: [Jsbsim-matlab] Matlab Crash > > > > When I press ?Initialize Model? , after loading jsbsimgui_test with > the default f16, Matlab crashes and exits with no error messages, > not even the standard Windows one. > > > > With Matlab debug set to halt on all errors I get this is the > command window:- > > > > ??? Reference to non-existent field 'fv_trim_enable_value'. > > > > Error in ==> jsbsimgui_sim>do_trim at 3728 > > JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); > > > > Error in ==> jsbsimgui_sim>init_model_Callback at 3476 > > do_trim(hObject, handles); > > > > Error in ==> gui_mainfcn at 96 > > feval(varargin{:}); > > > > Error in ==> jsbsimgui_sim at 42 > > gui_mainfcn(gui_State, varargin{:}); > > > > Error in ==> > > @(hObject,eventdata)JSBSimGUI_sim('init_model_Callback',hObject,eventdata,guidata(hObject)) > > > > > > 3728 JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); > > K>> > > > > I am using Matlab 10a , Windows 7 (64bit) and MSVC 2008. > > > > Does anybody have any ideas on how to resolve this? > > > > Alan > > > > > > > > _____ > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > > _____ > > _______________________________________________ > Jsbsim-matlab mailing list > Jsb...@li... > https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab > > ------------------------------------------------------- Agostino De Marco, PhD Assistant Professor Università degli Studi di Napoli Federico II / University of Naples Federico II / Dipartimento di Ingegneria Aerospaziale / Department of Aerospace Engineering / via Claudio 21, 80125 Napoli - Italy Tel.: +39 0817683323 Fax: +39 0817683622 Email: ago...@un... Web 1: www.dias.unina.it/adag Web 2: www.eolpowergroup.com ------------------------------------------------------- ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Jsbsim-matlab mailing list Jsb...@li... https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab |
From: Agostino De M. <ago...@un...> - 2011-10-21 07:12:52
|
Alan, which version of Matlab are you using? Did you use the S-function (and the rest of all files) as-is? Please, do keep in mind that the latest version of JSBSim doesn't fit with the S-function code. When Brian and I implemented that code the JSBSim logic that propagates aircraft state variables used to be a little bit different. The current version of the S-function code should be revamped in order to work nicely with the recent modifications of JSBSim. Moreover, I had to compile the S-function with MS Visual Studio 2008. The VS2010 had problems with some headers of Matlab (mostly becaause of redefinitions of math functions). Agostino "Jon S. Berndt" <jon...@co...> ha scritto: > Alan, > > > > I don?t know. I know there are at least a few people who are > familiar with the use of JSBSim with Matlab. Agostino? James? > > > > Jon > > > > > > From: Alan Teeder [mailto:ajt...@v-...] > Sent: Thursday, October 20, 2011 3:49 PM > To: jsb...@li... > Subject: Re: [Jsbsim-matlab] Matlab Crash > > > > Is this list dead ? > > > > > > From: Alan Teeder <mailto:ajt...@v-...> > > Sent: Wednesday, October 12, 2011 7:56 PM > > To: jsb...@li... > > Subject: [Jsbsim-matlab] Matlab Crash > > > > When I press ?Initialize Model? , after loading jsbsimgui_test with > the default f16, Matlab crashes and exits with no error messages, > not even the standard Windows one. > > > > With Matlab debug set to halt on all errors I get this is the > command window:- > > > > ??? Reference to non-existent field 'fv_trim_enable_value'. > > > > Error in ==> jsbsimgui_sim>do_trim at 3728 > > JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); > > > > Error in ==> jsbsimgui_sim>init_model_Callback at 3476 > > do_trim(hObject, handles); > > > > Error in ==> gui_mainfcn at 96 > > feval(varargin{:}); > > > > Error in ==> jsbsimgui_sim at 42 > > gui_mainfcn(gui_State, varargin{:}); > > > > Error in ==> > > @(hObject,eventdata)JSBSimGUI_sim('init_model_Callback',hObject,eventdata,guidata(hObject)) > > > > > > 3728 JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); > > K>> > > > > I am using Matlab 10a , Windows 7 (64bit) and MSVC 2008. > > > > Does anybody have any ideas on how to resolve this? > > > > Alan > > > > > > > > _____ > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > > _____ > > _______________________________________________ > Jsbsim-matlab mailing list > Jsb...@li... > https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab > > ------------------------------------------------------- Agostino De Marco, PhD Assistant Professor Università degli Studi di Napoli Federico II / University of Naples Federico II / Dipartimento di Ingegneria Aerospaziale / Department of Aerospace Engineering / via Claudio 21, 80125 Napoli - Italy Tel.: +39 0817683323 Fax: +39 0817683622 Email: ago...@un... Web 1: www.dias.unina.it/adag Web 2: www.eolpowergroup.com ------------------------------------------------------- |
From: Jon S. B. <jon...@co...> - 2011-10-20 23:44:42
|
Alan, I don’t know. I know there are at least a few people who are familiar with the use of JSBSim with Matlab. Agostino? James? Jon From: Alan Teeder [mailto:ajt...@v-...] Sent: Thursday, October 20, 2011 3:49 PM To: jsb...@li... Subject: Re: [Jsbsim-matlab] Matlab Crash Is this list dead ? From: Alan Teeder <mailto:ajt...@v-...> Sent: Wednesday, October 12, 2011 7:56 PM To: jsb...@li... Subject: [Jsbsim-matlab] Matlab Crash When I press “Initialize Model” , after loading jsbsimgui_test with the default f16, Matlab crashes and exits with no error messages, not even the standard Windows one. With Matlab debug set to halt on all errors I get this is the command window:- ??? Reference to non-existent field 'fv_trim_enable_value'. Error in ==> jsbsimgui_sim>do_trim at 3728 JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); Error in ==> jsbsimgui_sim>init_model_Callback at 3476 do_trim(hObject, handles); Error in ==> gui_mainfcn at 96 feval(varargin{:}); Error in ==> jsbsimgui_sim at 42 gui_mainfcn(gui_State, varargin{:}); Error in ==> @(hObject,eventdata)JSBSimGUI_sim('init_model_Callback',hObject,eventdata,guidata(hObject)) 3728 JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); K>> I am using Matlab 10a , Windows 7 (64bit) and MSVC 2008. Does anybody have any ideas on how to resolve this? Alan _____ ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _____ _______________________________________________ Jsbsim-matlab mailing list Jsb...@li... https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab |
From: Alan T. <ajt...@v-...> - 2011-10-20 20:49:16
|
Is this list dead ? From: Alan Teeder Sent: Wednesday, October 12, 2011 7:56 PM To: jsb...@li... Subject: [Jsbsim-matlab] Matlab Crash When I press “Initialize Model” , after loading jsbsimgui_test with the default f16, Matlab crashes and exits with no error messages, not even the standard Windows one. With Matlab debug set to halt on all errors I get this is the command window:- ??? Reference to non-existent field 'fv_trim_enable_value'. Error in ==> jsbsimgui_sim>do_trim at 3728 JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); Error in ==> jsbsimgui_sim>init_model_Callback at 3476 do_trim(hObject, handles); Error in ==> gui_mainfcn at 96 feval(varargin{:}); Error in ==> jsbsimgui_sim at 42 gui_mainfcn(gui_State, varargin{:}); Error in ==> @(hObject,eventdata)JSBSimGUI_sim('init_model_Callback',hObject,eventdata,guidata(hObject)) 3728 JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); K>> I am using Matlab 10a , Windows 7 (64bit) and MSVC 2008. Does anybody have any ideas on how to resolve this? Alan -------------------------------------------------------------------------------- ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct -------------------------------------------------------------------------------- _______________________________________________ Jsbsim-matlab mailing list Jsb...@li... https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab |
From: Alan T. <ajt...@v-...> - 2011-10-12 18:56:49
|
When I press “Initialize Model” , after loading jsbsimgui_test with the default f16, Matlab crashes and exits with no error messages, not even the standard Windows one. With Matlab debug set to halt on all errors I get this is the command window:- ??? Reference to non-existent field 'fv_trim_enable_value'. Error in ==> jsbsimgui_sim>do_trim at 3728 JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); Error in ==> jsbsimgui_sim>init_model_Callback at 3476 do_trim(hObject, handles); Error in ==> gui_mainfcn at 96 feval(varargin{:}); Error in ==> jsbsimgui_sim at 42 gui_mainfcn(gui_State, varargin{:}); Error in ==> @(hObject,eventdata)JSBSimGUI_sim('init_model_Callback',hObject,eventdata,guidata(hObject)) 3728 JSBSimTrim.FlightViz = str2double(handles.fv_trim_enable_value); K>> I am using Matlab 10a , Windows 7 (64bit) and MSVC 2008. Does anybody have any ideas on how to resolve this? Alan |
From: Fotis P. K. <fk...@me...> - 2011-02-24 20:53:39
|
Thank you for your prompt response! This would be really great, as environment and in general uncertainties play a major part in control and guidance design and implementation. I think that adding the environmental (wind, turbulence etc.) control in the S-Function block as input state vectors would be great. Moreover, in a subsequent release you could also add the various system/subsystem faults and failures. This would be extremely helpful in the design and implementation of stochastic fault detection and identification (isolation) methods. Thank you for your excellent work! Fotis -- Fotis P. Kopsaftopoulos Research Associate Stochastic Mechanical Systems & Automation (SMSA) Laboratory Mechanical Engineering & Aeronautics Department University of Patras, GR 26500, Patras, Greece Tel: (++30) 2610 96 94 93, Fax: (++30) 2610 96 94 92 E-mail: fk...@me... Web: http://www.smsa.upatras.gr -----Original Message----- From: Jon S. Berndt <jon...@co...> Reply-to: jsb...@li... To: jsb...@li... Subject: Re: [Jsbsim-matlab] JSBSim and Environmental Control Date: Thu, 24 Feb 2011 05:42:27 -0600 Greetings, Fotis, I will try and contact the developers of the matlab interface for JSBSim and see if they can add control information for winds and turbulence. Jon From: Fotis P. Kopsaftopoulos [mailto:fk...@me...] Sent: Tuesday, February 22, 2011 12:53 PM To: jsb...@li... Subject: [Jsbsim-matlab] JSBSim and Environmental Control Hi, First of all congratulations for your efforts! I am a researcher at the University of Patras, Greece and we have started to use JSBSim in Matlab/Simulink environment for purposes of aircraft control and guidance. We have programmed some basic controllers and we are able to control the aircraft after some effort. Nevertheless, I would like to ask the developers what is the case with the environmental control issue. Testing the controllers and the simulation under various levels of turbulence and wind scenarios, and in general under various uncertainties, is crucial for our work. So, do you have any information regarding this aspect? The JSBSim includes these capabilities, but how can these be implemented in the S-Function and Simulink? Do you have some information or propositions regarding this aspect? Thank in advance for your answer! Fotis P. Kopsaftopoulos ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Jsbsim-matlab mailing list Jsb...@li... https://lists.sourceforge.net/lists/listinfo/jsbsim-matlab |
From: Jon S. B. <jon...@co...> - 2011-02-24 11:42:27
|
Greetings, Fotis, I will try and contact the developers of the matlab interface for JSBSim and see if they can add control information for winds and turbulence. Jon From: Fotis P. Kopsaftopoulos [mailto:fk...@me...] Sent: Tuesday, February 22, 2011 12:53 PM To: jsb...@li... Subject: [Jsbsim-matlab] JSBSim and Environmental Control Hi, First of all congratulations for your efforts! I am a researcher at the University of Patras, Greece and we have started to use JSBSim in Matlab/Simulink environment for purposes of aircraft control and guidance. We have programmed some basic controllers and we are able to control the aircraft after some effort. Nevertheless, I would like to ask the developers what is the case with the environmental control issue. Testing the controllers and the simulation under various levels of turbulence and wind scenarios, and in general under various uncertainties, is crucial for our work. So, do you have any information regarding this aspect? The JSBSim includes these capabilities, but how can these be implemented in the S-Function and Simulink? Do you have some information or propositions regarding this aspect? Thank in advance for your answer! Fotis P. Kopsaftopoulos |
From: Fotis P. K. <fk...@me...> - 2011-02-22 19:20:23
|
Hi, First of all congratulations for your efforts! I am a researcher at the University of Patras, Greece and we have started to use JSBSim in Matlab/Simulink environment for purposes of aircraft control and guidance. We have programmed some basic controllers and we are able to control the aircraft after some effort. Nevertheless, I would like to ask the developers what is the case with the environmental control issue. Testing the controllers and the simulation under various levels of turbulence and wind scenarios, and in general under various uncertainties, is crucial for our work. So, do you have any information regarding this aspect? The JSBSim includes these capabilities, but how can these be implemented in the S-Function and Simulink? Do you have some information or propositions regarding this aspect? Thank in advance for your answer! Fotis P. Kopsaftopoulos |
From: Fotis P. K. <fk...@me...> - 2010-12-27 20:52:36
|