Page 1 of 1
ARRAY - FIFO 3
Posted: Sat May 09, 2020 1:38 pm
by tiffy
The individual data can be withdrawn from the Array in both Directions (Up/Down).
Sorry people, I forgot to connect the Afterload Primitive in the schematic to one of its Resets. This version 3.1 is corrected now.
Re: ARRAY - FIFO 3
Posted: Sat May 09, 2020 2:50 pm
by kortezzzz
Works great

Thanks. The only thing I would change is removing the Ruby module that counts the array length and just adding a simple green integer primitive that does the same
https://imgur.com/86AD4WV
Re: ARRAY - FIFO 3
Posted: Sun May 10, 2020 7:47 am
by tiffy
kortezzzz wrote:Works great

Thanks. The only thing I would change is removing the Ruby module that counts the array length and just adding a simple green integer primitive that does the same
https://imgur.com/86AD4WV
Thank you kortezzzz...you know, I was looking for that 'green' primitive in the FlowStone toolbox to calculate the array length (I know there exist a green primitive to calculate string length) but I could not find any therefore I used the Ruby module.
To be honest, I never knew about that little trick to make a 'green' primitive to calculate the Array length you showed me.
Re: ARRAY - FIFO 3
Posted: Sun May 10, 2020 9:10 am
by kortezzzz
The Trick works whenever you connect an array to other type of edit box primitive. For instance, connect float array to integer or vice versa, or string array to int. or float
Cheers!