Wifi Malfunction

  • cyberdragon
    7th May 2013 Member 0 Permalink

    Every time I save some of my wifis drop down to lower channals. I always use them close to the edge of their channals anyway but they never dropped to the lower channal. I noticed that the 900 wifi dropped to 899 thus putting it in the lower channal. Then the 800 dropped to 799. Now the 1200 dropped to 1199! I can't make anything if this keeps happening. Look! Anything with a 99 on the end is WRONG! (I fixed some but can't keep up!)

     

     

  • jacksonmj
    7th May 2013 Developer 0 Permalink

    Temperatures are saved to a precision of 1 degree Kelvin. Since the difference between Kelvin and C is 273.15, this means that 900 C -> nearest K -> back to C = 899.85.

     

    Maybe don't use them close to the edge of their channels?

  • cyberdragon
    7th May 2013 Member 0 Permalink

    That means I have to change them all. -_-

  • jacksonmj
    7th May 2013 Developer 1 Permalink

    Lua console:

    for i=0,235007 do if tpt.parts[i].type==elements.DEFAULT_PT_WIFI then tpt.set_property("temp", tpt.parts[i].temp+10,i) end end

     

    Although I suppose you've probably changed them manually by now...

  • boxmein
    8th May 2013 Former Staff 0 Permalink
    @cyberdragon (View Post)
    Just keep them at a healthy (n * 100 + 50 + 273.15) Kelvin hot.