10-30-2013 01:00 PM
Well, then you should redesign the code so it is not big and scattered. 😄
There are many ways to do things differently, for example with queues. Can you show us your code so we get a better idea how scattered things really are and what the best solution would be?
10-30-2013 01:24 PM
@Well, then you should redesign the code so it is not big and scattered.
I was expecting that remark when I wrote the previous post. 😛
I am not sure if I would be allowed (by our side) to share the full code here on the website.
Nevertheless, the code is scattered, but not haphazard. The only issue is that the way I have 'organized' (or scattered) the code, many 'input sliders and calculation code' is present and intertwined along side the 'input sliders and calculation code' of my interest here. I am beginning to think that even if I include everything, say the entire block diagram in the event structure, it shouldn't hurt. And that would be possible without disturbing the diagram as such. Will try.
Thanks & Regards.
10-30-2013 02:07 PM
Just letting you guys know that enveloping the whole block diagram in the event structure and a while loop works alright. I was just being unnecessarily jittery about it.
Thanks for the help Jeff and altenbach.
Regards