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

2014-05-21 Thread Paul Martin
Thanks for your help. It's a good idea but block->work is already used. I think i'll use another solution suggested by Serge in developers mailing. Import.h allow me to read block->work of all the blocks of my diagram. I'll be easier for me. Paul, -- View this message in context: http://mail

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 ar

[Scilab-users] Share variable between Xcos Blocks

2014-05-16 Thread Paul Martin
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 developped in C, i thought use the globlal variable, but i dont know how to