Hello I want to request a ComputerCraft program that when active, all items that go through something (perhaps an interactive sorter) will be added to a list on an advanced monitor. This way, someone would be able to see exactly what items are passing through wires etc.
Possible, but I'm not active enough to make it right now. Maybe when the map is reset. I would wait until then anyways in case the method to do it is no longer available, or an easier method of doing it becomes available
Well, maybe not an Interactive Sorter since RichardG has taken an indefinate break from that mod but with OpenPeripheral, you can send items to a chest hooked up to a computer simultaneously listing those items, and moving them to another chest where they fly to their destination. If you have an ME system, what you can also do is rather easily hook into a ME controller, and retrieve the data for every item in it. This is of course counting support for AE didn't drop in the 1.6 update of OpenPeripherals which dropped ALOT of support for mods due to a rewrite. I'd be down to do something like this and will keep this thread updated with my progress.
Okay, so the first thing I've done is make the ME version of your idea. In the first example, all you need to do is stick down a Computer running the program next to your ME Controller, and a Monitor at least 5x3 in size (side doesn't matter): BAM, now you'll get a readout of everything in your ME system that refreshes every 10sec (by default) I've also added LAN support so your ME Controller can be a distance away from your Computer w/ Monitor. How to setup LAN: 1. Put a Wired Modem on your ME Controller, and Computer 2. Right click the Wired Modem on the ME Controller and a message should popup like shown below 3. Change [typed]bMEControllerOnLAN = false[/typed] to [typed]bMEControllerOnLAN = true[/typed] in the program code Program Download: http://pastebin.com/uxSgLvw3 I'll get working on the chest version of this program. Before I do thou, is this what you want?
Very nice! Is there any way to make it so that instead of it listing what is in it. It lists what has been in it? So when an ore gets added, it adds it to the list?
Oh, a log! Sure! So, how about whenever an item is added to the chest, it will move it to an output chest where it can be sent to its destination, print the item info to the top-most part of the Monitor, and shift everything else down?
That could work But might need to add it to a file or something so that when a chunk gets unloaded it won't lose the data
So are you saying we could have it log what goes into a chest and then that gets put into the ME system? Edit: When I run the program it says "ME Controller not found"
You kinda need to hookup an ME Controller It's the only thing you need to hookup. If you're using LAN, make sure you make the necessary adjustments in the config.
Sorry, I haven't done this but I've been busy with other things and when I do play MC, I'm working on this