Dynamo has "memory" of pipe. Won't update

I am running a dynamo script that brings in all pipes. It takes those pipes fixture units runs through and if statement and assigns it a diameter based off fixture units. I changed a family fixture units to increase the pipe size (4 to 6). However, when I watch the specific pipe the fixture units stays at the old value (4). Any guesses as to what is happening? In the model it shows the pipe with 6 FU but dynamo is only showing 4 FU.

A screenshot of your graph would be helpful to see what nodes you are using. In any case, it sounds as if the node you are using to collect the pipes isn’t refreshing. This might help:

2 Likes

Perfect! I went in and added a Boolean logic to my front end to reset the script and it incorporated the changes on the reset. Thanks @awilliams.

2 Likes