[Scilab-users] scilab-branch-6.0 crashes when changing block parameters

2019-02-06 Thread Grzegorz
;* x.model = model; >From hs_err_pid11472.log I get EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x50dad1cc, pid=11472, tid=0x32ac Regards Grzegorz -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.h

Re: [Scilab-users] ATOMS error (Scilab 6.0.1)

2018-07-30 Thread Grzegorz Skiba
Dear Clément, Is there any work in progress to fix this issue on Scilab 5.5.2? Is there any workaround for this issue for Scilab 5.5.2 users? I was trying to install toolbox without internet but without success. The atomsInstall function works only with internet connection ? Regards Grzegorz

Re: [Scilab-users] From Xcos model to DLL

2018-07-12 Thread Grzegorz Skiba
block, legacy/custom C code integration, target execution profiling, standalone DSP application generation, data acquisition functionality. [1]: https://atoms.scilab.org/toolboxes/microdaq/1.2.1 Grzegorz 2018-07-12 18:47 GMT+02:00 Q Z : > Hi Clément, > > Thanks for the suggestions! I h

Re: [Scilab-users] Passing function argument by reference

2018-07-03 Thread Grzegorz Skiba
function obj=createSession() obj = tlist(["tlisttype", "channel"], []);endfunction s = createSession(); // s.channel is []addChannelToSession(s, 1); // s.channel is 1 Regards Grzegorz 2018-07-03 11:19 GMT+02:00 Rafael

[Scilab-users] Passing function argument by reference

2018-07-02 Thread Grzegorz Skiba
Dear Scilabers, Is it possible to pass object (tlist) to a function by a reference ? Example code : function ref_test(obj) obj.a = 10; endfunction o = tlist(["tlisttype", "a", "b"], 0, 0); ref_test(o) if o.a == 10 then disp("works");else dis

Re: [Scilab-users] Atoms login

2018-03-16 Thread Grzegorz Skiba
Same situation with our MicroDAQ 1.2.1v toolbox ( https://atoms.scilab.org/toolboxes/microdaq/1.2.1 ). Pushed even earlier on 05.03.2018 and still not available for Scilab and MicroDAQ users. Regards Grzegorz 2018-03-16 18:23 GMT+01:00 Samuel Gougeon <sgoug...@free.fr>: > Le 09/01/

Re: [Scilab-users] Atoms login

2017-11-17 Thread Grzegorz Skiba
/toolboxes/microdaq/1.2.0 but it is not possible to install it from Scilab with atomsInstall("microdaq"); The toolbox should be available immediately or server needs to do some indexing etc and will be available later? Regards Grzegorz 2017-11-17 11:22 GMT+01:00 <simon.marche...@scilab-en

[Scilab-users] MicroDAQ Toolbox 1.2v - data acquisition and real-time processing

2017-11-15 Thread Grzegorz Skiba
MicroDAQ Toolbox 1.2v - data acquisition and real-time processing After over 5000 downloads from Atoms, we are proud to announce the new release of MicroDAQ toolbox for Scilab. The 1.2v release introduces data acquisition functionality which enables Scilab users to create advanced data

[Scilab-users] MicroDAQ Toolbox 1.2v - data acquisition and real-time processing

2017-11-15 Thread Grzegorz
MicroDAQ Toolbox 1.2v - data acquisition and real-time processing After over 5000 downloads from Atoms, we are proud to announce the new release of MicroDAQ toolbox for Scilab. The 1.2v release introduces data acquisition functionality which enables Scilab users to create advanced data

Re: [Scilab-users] Atoms login

2017-10-23 Thread Grzegorz
which want to improve Scilab by contributing new Atoms modules. Regards Grzegorz -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html ___ users mailing list users@lists.scilab.org http://lists.scilab.org

[Scilab-users] Intensive memory allocation when changing plot X axes ticks.

2016-08-26 Thread Grzegorz Skiba
Dear Scilab users, in my application I use plot and custom X axes ticks labes (timestamps). Aplication has to run for at least 24hours, but after few hours Windows terminates Scilab due to low memory. We noticed that chenging plot X labels causes memory allocation which results Scilab

Re: [Scilab-users] using web command

2016-07-10 Thread Grzegorz Skiba
urlGet can be helpful. https://help.scilab.org/doc/5.5.2/en_US/getURL.html Regards Grzegorz 2016-07-10 7:55 GMT+02:00 Offe rPade <oferp...@013net.net>: > In matlab gui, I used the following command: > > stat = web(['\help\propagation.htm'], '-browser') > > to

[Scilab-users] Running long term script - suggestion needed

2016-07-06 Thread Grzegorz Skiba
) = buffer'; end What can couse continous Scilab process memory allocation? Maybe I should use globals for buffer and data variable ? Any suggestion on this ? Thank you, Grzegorz ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman

Re: [Scilab-users] [SOCIS] Automatic layout in Xcos

2015-04-28 Thread Grzegorz Skiba
Hi Grzegorz, feel free to take this project. It was just a question about future releases and improvment plans. Regards Grzegorz 2015-04-28 12:25 GMT+02:00 grzesiek g.miesow...@gmail.com: Hi, I'm Grzegorz. I would like to participate in SOCIS 2015 for Scilab. I'm highly interested in project

[Scilab-users] How to unlock scilab console during Xcos simulation ?

2015-03-31 Thread Grzegorz Skiba
simulation ? Regards Grzegorz ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

Re: [Scilab-users] Model Name from within interfacing function

2015-03-30 Thread Grzegorz Skiba
Hi Florian, you can use scs_m object which holds Xcos scheme structure: *-- scs_m.props.title * but your schema has to be compiled before you use scs_m object in block code. Regards Grzegorz 2015-03-27 16:54 GMT+01:00 Klingenstein, Florian florian.klingenst...@gigatronik.com: Hello

[Scilab-users] Xcos drowing scheme improvments

2015-03-25 Thread Grzegorz Skiba
Hi, I want to ask if there are plans for improving Xcos drawing scheme capabilities in the next Scilab releases? Regards Grzegorz ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

Re: [Scilab-users] Parsing and Manipulating Xcos Models

2015-01-28 Thread Grzegorz Skiba
= scs_m; endfunction Regards Grzegorz 2015-01-29 0:01 GMT+01:00 Dr.Umut Durak umut.du...@tu-clausthal.de: Hello open source simulation community, I would like to parse, search Xcos models and modify them via deleting, modifying and replacing its elements, namely blocks and lines. While

[Scilab-users] XCos block with custom GUI

2014-07-15 Thread Grzegorz
, x_mdialog is executed and block's GUI appears. It seems that in 'set' case in block code scicos_getvalue is the only one fuction which is ignored during running simulation with Xcos and it doesn't appear. Any hints here ? Thanks for help. Regards Grzegorz -- View this message in context: http