Forum Replies Created

Viewing 16 - 30 of 173 posts
  • Lukas

    Member
    January 4, 2022 at 4:11 pm

    Dear Alex,

    thanks for letting us know.

    Best regards,

    Lukas

  • Lukas

    Member
    January 4, 2022 at 4:08 pm

    Hello Kwaaigone,

    the person in the video is the father of CONTROLLINO! 🙂

    I will ask him for the sources.

    Best,

    Lukas

  • Lukas

    Member
    January 4, 2022 at 3:18 pm

    Great, thanks for the feedback!

    Oltimer says: Hello, I had the same problem today but thanks to your contribution I was able to fix it immediately!


  • Lukas

    Member
    January 4, 2022 at 3:09 pm

    Hi Kwaaigone,

    I think that your sketch may stuck when the reply from the Modbus slave is shorter than 7 bytes. It will stay in the blocking function Serial3.read.

    And what can be the reason? Maybe you switch the RS485 direction too fast. The flush function may end when the last byte is loaded into the trasmit buffer, but not transmitted yet. As described here.

    And your runEvery function may have a problem with millis overflow.

    Good luck!

    Lukas

  • Lukas

    Member
    January 4, 2022 at 2:44 pm

    Hi,

    thanks for sharing! Have you also resolved the issue with the wrong temperature?

    Lukas

  • Lukas

    Member
    November 5, 2021 at 2:35 pm

    Hi Ashish,

    it seems that your SD card module does not use chip select (CS) signal at all, or you are not handling the SD card CS properly in your sketch.

    Good luck!

    Lukas

  • Lukas

    Member
    October 22, 2021 at 7:36 am

    Hi Ashish,

    you should comment out or delete this line of code in our example sketch

    Controllino_SetTimeDateStrings(__DATE__, __TIME__); /* set compilation time to the RTC chip */
Viewing 16 - 30 of 173 posts