Logistics Pipes

Logistics Pipes

13M Downloads

How to use CC Based QuickSort and ItemSink modules?

joserobjr opened this issue · 8 comments

commented

I searched a lot but I couldn't find how we use it.

Can you please provide a small example of how we could use it?

I tried the following code but I'm not receiving events...

pipe=peripheral.wrap("bottom")
pipe.setTurtleConnect(true)
print(os.pullEvent())

I also tried:

pipe=peripheral.wrap("bottom")
pipe.setTurtleConnect(true)
module=pipe.getModule(3)
module.help()

but the only method exposed is hasGui()

commented

I can not seem to find documentation myself, and no event is fired when an item is injected into the network.

Edit:
And looking at the code, I am unable to figure it out so far.

commented

@gudenau if you are having problems figuring this out, please open a new issue, as yours might be unrelated to this one. Also describe what exactly you are trying to do and what pipes/computers are involved.

commented

Ok, will do. If you want I could make a video.
On Apr 11, 2016 9:23 AM, "Benedikt Ziemons" [email protected]
wrote:

@gudenau https://github.com/gudenau if you are having problems figuring
this out, please open a new issue, as yours might be unrelated to this one.
Also describe what exactly you are trying to do and what pipes/computers
are involved.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#347 (comment)

commented

@gudenau if that helps, of course. Most of the times one can describe it in text faster than recording, cutting, uploading a video though.

commented

Ok, but who cuts videos? I don't so far.
On Apr 11, 2016 9:28 AM, "Benedikt Ziemons" [email protected]
wrote:

@gudenau https://github.com/gudenau if that helps, of course. Most of
the times you can describe it faster in text than recording, cutting,
uploading a video though.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#347 (comment)

commented

just check official wiki

commented

I'm afraid I couldn't find that information in the official wiki, I found only information about the normal QuickSort and ItemSink modules and about the ComputerCraft API but I couldn't find information about "CC Based QuickSort Module" and "CC Based ItemSink Module" that were added at April 27th (0c16106)

CC Based: (404)
http://rs485.thezorro266.com/wiki/CC_Based_QuickSort_Module
http://rs485.thezorro266.com/wiki/CC_Based_ItemSink_Module

Normal:
http://rs485.thezorro266.com/wiki/QuickSort_Module
http://rs485.thezorro266.com/wiki/ItemSink_Module

commented

The ItemSInk module triggers an event on a connected computer which than can determine if it can sink the item or not.