sshika 3 Posted June 28, 2015 Share Posted June 28, 2015 hello, i used a big reactor on my server, and in this reactor, i use 85 rods control system. OC (with adapter) is able to give me the number of rods in reactor and the level of rod's use, and i wan't to get back this informations of every rod. it's possible with a loop to get back and store this information in a table, but i don't know to use it. Quote Link to post Share on other sites
0 Solution feldim2425 8 Posted June 28, 2015 Solution Share Posted June 28, 2015 local component = require("component") local reactor = component.br_reactor local rods = reactor.getNumberOfControlRods() local level ={} for i=0,rods-1 do level = reactor.getControlRodLevel(i) end Quote Link to post Share on other sites
0 sshika 3 Posted June 28, 2015 Author Share Posted June 28, 2015 Thank you very much. Quote Link to post Share on other sites
hello, i used a big reactor on my server, and in this reactor, i use 85 rods control system.
OC (with adapter) is able to give me the number of rods in reactor and the level of rod's use, and i wan't to get back this informations of every rod.
it's possible with a loop to get back and store this information in a table, but i don't know to use it.
Link to post
Share on other sites