From aniketh.chepuri at gmail.com Sun Nov 2 23:53:02 2014 From: aniketh.chepuri at gmail.com (aniketh) Date: Sun, 2 Nov 2014 14:53:02 -0800 (PST) Subject: [Scilab-Dev] How to Road Load model with a BLDC (Brushless DC Motor) Message-ID: <1414968782838-4031459.post@n3.nabble.com> Hello all, I am new to Scilabs Xcos I have a task to design a BLDC with a road load model. I tried to design BLDC but could not achive my result I need help with valuable inputs ?How to design thesi Road load with a BLDC? Can any one share the idea or literature related to this ? Waiting for replies. Kind Regards, Aniketh -- View this message in context: http://mailinglists.scilab.org/How-to-Road-Load-model-with-a-BLDC-Brushless-DC-Motor-tp4031459.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From markus at valtin.net Mon Nov 3 09:11:31 2014 From: markus at valtin.net (Markus Valtin) Date: Mon, 03 Nov 2014 09:11:31 +0100 Subject: [Scilab-Dev] How to Road Load model with a BLDC (Brushless DC Motor) In-Reply-To: <1414968782838-4031459.post@n3.nabble.com> References: <1414968782838-4031459.post@n3.nabble.com> Message-ID: <1669821.4B6BBKY47U@valtin-rt-l1> Am Sonntag, 2. November 2014, 14:53:02 schrieb aniketh: > Hello all, > > I am new to Scilabs Xcos I have a task to design a BLDC with a road load > model. I tried to design BLDC but could not achive my result I need help > with valuable inputs ?How to design thesi Road load with a BLDC? > > Can any one share the idea or literature related to this ? Maybe this helps: http://www.intechopen.com/books/matlab-a-fundamental-tool-for-scientific-computing-and-engineering-applications-volume-1/dynamic-simulation-of-electrical-machines-and-drive-systems-using-matlab-gui should be very similar in Scilab. Regards. M. Valtin From Jean-Pierre.Dussault at Usherbrooke.CA Fri Nov 7 18:41:24 2014 From: Jean-Pierre.Dussault at Usherbrooke.CA (Jean-Pierre Dussault) Date: Fri, 07 Nov 2014 12:41:24 -0500 Subject: [Scilab-Dev] diffcode bug 13431 marked resolved but still there In-Reply-To: <545CFB62.2000204@gmail.com> References: <545CFB62.2000204@gmail.com> Message-ID: <545D0444.2040308@Usherbrooke.CA> Hi! diffcode 1.1.1-1: I once filed the bug 13431 and I see the status is RESOLVED MOVED. But the bug persists in the ATOMS version under 5.5.1 Linux 64 bits. The fix is very easy but I need it to be installed OK for my students instead of instructing them to apply the fix by themselves. The fix is to modify the file SCILABHOME/share/scilab/contrib/diffcode/1.1.1-1/macros/diffcode_CDcost.sci replacing f=fun(x) by f=fun(x,varargin(:)) // JPD ajout? le varargin The following example crashes without the fix. Thanks, JPD function [val]= fexlum(x,varargin); val=0; o=varargin(1); p=varargin(2); val = sqrt((p(1)-x)^2 + (p(2)-x^2)^2); val = val + sqrt((o(1)-x)^2 + (o(2)-x^2)^2); endfunction x0=2; oo = [2,1]; pp = [1,-1]; [fopt,xopt,gopt]=optim(list(diffcode_CDcost,... fexlum,oo,pp),x0,'nd') x=-1:0.1:1; plot2d(x,x^2) plot2d([oo(1),xopt],[oo(2),xopt^2]) plot2d([pp(1),xopt],[pp(2),xopt^2]) -------------- next part -------------- An HTML attachment was scrubbed... URL: From j.chevalier at base.be Wed Nov 19 13:26:24 2014 From: j.chevalier at base.be (Jacques CHEVALIER) Date: Wed, 19 Nov 2014 13:26:24 +0100 Subject: [Scilab-Dev] When Scilab under Oracle Java 7 ? Message-ID: <39469B71-14AE-4970-AABF-DFDF5906A5AC@base.be> Hello scilab-5.5.1-x86_64 for Mac OS Yosemite don't launch with JavaForOSX2014_001 alone on my MacMini mid2010. As I need Oracle Java 7 for other applications (e.g. weka -3-7-11-oracle-jvm.app , a free data mining application from Waikato University) I hope there will be a scilab under oracle Java 7 in the future. It would be justified because Apple don't support Java since Mac OS 10.7.3 while Oracle continues its developpement. What do you think about that ? Jacques CHEVALIER j.chevalier at base.be -------------- next part -------------- An HTML attachment was scrubbed... URL: