Re: [Scilab-users] Custom Blocks in Xcos, linked, not copied into models

2012-11-20 Thread Clément David
this? Thanks in advance for any help and best regards, Lukas ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users -- Clément DAVID Development Engineer / Account Manager

Re: [Scilab-users] Linearizing a model with COSELICA blocks

2013-01-28 Thread Clément David
Hello, It is possible to linearize a modelica model however I should compile (in the sense of producing an Xcos block from a modelica diagram) first. Just define needcompile=4 before calling lincos and open a non-documented bug. -- Clément Le vendredi 25 janvier 2013 à 09:26 -0800, amiege a

Re: [Scilab-users] Getting rid of Modelica info pop-up window in Xcos

2013-01-31 Thread Clément David
importXcosDiagram(SCI + /modules/xcos/demos/ModelicaBlocks/RLC_Modelica.xcos); xcos_simulate(scs_m, 4); -- Clément David Scilab Enterprises Le mardi 29 janvier 2013 à 03:11 -0800, amiege a écrit : Hi, I am running an Xcos model which contains some COSELICA blocks. Every time I run it, the following

Re: [Scilab-users] Creating a C Function Block issue to compilelink

2013-02-06 Thread Clément David
Hello, In the xcos_toolbox_skeleton, we handle this link issue by using specific LDFLAGS [1]. [1]: http://gitweb.scilab.org/?p=scilab.git;a=blob;f=scilab/contrib/xcos_toolbox_skeleton/src/c/builder_c.sce -- Clément Le mercredi 06 février 2013 à 01:06 -0800, pepe a écrit : Hello, I am

Re: [Scilab-users] GEN_SQR Block

2013-02-07 Thread Clément David
for it? -- Clément David clement.da...@scilab-enterprises.com Scilab Enterprises ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

Re: [Scilab-users] Generic_block3

2013-02-21 Thread Clément David
@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users -- Clément DAVID Development Engineer / Account Manager --- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Mobile: +33.6.26.26.51.90 Phone: +33.2.90.22.78.96 http

Re: [Scilab-users] Scilab is *a real* pipe

2013-02-26 Thread Clément David
and redirect output to the standard output? I can almost to that with scilab-cli -f and scilab-cli -e but i still have to exit manually at the end, or construct an alias ofr scilab-cli -e exec('#1');quit or something -- Clément DAVID Development Engineer / Account Manager

Re: [Scilab-users] [ Get Transfer function Closed Loop]

2013-05-28 Thread Clément David
Hello, The lincos function does not works when using discretes (eg. driven by events) blocks. However you can translate the discrete DLR to a continuous CLR block and then put them into a superblock and use lincos to get the transfer-function. Using cascd to perform the same conversion might

Re: [Scilab-users] setting initial value for a signal

2013-09-09 Thread Clément David
users - Mailing Lists Archives mailing list archive at Nabble.com. ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users -- Clément DAVID Development Engineer / Account Manager

Re: [Scilab-users] Modnum Xcos

2013-10-01 Thread Clément David
of nonlinear library from Modnum Toolbox to Xcos (5.4.1). http://www.scicos.org/ScicosModNum/modnum_web/web/eng/ With regards Peter ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users -- Clément DAVID

Re: [Scilab-users] Xcos custom block - icon path problem

2013-10-14 Thread Clément David
Hello Peter, In my view, the palette should be created on toolbox loading (eg. on the .start file) because, as you highlight, path may vary between built-time and load-time. Furthermore, palette creation does not require many computation time and perform only runtime consistency checks. As a

Re: [Scilab-users] Xcos custom block - icon path problem

2013-10-21 Thread Clément David
to be fine. Can you track the 'permanent variable' issue ? what's the variable ? did you define it ? -- Clément DAVID Development Engineer / Account Manager --- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Mobile

Re: [Scilab-users] Lapack library error while using Xcos

2014-01-06 Thread Clément David
Hello, This seems to be a diagram issue, can you post it please ? -- Clément Le mardi 31 décembre 2013 à 01:23 -0800, inderpreet a écrit : Hello, I am using Scilab-Xcos for Control systems applications. I am trying to execute an Xcos diagram which has continuous and discrete time systems.

Re: [Scilab-users] scilab memory usage

2014-01-06 Thread Clément David
Hello, Of course no, in Scilab the default type is double. You can construct any other datatype using type-functions [1]. [1]: http://help.scilab.org/docs/5.4.1/en_US/int8.html Le dimanche 05 janvier 2014 à 17:07 +, Stephan Schreckenbach a écrit : Does scilab itself declare the variables

Re: [Scilab-users] Trying to use old Scicos file with Xcos

2014-02-04 Thread Clément David
Hello, It should work fine but it is model related. Can you provide your model ? -- Clément Le dimanche 02 février 2014 à 15:08 -0800, JD Heinzmann a écrit : About 3 years ago I developed a Scicos simulation of a heat engine using ScicosLab-4.4b8 with Scicos 4.4. I have just downloaded

Re: [Scilab-users] Trying to use old Scicos file with Xcos

2014-02-27 Thread Clément David
to save space? Thanks. JD On Tue, Feb 4, 2014 at 4:43 AM, Clément David clement.da...@scilab-enterprises.com wrote: Hello, It should work fine but it is model related. Can you provide your model ? -- Clément

Re: [Scilab-users] Real-time connect embedded hw

2014-03-11 Thread Clément David
Hi Peter, There is some external modules packaged in ATOMS which claim to handle real-time control [1] and others instrument control [2]. I did not used them so this is just pointers :) . [1]: http://atoms.scilab.org/categories/real-time [2]:

Re: [Scilab-users] Compatibility issues

2014-03-18 Thread Clément David
Hello, Can you post the diagrams please ? What do you mean by they don't work ? Is it a diagram loading issue ? a simulation issue ? -- Clément Le lundi 17 mars 2014 à 18:26 -0300, Eduardo Mascolo a écrit : I have some Scicos models developed in Scilab 5.3.3 and now I downloaded Scilab 5.4.1

Re: [Scilab-users] Using Modelica generic block MBLOCK in Xcos

2014-03-18 Thread Clément David
Hello, Are you sure that you define all the parameters ? Note that to view the real line number you should enable the whereami mode or Local numbering in Scinotes - Options. -- Clément Le vendredi 14 mars 2014 à 06:26 -0700, R0M1 a écrit : Hi everyone, Problems are still there... When I

Re: [Scilab-users] Using Modelica generic block MBLOCK in Xcos

2014-03-18 Thread Clément David
Hello, Sorry, I mean : you should enable this mode to view the right line on the scinotes editor. The error report is the expected one. For more information, see http://help.scilab.org/docs/5.4.1/en_US/lasterror.html -- Clément Le mardi 18 mars 2014 à 03:30 -0700, R0M1 a écrit : After

Re: [Scilab-users] Using Modelica generic block MBLOCK in Xcos

2014-03-19 Thread Clément David
Hello, Same question again :) : are you sure that you define all variables on the diagram context ? The do_eval update the block values merging the diagram context and the updated context argument to set the expected block's values. To view the definition of do_eval, just type : edit(do_eval)

Re: [Scilab-users] question regarding the 2014 edition of SOCIS

2014-05-05 Thread Clément David
moved to List dedicated to development questions d...@lists.scilab.org -- Clément Le samedi 03 mai 2014 à 16:03 +0100, Iurie a écrit : Hi, i am right now on the irc channel or scilab and there are almost no one active. there are 5 users and no one is answering to my questin. 1 of all i

Re: [Scilab-users] Scilab 5.5.0 on Ubuntu 14.04 LTS

2014-05-12 Thread Clément David
Hello, Can you try to reproduce using the official Scilab version ? If it works, just file a bug on the ubuntu side ; if not, use our bugzilla. Did you try to generate the code using an Scilab/Xcos demo (exemple Kalman.zcos) ? -- Clément Le jeudi 08 mai 2014 à 00:52 -0700, Royek a écrit : Hi,

Re: [Scilab-users] Share variable between Xcos Blocks

2014-05-19 Thread Clément David
Le vendredi 16 mai 2014 à 13:36 -0700, Paul Martin a écrit : Hi, I have created my own Xcos Block. I try to share variable between them without any link. I want to have the same behavior than the GOTO/FROM Blocks, but i want to manage the variable inside my own block. My blocks are

Re: [Scilab-users] Running Xcos on Beaglebone Black

2014-06-03 Thread Clément David
Hello Flavio, I don't know the current status of the Debian ARM JVM but last time I checked to used Scilab on Fedora ARM the JVM crashed on some JNI functions. Are you able to call others Java implemented functions ? Does JIMS work ? -- Clément Le lundi 02 juin 2014 à 09:38 -0300, Flavio

Re: [Scilab-users] ScalaLab and GroovyLab support for caling SciLab

2014-06-03 Thread Clément David
Hi Stergios, Great job ! I did not known scalalab nor jlabgroovy before. Do you know that Scilab can call any Java library using JIMS ? Do you think that it may be easily possible to use groovy are scala instead ? -- Clément Le dimanche 01 juin 2014 à 16:29 +0300, Stergios Papadimitriou a

Re: [Scilab-users] ScalaLab and GroovyLab support for caling SciLab

2014-06-03 Thread Clément David
for it? .. perhaps, it is good to have both the compactness of SciLab and the general purpose scripting of Scala/Groovy, this is why I like to improve on that interfacing work ... Best Regards Stergios Στις 3/6/2014 12:34 μμ, ο/η Clément David έγραψε: Hi Stergios, Great job ! I did not known

Re: [Scilab-users] ScalaLab and GroovyLab support for caling SciLab

2014-06-04 Thread Clément David
!! .. I need to admit however, that Windows SciLab installation is much easier! Stergios Στις 3/6/2014 1:07 μμ, ο/η Clément David έγραψε: JIMS is part of Scilab 5.5.0 and documented in the Scilab help. There is also a getting started page : http://help.scilab.org/docs/5.5.0/en_US/jims

Re: [Scilab-users] Expression block - Initialisation problem: singularity in a block

2014-06-26 Thread Clément David
Hello Michael, It seems to be a scilab bug, please report to bugzilla.scilab.org. Thanks in advance, -- Clément Le mercredi 25 juin 2014 à 11:00 +0200, Michael Ungelehrt a écrit : Dear users, I copied a simulation which I built up at a Windows 7 PC 64bit with Scilab 5.5.0 to a new

Re: [Scilab-users] question about f_div

2014-07-07 Thread Clément David
Hello Li, freq_div is built using a Modulo_Count and a IFTHEL_f block. You can directly create you own superblock using IFTHEL_f and more complex Xcos logic. Regards, -- Clément Le samedi 05 juillet 2014 à 12:50 +, Li Wei a écrit : Dear sir, I am a new user of scilab. I need a

Re: [Scilab-users] Iterator in XCOS?

2014-07-10 Thread Clément David
Hello, Just list the interface functions and add them to the palette using : interfaces = [BIGSOM_f RAMP] pal = xcosPal('Iterators'); for i=1:size(interfaces, '*') pal = xcosPalAddBlock(pal, interfaces(i)) end xcosPalAdd(pal) I just checked but some interface functions are missing in

Re: [Scilab-users] xsl processor

2014-07-11 Thread Clément David
Hello Stephane, As saxon has a Java API it is possible to call it using JIMS (included in Scilab 5.5.0). However as there is a libxslt built on top of libxml2 the right way to manipulate an XSL Transform might be to wrap it in a similar way than libxml2. -- Clément Le vendredi 11 juillet 2014 à

Re: [Scilab-users] Xcos : use of Xcos_compile create an error : undefined variable script2var

2014-09-02 Thread Clément David
Hello Quentin, Xcos is a dynamic Scilab module which means that the native library (scixcos.dll or libscixcos.so) and the macros are not loaded at Scilab startup. At 'xcos' call, everything set up behind the scene and you can use interface functions and any xcos internal function. As a user, if

Re: [Scilab-users] Xcos code generation, compiling with eclipse for standalone usage

2014-09-15 Thread Clément David
Hello, For you information, the generated source code need to be linked against Scilab libraries. The Code generator emits the same scheduling as Xcos but does not emit source code for simulation functions (eg. per block). Regards, -- Clément Le samedi 13 septembre 2014 à 21:29 -0300, Pablo

Re: [Scilab-users] Xcos code generation, compiling with eclipse for standalone usage

2014-09-16 Thread Clément David
Hello Pablo, cstblk4_m, selector_m, and counter In fact, these are simulation functions. You can grab them directly from the Scilab sources to compile them directly within your project or you can link to libsciscicos_block.so using -lsciscicos_block. If you chose to link against scilab

Re: [Scilab-users] block.work in Scilab coded block

2014-09-30 Thread Clément David
Hello, The work field is not supported for scifunc_m block. Did you try to store data on the state (z) field ? Regards, -- Clément Le mardi 23 septembre 2014 à 17:20 +0200, Embedded Toolbox a écrit : Hi all, I have uploaded on Atoms a new toolbox called leftwavedenoise. For this

Re: [Scilab-users] XCos cscope parameter change beafore sim

2014-09-30 Thread Clément David
Hello, Nice idea and it works fine. Using the attached file I'm able to cleanup all opened graphic windows at simulation start and to update plot properties at the end of the simulation. To check, I just used : exec setup_plot.sce xcos SCI/modules/xcos/demos/Command.zcos // start the

Re: [Scilab-users] xcos netlist information

2014-10-07 Thread Clément David
Hello, An Xcos diagram is basically a Scilab mlist (known as scs_m) and can be used as such to convert to any netlist format. However if you want to preserve the scheduling you may prefer to use the Scilab mlist (known as cpr) that is passed to the simulator. Do you have any specific netlist

Re: [Scilab-users] Xcos simulation problem with Scilab 5.5.1

2014-10-10 Thread Clément David
Hello, The simulation is not that slow on my Scilab 5.5.1 Linux x86_64. Are you able to reproduce on a reduced test case ? Note that the Xcos scope rendering has not been modified between 5.5.0 and 5.5.1. They internally use a buffer with a size specified in the parameters and a push

