Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. How to implement Oscilloscope for realtime-plotting?
Forum Updated to NodeBB v4.3 + New Features

How to implement Oscilloscope for realtime-plotting?

Scheduled Pinned Locked Moved Solved C++ Gurus
4 Posts 2 Posters 1.2k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _ Offline
    _ Offline
    _bhum
    wrote on 30 Oct 2018, 05:57 last edited by
    #1

    Hello,
    I'm controlling temperature using PID and I wanna Plot PID output on Oscilloscope using raspberrypi. what would be the best way to implement oscilloscope for realtime plotting??

    Help would be appriciated.

    Thanks.

    P 1 Reply Last reply 30 Oct 2018, 12:50
    0
    • _ _bhum
      30 Oct 2018, 05:57

      Hello,
      I'm controlling temperature using PID and I wanna Plot PID output on Oscilloscope using raspberrypi. what would be the best way to implement oscilloscope for realtime plotting??

      Help would be appriciated.

      Thanks.

      P Offline
      P Offline
      Pablo J. Rogina
      wrote on 30 Oct 2018, 12:50 last edited by
      #2

      @_bhum could you confirm your requirements?
      do you want to use a Raspberry Pi as a oscilloscope? If so there are some options (although not involving Qt framework) like:

      1. PicBerry: Digital Oscilliscope and Function Generator (MatlibPlot)
      2. MagPi #71 oscilloscope: building an oscilloscope using a Raspberry Pi and an Arduino (Python/Pygame framework)

      If you indeed want to create a Qt application running in the Raspberry Pi and plotting the values read from the PID, I'd suggest go with Qwt (warning: I've never used it).

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      _ 1 Reply Last reply 31 Oct 2018, 10:07
      1
      • P Pablo J. Rogina
        30 Oct 2018, 12:50

        @_bhum could you confirm your requirements?
        do you want to use a Raspberry Pi as a oscilloscope? If so there are some options (although not involving Qt framework) like:

        1. PicBerry: Digital Oscilliscope and Function Generator (MatlibPlot)
        2. MagPi #71 oscilloscope: building an oscilloscope using a Raspberry Pi and an Arduino (Python/Pygame framework)

        If you indeed want to create a Qt application running in the Raspberry Pi and plotting the values read from the PID, I'd suggest go with Qwt (warning: I've never used it).

        _ Offline
        _ Offline
        _bhum
        wrote on 31 Oct 2018, 10:07 last edited by
        #3

        @Pablo-J.-Rogina Thank you sir. Im looking for Qt application ruuning inthe raspi.

        P 1 Reply Last reply 31 Oct 2018, 11:56
        0
        • _ _bhum
          31 Oct 2018, 10:07

          @Pablo-J.-Rogina Thank you sir. Im looking for Qt application ruuning inthe raspi.

          P Offline
          P Offline
          Pablo J. Rogina
          wrote on 31 Oct 2018, 11:56 last edited by
          #4

          @_bhum Ok, so Qwt library should help. You may want to use one of the examples I mentioned (i.e. the one from MagPi magazine) as a guideline to what/how they draw on screen (I know, it's Python code but it will help...)

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0

          1/4

          30 Oct 2018, 05:57

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved