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

2015-01-28 Thread Grzegorz Skiba
Umut, I think model (scs_m) recursive parsing script will be a good starting point for you. In Arduino Scilab boolbox you can find script that shows how to create diagram with create_xcosdiagram() function - http://forge.scilab.org/index.php/p/arduino/source/tree/HEAD/macros/ARDUINO_SCOPE.sci

[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] 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] How to unlock scilab console during Xcos simulation ?

2015-03-31 Thread Grzegorz Skiba
Hi all, I use Xcos model to control real plant. While xcos simulation is running I can use custom Scilab functions to change plant behaviour, but function call is executed after Xcos simulation ends. Is it possible to ulock scilab console during Xcos simulation and call function during Xcos

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

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 : > In matlab gui, I used the following command: > > stat = web(['\help\propagation.htm'], '-browser') > > to get to my help files. > > Is there

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

2016-07-06 Thread Grzegorz Skiba
Dear Scilab users, I'm writing script which uses GUI and it receives data from embedded device via UDP protocol. Script will be used for monitoring and it has to run continuously for 7-8 days. I did some test on it and I see that after 24hour test Scilab process consumes 400MB RAM memory more

[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

[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

Re: [Scilab-users] Atoms login

2017-11-17 Thread Grzegorz Skiba
Dear Simon, it seems that there is still some problem with ATOMS, after uploading new version of MicroDAQ toolbox isn't isn't visible in Module manage in Scilab - the uploaded 1.2 version and previous versions are not available. The 1.2v can be accessed via web:

[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 disp("do not works");end Regards Grzegorz

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

2018-07-03 Thread Grzegorz Skiba
Thank you Rafael, I was looking for solution which allow object (tlist) modification by function call but it seems that it is not possible to implement the following without globals or using function return argument. function addChannelToSession(obj, arg) obj.channel = arg;endfunction

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
Dear Qian, If you need out of the box solution for rapid control prototyping and data acquisition you can check MicroDAQ toolbox [1]. It features automatic code generation for MicroDAQ DSP processor, Xcos blocks for ADC, DAC, Encoder, PWM, DIO,... real-time data access with standard Xcos sink

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 : > Le 09/01/2018 à