Re: [Scilab-users] Problem with xcos.

2014-10-10 Thread Clément David
Hello Gabriel, Can you provide your Xcos file please ? -- Clément Le mardi 07 octobre 2014 à 21:23 +0100, Gabriel Calderon a écrit : I've been working on xcos with the previous version of scilab. Now with the 5.5.1 when I try to run my xcos scheme the program drops this: do_eval:

Re: [Scilab-users] Xcos simulation problem with Scilab 5.5.1

2014-10-16 Thread Clément David
Hello, Well found, the GAINBLK and GAINBLK_f implementation differs. GAINBLK do not call the dgemm (LAPACK) if the gain parameter is a scalar double whereas GAINBLK_f always does. Due to a bug on the Scilab installer the MKL automatic download failed and Scilab silently fallback to the reference

Re: [Scilab-users] scilab compilation enviroment

2014-10-17 Thread Clément David
Hello, Well, the scilab team used mostly the latest ubuntu LTS, some people CentOS, Fedora or Debian however using the prerequirements is a must on any distribution. A quick guide is available at [1] using git and prerequirements. And more complete wiki pages are available on [2]. [1]:

Re: [Scilab-users] Xcos : accelerate the simulation

2014-10-17 Thread Clément David
Hello Quentin, (answered in line) I have an Xcos diagram which is a simplification of a Simulink diagram. Both diagram use the same solver (Runge Kutta 4) but Xcos works at 100Hz and Simulink at 3000Hz For the same result, Simulink needs 15sec (without accelerator mode) and Xcos 45sec.

Re: [Scilab-users] la classe principale java scilab interface windows 64

2014-12-08 Thread Clément David
Hello Elchin, Can you try launching Scilab from terminal and post the log please ? Do not hesitate to open a bug and add software and hardware information. Regards, -- Clément Le dimanche 07 décembre 2014 à 15:35 -0700, Elchin a écrit : Hi Everyone I can't open Scilab 5.5.1 with Java.

Re: [Scilab-users] Toolbox Development

2015-01-06 Thread Clément David
Hello, If this documentation is not complete, feel free to update it. The wiki is open to everyone, just connect and edit. Each time I create a new toolbox, I just copy the toolbox_skeleton or xcos_toolbox_skeleton on a new directory ; rename some file and remove others by searching skeleton on

Re: [Scilab-users] xcosAddToolsMenu()

2015-03-19 Thread Clément David
Hi Den, Le vendredi 13 mars 2015 à 04:34 -0700, Den a écrit : With xcosAddToolsMenu(example, build_example(scs_m)) a new Button is add to Xcos, but it doesnt work. I get the message undefined variable: build_example Is this the right way to call a function from a sci-Script? And what i

Re: [Scilab-users] gettext(): how to force the output language?

2015-03-10 Thread Clément David
Hello Samuel, Le lundi 09 mars 2015 à 22:36 +0100, Samuel Gougeon a écrit : In an application (external module), i need to translate one of the registered gettext items, not into the current language, but into another one. In brief, i wish to force the language into which i need to translate

Re: [Scilab-users] Issue when compiling Scilab: Cannot allocate this quantity of memory

2015-03-03 Thread Clément David
Hello (added dev ML), Le lundi 02 mars 2015 à 06:01 -0700, Nukles a écrit : So my guess is: MAXLONG is not declared, so the function does not return a value (or it returns 0) and therefore the error message is triggered because the stacksize given as input is higher than 0 or NULL or N/A.

Re: [Scilab-users] Large variables and execution speeds

2015-02-25 Thread Clément David
Hello Tim, Yes, the copies are there as Scilab does not allow to pass data by reference but only by copy. To avoid extra copy when using tlist, you have to avoid data resize which is really costly. When writing : local_tlist.some_field = stuff; There is no performance penalty if 'some_field'

Re: [Scilab-users] Issue when compiling Scilab: Cannot allocate this quantity of memory

2015-04-13 Thread Clément David
March 2015 at 10:25, Clément David-2 [via Scilab / Xcos - Mailing Lists Archives] [hidden email] wrote: Hello (added dev ML), Le lundi 02 mars 2015 à 06:01 -0700, Nukles

Re: [Scilab-users] Importing FMU generated by Xcos (Scilab)

2015-04-13 Thread Clément David
Hello Michele, As you already write, the FMU generated by the module depends on the simulation functions shipped with Scilab. Xcos simulation functions are shipped in two flavor : * libsciscicos_blocks.so depends on a full Scilab you have to link with blas / lapack, the whole Scilab

Re: [Scilab-users] modelica

2015-04-08 Thread Clément David
Hello, Without more information, I can not help you. Can you post an example diagram please ? Le mercredi 25 mars 2015 à 01:46 -0700, anil a écrit : hello,I am trying to develop a new block for thyristor using M-block , but i am unable to use already defined classes such as TwoPin in my

Re: [Scilab-users] Questions about handling cursor from Scilab

2015-06-09 Thread Clément David
Hello Serge, Out of any Java specific code, it might probably be impossible. -- Clément Le lundi 08 juin 2015 à 18:56 +0200, Serge Steer a écrit : Hello, Does anyone knows how to modify the pointeur coordinates into a Scilab graphic window with Scilab instruction? modify the pointeur

Re: [Scilab-users] FROMWSB Scilab

2015-06-09 Thread Clément David
Hello, The parameters are fixed at diagram compilation time so you cannot modify them at simulation time however advanced usage of scicos_simulate can simulate this case (passing and modifying the Info list). -- Clément Le mardi 26 mai 2015 à 21:10 -0700, ANDREY_PSTU a écrit : Hello, guys. I

Re: [Scilab-users] Source folder of GUI of Xcos palette browser Xcos GUI Menu bar

2015-06-10 Thread Clément David
Hello, Xcos is a java implemented module so most of the source code is in the modules/xcos/src/java directory. Especially for the palette there is a java package named 'palette' which handle the GUI. For Xcos, Scilab callbacks can be added to the 'Tools' menu but to change the others you have to

Re: [Scilab-users] Spider Chart

2015-08-18 Thread Clément David
Hello Pascal, First thanks for sharing this piece of code, it seems great enough to be integrated into Scilab. If you want it to be integrated, do not hesitate to write a SEP [1] and/or test-cases and post them to better understand the implementation (and limitation of it). [1]:

Re: [Scilab-users] All variables in scilab.ini/.scilab startup file turn protected? About predef() (1)

2015-08-18 Thread Clément David
Hi Samuel, Yep I confirm this behavior and it seems related to a scope management change (issue or not). The point is : scilab.ini seems to be loaded on a parent scope to avoid any predef settings. ``` === scilab.ini === a=1 // define a variable a === Console === a=2 // I re-define a the a

Re: [Scilab-users] Reading an xcos diagram with scs_m

2015-11-12 Thread Clément David
Hello, Do you use any hierarchy ? If the current `scs_m` level is exported it might be sufficient in my view. Can you open a bug describing your need ? I will try to implement that for Scilab 6.0. Regards, -- Clément Le jeudi 12 novembre 2015 à 06:45 -0700, Nazreen a écrit : > Dear Sir, >

Re: [Scilab-users] Reading an xcos diagram with scs_m

2015-11-12 Thread Clément David
currently provide no documented way to achieve that. Can you clarify your needs ? Do you setup the solver on a block ? What kind of information do you need ? -- Clément Le mercredi 11 novembre 2015 à 19:41 -0700, Nazreen a écrit : > Dear Mr. Clément David, > > I am developing a toolbox with

Re: [Scilab-users] interactive graphical window

2015-10-30 Thread Clément David
Hello all, In fact, we just mapped some Java layout to the UIControls API. To have nice tutorials on that refers to the Java Layouts [1] tutorials. And for beginners on UI, I strongly suggests you to use Netbeans Swing GUI Builder [2] or Eclipse Swing Designer [3] to discover panel placement

Re: [Scilab-users] Help to understand XCOS

2015-10-08 Thread Clément David
echanic). I got myself thinking: if it wasn't a function that > I already know, or in a complex block I could think the result is > numerically right, when it's not. > > Thanks Anyway. > > On Mon, Oct 5, 2015 at 5:08 AM, Clément David < > clement.da...@scilab-enterp

Re: [Scilab-users] EXCEPTION_ACCESS_VIOLATION "scicosim" function

2015-10-20 Thread Clément David
Hello, This seems to be a bug, can you report it on bugzilla.scilab.org ? Please also provide an example schema and tell us what Scilab version you are using. Regards, -- Clément Le mardi 20 octobre 2015 à 00:09 +0530, Parthageet Samantaray a écrit : > Hello Everyone, > > I have trying to

Re: [Scilab-users] read format

2015-10-12 Thread Clément David
Hello, Well in fact the `evstr` call is not needed if you parse the csv and interpreting directly the values as "double" using : M = csvRead('/tmp/sample.csv', ';', "double"); values = M(:,2); Regards, -- Clément Le lundi 12 octobre 2015 à 18:00 +0200, grivet a écrit : > Thank you Samuel,

Re: [Scilab-users] Error while calling 'builder gateway function' using bash script

2015-08-27 Thread Clément David
Hello Lavitha, Why are you using such a small timeout duration `timeout 1` ? Do you really expect a 1s scilab startup + compilation ? Dear All, I am trying to call OpenCV codes from scilab and for this I need a builder gateway function. While calling the function on the scilab console, I

Re: [Scilab-users] Reading an xcos diagram with scs_m

2015-09-09 Thread Clément David
Hello Pablo, Your 'scs_m' variable is a complete diagram created using `scicos_diagram` `scicos_block` and `scicos_link`. To check that is is correct, "xcos(scs_m)" will open the graphical editor for the scs_m diagram. The documentation is included within the Scilab help. Regards, -- Clément

Re: [Scilab-users] Create a super block through a script

2015-09-17 Thread Clément David
Hello Yves and welcome, Yep, it is possible to instantiate a diagram using the functions : * scicos_diagram() * scicos_block() * scicos_link() to add a block simply append the block (here named `blkX`) to the list of children of a diagram (here named `scs_m`): ``` scs_m = scicos_diagram();

Re: [Scilab-users] Sound acquisition with Scilab under Linux

2015-09-29 Thread Clément David
Hello, To handle a cross-platform sound handling in Scilab I suggest you to take a look at JIMS and the "Java Sound API". Not sure if it will fit your needs but might be. Note: another more advanced approach is to use SWIG-Scilab to generate the mapping of a library (Gstreamer might be a good

Re: [Scilab-users] setmemory() <= Re: Reintroducing stacksize on Scilab 6 ? was (Re: multiple element by element between large matrix and vector)

2015-10-01 Thread Clément David
Hello Samuel, > So, my questions are: > * can't the same be implemented in Scilab 6? No it can not be exactly the same as we no more used a stack approach for Scilab 6. > * If yes: is there a way to implement it in such a way that sharing > between global and local+intermediate

Re: [Scilab-users] Reintroducing stacksize on Scilab 6 ? was (Re: multiple element by element between large matrix and vector)

2015-09-28 Thread Clément David
Hello Antoine, Le lundi 28 septembre 2015 à 15:47 +0200, Antoine Monmayrant a écrit : > Should this be turned into a bug report or a SEP? > What would make more sense? Well, this started as a bug report but closed as worksforme as it works on my machine. For me this behavior change should not be

Re: [Scilab-users] Help to understand XCOS

2015-10-05 Thread Clément David
Hello eddie, See http://math2.org/math/integrals/more/restrig.htm In fact you can move the starting point by changing the '1/s' initial value (which is by default 0). Regards, -- Clément Le samedi 03 octobre 2015 à 09:49 -0700, eddie Liberato a écrit : > Hi, > > Going straight to the point,

Re: [Scilab-users] setmemory() <= Re: Reintroducing stacksize on Scilab 6 ? was (Re: multiple element by element between large matrix and vector)

2015-10-01 Thread Clément David
Le mercredi 30 septembre 2015 à 16:04 +0200, Samuel Gougeon a écrit : > The meaning of my first post was that, from a user point of view, > knowing that the amount of memory involved in a Scilab session is of > "Scilab global kind" or of "Scilab intermediate kind" or of "java > kind" > or of

[Scilab-users] Reintroducing stacksize on Scilab 6 ? was (Re: multiple element by element between large matrix and vector)

2015-09-28 Thread Clément David
point is not to limit the available memory issue but ease language usage for new-comers by protect them against typo or mis-design algorithms. Awaiting your opinion, -- Clément David ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

Re: [Scilab-users] Create a super block through a script

2015-09-18 Thread Clément David
Hello Yves, hello all, Yep in fact this is not trivial and we try to improve that for Scilab6 (such as automatic definitions of port properties). > I have some questions:> - what are the vectors in[2; -1] and in2[1; -2] ? I write it just> "instinctively" by looking at the diagram browser.> - is

Re: [Scilab-users] Compiling an MBLOCK

2015-10-06 Thread Clément David
Hello Umut, This error seems to be an NMAKE issue. Can you provide us more information please ? Did you try logging the makefile using `ilib_verbose(2)` ? If possible, can you attach the MBLOCK content or the schema ? Regards, -- Clément Le mardi 06 octobre 2015 à 14:57 +0200, Dr.Umut Durak a

Re: [Scilab-users] Problem with Xcos FMU wrapper 0.6

2015-12-14 Thread Clément David
Hi Umut, Did you try adding the `scicos_block.dll` file to the VC++ path ? For FMU generation, we need block simulation functions thus you need to link against them. If you find some issues, do not hesitate to report bugs to the forge. Regards, -- Clément Le dimanche 29 novembre 2015 à 17:35

Re: [Scilab-users] GSOC 2016: Projects and Mentors

2016-01-11 Thread Clément David
Hello Yash, Thanks for your interest for Scilab and yes we will try to be a mentoring organisation this year again. Note that we use the Gsoc ML to communicate with students and mentors so please get in touch in that channel. And also follow the guidelines, 

Re: [Scilab-users] Scilab Error Message: CVode

2016-01-11 Thread Clément David
Hello, This message means that there is an algebraic loop detected by the solver on the continuous states (eg. a value that must change but does not) and might be fix by either :  1) finding and fixing them on the diagram (by   2) reducing solver tolerances on the simulation setup Regards, --

