LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Storing numeric outputs from an element in a 1D array

Solved!
Go to solution

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?

Message 11 of 13
(419 Views)

@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.

0 Kudos
Message 12 of 13
(412 Views)

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

Message 13 of 13
(404 Views)