Advertisement
Guest User

test

a guest
Aug 1st, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1.  
  2. -- information
  3.  
  4. local reactor = peripheral.wrap("BigReactors-Reactor_0")
  5. local turbine = peripheral.wrap("BigReactors-Turbine_0")
  6. local shaftSpeed = turbine.getRotorSpeed()
  7. local reactorTemp = reactor.getCasingTemperature()
  8.  
  9.  
  10. if reactor.getActive() == true then
  11.   print("reactor is Active")
  12.   end
  13.  
  14. print("Turbine Speed:", shaftSpeed)
  15. print("ReactorCaseingTemp:", reactorTemp)
  16.  
  17. local get = http.post("http://www.zz-gaming.net/SF2_RT_Control/test_page.txt","zefly is a fish")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement