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

ComputerCraft + Tesseract

Started by arzosah77, 09 April 2015 - 08:12 AM
arzosah77 #1
Posted 09 April 2015 - 10:12 AM
Can anyone help me with a query regarding computercraft interacting with Tesseracts? I was wanting to have a computer near to/adjacent to a tesseract and read it's frequency value and output to a monitor based on the result… outputting to a monitor seems like I could probably figure it out (it's my first time using computercraft) but I can't find anything to give guidance about retrieving values from the tesseract.
HPWebcamAble #2
Posted 09 April 2015 - 08:05 PM
You need to find out what functions the tesseract has.

You can use my simple Get Methods program:
http://pastebin.com/sKLqTGrM

Place down a computer next to a tesseract, and run the program


Once you know the functions, you should be able to write a simple program to display the values on a monitor

If you need any help, just ask :)/> (And post your code)
arzosah77 #3
Posted 09 April 2015 - 10:46 PM
Thank you :)/> Once I managed to get the methods from the Tesseract it was actually pretty simple stuff :)/>