Re: [Scilab-users] Scilab 6.0.0. beta2 x64 - Xcos - BIGSOM and PRODUCcomponent dysfunction - W10

2016-06-22 Thread Clément David
Hello Pierre, Thanks for the ping, a fix is in review at https://codereview.scilab.org/18287 . Note that the bug is just a rendering bug and does not impact simulation values. Regards, -- Clément Le lundi 20 juin 2016 à 19:25 +0200, Perrichon a écrit : > Dear, >   > With Scilab-Xcos 6.0.0

Re: [Scilab-users] Xcos 6.0.0-beta2 passes 57% of test_run tests on Microsoft Windows

2016-06-28 Thread Clément David
Hello Nicolay, Le vendredi 24 juin 2016 à 23:30 +0300, Nikolay Strelkov a écrit : > Do you plan to increase passed tests quantity in Xcos 6.0.0? Well you spot it well, "xcos" might probably be the module with the poor test ratio. Some the tests are still failing due to warning messages but

Re: [Scilab-users] support on scilab 6 new debug feature

2016-01-29 Thread Clément David
g Scilab modules for examples, maybe I've > done something wrong. > > Thank you for feedback, > > David > > -Message d'origine- > De : users [mailto:users-boun...@lists.scilab.org] De la part de Clément David > Envoyé : jeudi 28 janvier 2016 16:14 > À : use

Re: [Scilab-users] Xcos: Error when running a compiled superblock

2016-01-26 Thread Clément David
Hello Benoit, During code generation, scilab will generate both the C file of the superblock and the equivalent block interface function (a scilab macro). To re-use it later, you have to link the library (to load the simulation function) and the execute the interface function file (to load the

Re: [Scilab-users] Document for xcos

2016-01-31 Thread Clément David
(answered on dev) Hi Adhitya, please avoid cross-posting on mailing-lists. See http://mailinglists.scilab.org/Documentation-for-Xcos-td4033357.html -- Clément Le samedi 30 janvier 2016 à 11:52 +0530, Adhitya Kamakshidasan a écrit : > Hi, > > My name is Adhitya Kamakshidasan and I'm an Intern

Re: [Scilab-users] support on scilab 6 new debug feature

2016-01-28 Thread Clément David
Hi David, The nightly build help is not available on help.scilab.org but we can either type `help debug` on a nightly build or read the raw XML on the source tree [1]. Note that this debug feature has no integration on SciNotes yet. [1]: 

Re: [Scilab-users] Bug of input function in Scilab 6.0 beta 1

2016-02-23 Thread Clément David
Hi Wolfgang, It seems to be a bug, please report it. -- Clément Le mardi 23 février 2016 à 14:48 +, SCHULZ Wolfgang a écrit : > Hello, > since Scilab 6.0 beta 1 I have a problem with the input function (everything > worked under Scilab > 6.0 alpha 1). >   > I execute the following code: >

Re: [Scilab-users] ?==?utf-8?q? Bug of input function in Scilab 6.0 beta 1

2016-02-24 Thread Clément David
Hi Antoine, Note sure about that, we have to investigate more on that point and opening two bug will leave the door open to solving issues in two ways. -- Clément Le mardi 23 février 2016 à 18:27 +0100, Antoine Monmayrant a écrit : >   > Le Mardi 23 Février 2016 17:16 CET, Clément

Re: [Scilab-users] mprintf("%d *\n", nHiters, M) horizontal format iterator ?

2016-02-24 Thread Clément David
Hi Samuel, Le mercredi 24 février 2016 à 15:27 +0100, Samuel Gougeon a écrit : > I am pretty sure that an horizontal iterator was recently implemented for the > format  > used within mprintf(), but i am failing to find any information about how to > use it. What do you mean by "horizontal

Re: [Scilab-users] Bug of input function in Scilab 6.0 beta 1

2016-02-25 Thread Clément David
ug report number is > it? > Thanks > Wolfgang > > > > -Ursprüngliche Nachricht- > > Von: users [mailto:users-boun...@lists.scilab.org] Im Auftrag von Clément > > David > > Gesendet: Mittwoch, 24. Februar 2016 17:06 > > An: users@lists.scilab.org >

Re: [Scilab-users] ?= =?utf-8?q? News: Scilab 6 Beta, VISA Toolbox, Embedded World 2016

2016-02-16 Thread Clément David
Hi Antoine, In fact this module is only available for windows x86 or x64 with Scilab 5.5.2 installed. I just checked and it is not available on Scilab 5.5.0. You have to enforce the installation by downloading the zip file and using `atomsInstall('visa.zip')` directly. -- Clément Le mardi 16

Re: [Scilab-users] News: Scilab 6 Beta, VISA Toolbox, Embedded World 2016

2016-02-16 Thread Clément David
Hello guys, Just a pointer there : about the stacksize re-introduction or not please comment on http://bugzilla. scilab.org/show_bug.cgi?id=14266 . -- Clément Le mardi 16 février 2016 à 13:12 +0100, Antoine Monmayrant a écrit : > Le 02/16/2016 01:00 PM, Jan Åge Langeland a écrit : > >  On

Re: [Scilab-users] Xcos-vector size error

2016-02-16 Thread Clément David
Hi Simon, Thanks for answering yourself :) about the port sizes prompting for MUX / DEMUX you can enforce the size on parameters using a vector notation `[1 1 1]` instead of `3`. -- Clément Le mardi 16 février 2016 à 06:04 -0700, simon_46_scilab a écrit : > Ok, I have solved the problem

Re: [Scilab-users] Logical zero

2016-02-02 Thread Clément David
Hello all, Yes, that's quiet strange results and we probably have a bug on that expression. Could you open a bug to track that issue please ? But more generally, on the Scilab5 vs Scilab6 performance, we (Calixte in fact) made some analysis pass for our JIT demo use-case and we may re-use it

Re: [Scilab-users] Scilab 6 issues in building the module

2016-03-14 Thread Clément David
Hi Tan, Thanks for the information ; this is already fixed [1] ;) do not hesitate to post a bug on bugzilla.scilab.org next time. [1:]  http://gitweb.scilab.org/?p=scilab.git;a=commit;h=064a1839fb0a501e4ff05ca23b25c2cd618be1aa Regards, -- Clément David Le lundi 14 mars 2016 à 09:34 +0800

Re: [Scilab-users] Scilab 6 issues in building the module

2016-03-15 Thread Clément David
Hi, Please post a detailed bug with all these information and your configuration. We usually only check the dynamic linking feature with a reduced set of compilers and your configuration might be a not checked one . Thanks in advance, -- Clément David Le mardi 15 mars 2016 à 16:09 +0800

Re: [Scilab-users] Scilab 6 issues in building the module

2016-03-15 Thread Clément David
in\bin;C:\Program! > ! Files (x86)\AMD\ATI.ACE\Core- > Static  ! > !  > >      ! > !ComSpec: > C:\Windows\system32\cmd.exe    >    ! > !  &

Re: [Scilab-users] GSOC 2016

2016-03-11 Thread Clément David
Hello Mayank and welcome, Firstly, to communicate on the GSOC we use a dedicated ML g...@lists.scilab.org  ; please use it next time. Then about the JOGL issue while building, I strongly suggest you to use the Prerequirement SVN [1] instead of libraries and JARs provided on your system. The

Re: [Scilab-users] GSoC 2016

2016-03-22 Thread Clément David
interested in Java > Scripting Api and Anonymous > Usage Tracking projects. > So, can u give me more details about those projects which one is the high > priority this year? > > Thanks. > > On Mon, Mar 21, 2016 at 9:50 PM, Clément David > <clement.da...@scilab-e

Re: [Scilab-users] GSoC 2016

2016-03-22 Thread Clément David
And also, use the g...@lists.scilab.org for GSoC related communication :) . -- Clément Le mardi 22 mars 2016 à 20:50 +0530, Lahiru Dilshan a écrit : > Thanks Clement. I'll try this project. I'll start to write the proposal. > > On Tue, Mar 22, 2016 at 7:16 PM, Clément David >

Re: [Scilab-users] gateway compatibility

2016-03-23 Thread Clément David
Hello Jasper, Yes it should be *but* this is not 100% guarantee. We tried to avoid any breakage during the alpha to beta transition on gateways but preferred to have a better 6.0.0 API on the beta. The reason of the C_GATEWAY_PROTOTYPE to STACK_GATEWAY_PROTOTYPE conversion is that we

Re: [Scilab-users] GSoC 2016

2016-03-22 Thread Clément David
u sure that the Java Script API is not selected in GSoC this year?  > https://wiki.scilab.org/GSoC_project_proposal link shows the project ideas of > Scilab and the Java > Script API project is there. > > On Tue, Mar 22, 2016 at 1:00 PM, Clément David > <clement.da...@scilab-enterprise

Re: [Scilab-users] GSOC 2016

2016-03-08 Thread Clément David
Hi Ilie and welcome, For the GSoC, we use a dedicated mailing-list to ease integration on the community and to help student discover how we work. Please next time post to : g...@lists.scilab.org . As you might have already read in the GSoC guidelines, we require you to compile the software and

  1   2   3   >