Use Node-RED to Log I/O Data to a Text File

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 6

  • @puzzlefactorysoundstudios
    @puzzlefactorysoundstudios 2 หลายเดือนก่อน

    Great video. How can we output this text file to a Dashboard graph node?

  • @هبةمهديصالحالموسوي
    @هبةمهديصالحالموسوي 2 ปีที่แล้ว

    Great video . i need help please can you help me how to do data classification for diagnosis of patients using red nod ?

  • @noweare1
    @noweare1 2 ปีที่แล้ว

    Another good tutorial, thanks.

    • @Opto22
      @Opto22  2 ปีที่แล้ว

      My pleasure!

  • @ThiagoFerreira-jf9im
    @ThiagoFerreira-jf9im 3 ปีที่แล้ว +1

    How to get the hour that the temperature change?

    • @Opto22
      @Opto22  3 ปีที่แล้ว +1

      A good, flexible way do that is to add a function node right before the file node, and use the date library in JavaScript to get whatever date/time formatted string that you want, then append that string to the payload before it's written to the file node. That way you can also modify the string as need -- for example to make it into CSV format.
      I refer to this page when working with JavaScript dates and timestamps in Node-RED: www.w3schools.com/jsref/jsref_obj_date.asp