ā07-22-2019 02:18 AM
Solved! Go to Solution.
ā07-22-2019 02:41 AM
Hi Staken,
for now, it only updates the same array.
Yes, as there is only one array, stored in the feedback nodeā¦
So, do I have a problem with my code or it isn't achievable that way ?
What exactly do you want to achieve?
What do you want to optimize?
ā07-22-2019 04:07 AM - edited ā07-22-2019 04:11 AM
Hi,
I think that this would help.
ā07-23-2019 03:30 AM - edited ā07-23-2019 03:34 AM
@GerdW a Ʃcrit :
What exactly do you want to achieve?
What do you want to optimize?
Okay, so here my 'before' code.
It Initialise, read data, and store it in the feedback for each data.
I wanted to regroup the code in a loop, so it would be easier to modify and to read.
But i need it to stay that each data has her own waveform chart.
So I wanted to use the loop, and keep the feedback for each.
Sorry if im not very clear.
ā07-23-2019 03:32 AM - edited ā07-23-2019 03:33 AM
ā07-23-2019 03:48 AM - edited ā07-23-2019 03:50 AM
Hi Staken,
I couldn't find the function you use to convert the waveform to the string.
That's not a string, it's a cluster.
(No idea what it's good for in this special application - the waveforms itself consist of clustersā¦)
See this:
ā07-23-2019 07:00 AM
This is what i wanted, Thx you both of you.