#Segmenter switch direction with logic doesn't work like normal conveyor

1 messages · Page 1 of 1 (latest)

tribal wolf
#

The usual logic power needed for normal conveyor direction switch are
<5 - normal direction
5 - stopping the direction

5 - inversing the direction

But this one is different. It accept any amount of power to stop the direction, then the direction will be switched from the direction it was when the power is lost. For example, I have this frequency set up where it outputs 1 power every 1 second. The direction of the conveyor (based on the power) will be:

stop > left > stop > right > stop > left
( 1 > 0 > 1 > 0 > 1 > 0 )

when it should be:

stop > left > stop > left > stop > left
( 5 > 10 > 5 > 10 > 5 > 10 )

or:
stop > right > stop > right > stop > right
( 5 > 0 > 5 > 0 > 5 > 0 )

#

Also, as shown in the picture, the arrow of the direction is still visible when the conveyor stopped moving

uneven pike
#

i figured it out, it changes direction everytime the sinal changes

#

so its also 1:stop>2:left:1:stop>0:right>2:stop

#

but yea, this is still not how it should work

tribal wolf
kind birch
#

@tribal wolf sorry to bother but did u resolve this issue?

#

alternative

#

i want the segmenter direction to be forward and stationary but it does not work the same as conveyor interactor

tribal wolf
#

unfortunately i've destroyed the logic as i found another solution