Menu

V300 Probe3 readings

Gintautas
2016-11-01
2016-11-01
  • Gintautas

    Gintautas - 2016-11-01

    Hello Robert.
    You did a greate job. I have built V300 and it works nice.
    But at the beginning temperature readings from the probe3 had not been updated.
    Probe3 showed the fixed value what had been red at the startup.
    The code TestProgram6 ran ok. I had checked with osciloscope and found that there is no request for probe3.
    Then I had checked the code and found that there was no "sensor3.requestTemperatures()" at the line 279.
    So I have added at the end of ''void RequestTemperatures()":
    if ( tprobe3 == 1 )
    {
    sensor3.requestTemperatures();
    }
    and now it works as should work.
    All of Arduino codes for V300 are missing the "sensor3.requestTemperatures()".
    After I checked all Channel3 modes and, it seems, everything is fine.
    Maybe it should work in different way, but for me it works like this.

    Kind regrds
    Gintautas

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.