How to send data from LabVIEW to Cloud (Thingspeak)

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии •

  • @rachidsch6552
    @rachidsch6552 Год назад +1

    Thanks best for you

  • @scienceinoneall
    @scienceinoneall Год назад +1

    Thanks! I would like to read dataset from thingspeak and display them on LabVIEW. Help please

  • @adhamchaibi8018
    @adhamchaibi8018 2 месяца назад

    I followed all the steps, but I have a problem: the random values are displayed as integers on the graphs, but in reality, they are decimal values. Another problem is that when I do the visualization on the left, it shows 'NaN.

    • @LearnToLead138
      @LearnToLead138  2 месяца назад

      Check your data type when sending to cloud

    • @adhamchaibi8018
      @adhamchaibi8018 2 месяца назад

      @@LearnToLead138 I did the visualization on LabVIEW itself; it displays the values in decimals. However, when I send them to ThingSpeak, it only shows the integer part.

    • @LearnToLead138
      @LearnToLead138  2 месяца назад

      @adhamchaibi8018 can you share screen shot

    • @adhamchaibi8018
      @adhamchaibi8018 2 месяца назад

      @@LearnToLead138 Yes, but I think there's no option to send a screenshot in a RUclips comment. Give me your gmail or whatsap number

    • @adhamchaibi8018
      @adhamchaibi8018 2 месяца назад

      @LearnToLead138 It's all good, I fixed the problem. It was with the comma, I used search and replace string to convert the comma to a period because Thingspeak can't read commas but only periods, and in the end, it worked fine.