Wipe data and refilling data

how can I wipe the stored data and replace it with other set of data

Wipe and refill.gh (7.1 KB)

data recorder has cross button to delete the data manually but I want that if I click button each time to update data It should delete the old data and simultaneously store new data in one click

Hi Snehal,

It is unclear what you are attempting to do. Do you want to keep the Series data persistent, meaning even if null is supplied then ignore it and remember previous data? In that case you can use Heteroptera’s Stream Freeze / Gate Component. It always keeps the latest copy of non-null data. Replace the Data Recorder Component with this Component. Right-Click and select the ‘Holding Data’ option.

1 Like

No I don’t want previous data. I want to store it as new even if the data trees are different I don’t mind.
suppose I have given the series of the list 0 to 10 as an input….out will be same

but if I give series of the list 10 to 20……..out should be 0 to 10 until I give the button to refresh the data. after that trigger button pressed I should have 10 to 20 series’

I hope you understand the logic :smiling_face_with_tear:

Can you prepare a mock up screenshot and manually enter the data in the panels? It still isn’t clear what you want.

I think what you are talking about is the ‘Data Dam’ component. Try it out and see if thats what you need.

1 Like

yes but data dam has limitations it cannot be operated from outside. I want to use it as control panel buttons.

it doesn’t have toggle button input.. and the thing is it always after certain time of interval refresh the data. but when I put it as never.. it doesn’t have toggle button which I could put in the control panel

You can use the same component I have mentioned above for this. It behaves like a data damn with a button as input.

What does this mean? Please use sketches or screenshots to explain, otherwise it is difficult to understand.

2 Likes
1 Like

:laughing: I am easily amused.

3 Likes

Ya it is working. :smiling_face_with_tear: thank you

1 Like