How can I get a chest on a computercraf peripheral to open a backpack?

D

Darin.Douglas

Guest
After using Computercraft mods for awhile and finding planes and rockets, I wanted to create a checked baggage conveyor belt that will sort bags accordingly to airline but I am coming up with a problem, the program that replicates the automatic TSA scanner is not working the way it should. I just cannot open up the backpacks in the chest which are another mod.

I use the command in lua "peripheral.getMethods(SIDE)" and I am wondering if expandStack would dig into the backpack put in the chest.

Any help is appreciated thanks in advance.