Not sure where to put this


#1

I use chrome I am working on a gauge tile project
it had 4 gauge i removed code for one gauge but i still see all 4


I cleared the cache no help
any idea


#2

I have not done gauges but if it works like tiles, then you need to have the piston issue a clear gauge with the corresponding index number.


#3

how do I do tat?


#4

Post the piston so we can check/give suggestion.


#5


#6

Add one task Clear piston tile 4 at line 27. Once the gauge is gone, you can delete the task.


#7

if i add for back later will that be a problem


#8

I doubt it, you might get an error for a non-existing tile but that doesn’t hurt anything.


#9

ok because to i tried to update that tile for and that did not work


#10

Like this?
image


#11

it did not remove it


#12

There’s a max of 16 tiles, so that one must be higher up. Usually you loop through the remaining tile indexes and clear it automatically. You can do it manually if you feel like it.


#13

how do i do it manually


#14

Keep duplicating the Clear piston tile 4, until you have 16 :slight_smile:


#15

I think your last pic (sqik0) should work… but it won’t run until one of your three conditions are met.


#16

what can do to force the clear of the 4 gauge?


#17

When this happens
temp
It should clear…

The only reason why it would not is if you had made more than 4 gauges during your testing phase. In that case, you may need to add Clear piston tile #5 and #6 etc to your code.