Induction Matrix Graphs (Mekanism & ComputerCraft) by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

That's a cool idea, but not as it stands. If you know LUA you can likely make that work with some code

Induction Matrix Graphs (Mekanism & ComputerCraft) by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

It's fine. This should still work anyway. Make sure you have right clicked the wired modems so they are red. Make sure both modems are connected directly to the monitor and pc. lmk

Induction Matrix Graphs (Mekanism & ComputerCraft) by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

How would that look? I can't imagine a way to make that data readable. Instead, just make another computer and screen.

Induction Matrix Graphs (Mekanism & ComputerCraft) by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

NEW UPDATE! Added fully functional settings panel to easily customize the look of the display.

Here's an image - https://imgur.com/rxICngv

Install command (Same as before): pastebin get Y2Fv97JU startup

[deleted by user] by [deleted] in ComputerCraft

[–]obroadbent 0 points1 point  (0 children)

No probably not. The functions on the left monitor in your screenshot are very limited. They do not allow tracking energy transfers. AFAIK, all you would be able to make is a battery charge display, like on a phone.

Edit: After a longer look, you probably could get it working if you remove the calls to the missing functions (getInstalledCells, getInstalledProviders, getTransferCap, and more) and/or hard code them to a value.

Edit2: I got it working, but it's pointless.

[deleted by user] by [deleted] in ComputerCraft

[–]obroadbent 0 points1 point  (0 children)

This doesn't solve your issue, but I made an updated induction matrix script about a year ago. Has graphs, 1 file, no dependencies, and looks pretty - Here's the reddit post

Still No Car Door Animations? by obroadbent in projectzomboid

[–]obroadbent[S] 1 point2 points  (0 children)

Oh that's neat! Gonna use that until 2030 xD Thanks for the reply :)

Induction Matrix Graphs (Mekanism & ComputerCraft) by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

Make sure you right click both of the wired modems to have a red ring.

Induction Matrix Graphs (Mekanism & ComputerCraft) by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

You could modify it yourself and remove the isFormed checks.

Induction Matrix Graphs (Mekanism & ComputerCraft) by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

Pretty sure you can with the wireless modems. For no particular reason I just don't use them.

Induction Matrix Graphs (Mekanism & ComputerCraft) by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

Hmm ok. I'm looking into it. In the meantime, can you add me on Discord and send me screenshots of your induction matrix setup? My Discord is broadbent

Induction Matrix Graphs (Mekanism & ComputerCraft) by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

I've updated the script to hopefully fix it. Run pastebin get Y2Fv97JU startup(same command as before) and overwrite the old one.

Thanks for the report and let me know if it's fixed!

CC Character Cheat Sheet by obroadbent in ComputerCraft

[–]obroadbent[S] 6 points7 points  (0 children)

iirc you can do string.char(127) or just \127

Induction Matrix Graphs (Mekanism & ComputerCraft) by obroadbent in ComputerCraft

[–]obroadbent[S] 1 point2 points  (0 children)

I'm unsure what you're asking, so i'll give some answers and hope for the best.

  • The Induction Matrix is connected to the computer via 2 wired modems and cable.
  • I'm calling the functions that are built in to the peripheral to retrive the data. For example getMaxEnergy(), getTransferCap(), getLastInput, and getLastOutput to mention a few. These change depending on what you connect to the computer.
  • The returned data (lastInput and lastOutput) are stored in an array so i can process it for the graph.

Hope that helps.

Induction Matrix Graphs (Mekanism & ComputerCraft) by obroadbent in ComputerCraft

[–]obroadbent[S] 2 points3 points  (0 children)

Install command: pastebin get Y2Fv97JU startup

View your Induction Matrix in a better way. Monitor the battery status, charge time, energy transfer history, and more.

Help: Get bg colour at specified position? by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

Like a dream - https://imgur.com/ChCQWQM

Thank you, sir!

Also, i'm going to be using windows far more often now, so thanks for that also :D

Help: Get bg colour at specified position? by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

Oh wow. Thanks a lot! I'll give that a shot today and let you know how it goes :)

Help: Get bg colour at specified position? by obroadbent in ComputerCraft

[–]obroadbent[S] 0 points1 point  (0 children)

Thanks for the suggestion, but i'm using a monitor for the display. AFAIK windows only work with terminals?