Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Real-time plots in VB

Real-time plots in VB

Scheduled Pinned Locked Moved Visual Basic
helpquestion
2 Posts 2 Posters 0 Views 1 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.
  • B Offline
    B Offline
    blaze1978
    wrote on last edited by
    #1

    Hi, I am trying to make a Real-time plot in VB, where in an applications outputs some data every second to a text file and I need to use this info to plot graphs. Can anybody help me out? Thanks, Blaze

    A 1 Reply Last reply
    0
    • B blaze1978

      Hi, I am trying to make a Real-time plot in VB, where in an applications outputs some data every second to a text file and I need to use this info to plot graphs. Can anybody help me out? Thanks, Blaze

      A Offline
      A Offline
      Anonymous
      wrote on last edited by
      #2

      Hello, Basicly you need to monitor file change (FileChangeNotification API) to detect when new data is available. Signalling your file read/plot routine. However this is best way to do it, if the plot data resides in disk file. Better method is to allocate memory mapped file, write to it and then signal plotting application. Regards Benkku

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups