Advertisement
Revector

dc_config17

Dec 19th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. -- 1. pastebin get j3EPvGN6 /etc/draconic_control.cfg
  2.  
  3. -- 2. draconic_control start
  4. -- automatically start the controller at system boot, make sure to add "draconic_control" to "enabled" in your /etc/rc.cfg file
  5. -- typt on coomfn prompt "rc draconic_control enable"
  6.  
  7. -- 3. dc_gui
  8.  
  9.  
  10.  
  11. -- pastebin get kE3jp6nD mc.lua
  12.  
  13.  
  14.  
  15. -- reactors = {
  16. -- {
  17. -- reactorAddress = "",
  18. -- fluxGateDrainbackAddress = "",
  19. -- fluxGateOutputAddress = "",
  20. -- drainback = 1.1,
  21. -- targetSaturation = 0.10,
  22. -- throttleSaturation = 0.56,
  23. -- throttleTemperature = 8115,
  24. -- throttleExponent = 0.12,
  25. -- limitTemperature = 10000,
  26. -- limitExponent = 2.79,
  27. -- burnConversion = 0.41,
  28. -- burnRFt = 2000000
  29. -- }
  30. -- };
  31.  
  32.  
  33.  
  34. reactors = {
  35. {
  36. reactorAddress = "",
  37. fluxGateDrainbackAddress = "",
  38. fluxGateOutputAddress = "",
  39. drainback = 1.25,
  40. targetSaturation = 0.5,
  41. throttleSaturation = 0.90,
  42. throttleTemperature = 8000,
  43. throttleExponent = 2.5,
  44. limitTemperature = 9000,
  45. limitExponent = 6,
  46. burnConversion = 0,
  47. burnRFt = 0
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement