This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
whitemirc's profile picture

Logistic Pipes and CC control

Started by whitemirc, 24 January 2014 - 06:51 AM
whitemirc #1
Posted 24 January 2014 - 07:51 AM
I have looked through the sight and have not found any information on this and it seems like what I am looking for is more noobish then what I see others asking about on here, but, here goes…

I have seen on the BuildCraft sight that the Logistics Request Pipe can be interfaced via CC computer…

I have been able to do so to get all the Methods but have not been able to actually USE the pipe.

How do I actually use the pipe via the computer?

Thank you for your patience and help
CometWolf #2
Posted 24 January 2014 - 11:02 AM
It's spelled "site" not "sight", anyways it's been a while since i've done this myself… The only pipes with actual functions is the crafting pipes and the request pipes. What are the method names they gives you?
whitemirc #3
Posted 25 January 2014 - 02:42 AM
Thank you for the response and correction…

I am hoping to eventually be able to use both pipes, but, currently working with the request pipe.

The Methods I get for the request pipe are..

1 = help
2 = commandHelp
3 = getType
4 = getCraftableItems
5 = makeRequest
6 = makeRequest
7 = getAvailableItems
8 = getTurtleConnect
9 = getTurtleConnect
10 = getNBTTagCompound
11 = getItemIdentifierIDFor
12 = getUnlocalizedName
13 = getRouterId
14 = canAccess
15 = getItemDamage
16 = getItemId

what I am trying to do (over all) is to have a completely automated crafting system (ie. No iron goes to the crafting table until I make a request for a piece of armor. then the armor comes to me instead of storage)

Right now I am just.."getting my feet wet" with just getting the request pipe getting the armor from the chest and sending it to me via the computer instead of the "Remote Order" item available with the mod.

Again, thank you for assistance.