Posted 13 October 2013 - 09:45 PM
Hello pros,
Recently I have created a program to sort my serums from my isolated, tossing duplicates into the furnace to be emptied.
However, I am constantly seeing an error: "peripheral:62:too long without yielding"
I have checked the code and everything and it should be working fine, the only problem I can think of is that the tick rate has been low as of late on the server this is on.
Here is the setup:
T = turtle
H = hopper
I = Input chest - serums are moved from isolator to here automatically.
The serum chest (S) is at the top, the hoppers are on the north side.
Code: www.pastebin.com/kNMdzf7D
Thanks in advance!
Recently I have created a program to sort my serums from my isolated, tossing duplicates into the furnace to be emptied.
However, I am constantly seeing an error: "peripheral:62:too long without yielding"
I have checked the code and everything and it should be working fine, the only problem I can think of is that the tick rate has been low as of late on the server this is on.
Here is the setup:
S
H T
H I
S = Crystal chest with serumsT = turtle
H = hopper
I = Input chest - serums are moved from isolator to here automatically.
The serum chest (S) is at the top, the hoppers are on the north side.
Code: www.pastebin.com/kNMdzf7D
Thanks in advance!