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. NI Measurement Studio question

NI Measurement Studio question

Scheduled Pinned Locked Moved Visual Basic
questioncomdata-structuresjson
6 Posts 3 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.
  • N Offline
    N Offline
    Nick Alexeev
    wrote on last edited by
    #1

    Colleagues, Does anyone know how to scroll the CWGraph control? Here's the behavior I want to achieve: 1. The graph's X axis spans from 0 to 3000. In the beginning, it's charting a baseline (using ChartY method). 2. Let's say, it charted to 2500, when the user initiates a certain activity of interest. 3. Graph scrolls left leaving only the last 500 points of the baseline (this is the part I don't know how to do). The rest can be discarded. 4. Plotting continues from 500 onward. Here's the same behavior on a storyboard: http://www.prolifictec.com/filehost/CWGraph_shifting_rev01.PNG[^] Could anybody give me some suggestions? Thanks, - Nick P.S. I'm using VB6 and Measurement Studio 8.1.11.

    C 1 Reply Last reply
    0
    • N Nick Alexeev

      Colleagues, Does anyone know how to scroll the CWGraph control? Here's the behavior I want to achieve: 1. The graph's X axis spans from 0 to 3000. In the beginning, it's charting a baseline (using ChartY method). 2. Let's say, it charted to 2500, when the user initiates a certain activity of interest. 3. Graph scrolls left leaving only the last 500 points of the baseline (this is the part I don't know how to do). The rest can be discarded. 4. Plotting continues from 500 onward. Here's the same behavior on a storyboard: http://www.prolifictec.com/filehost/CWGraph_shifting_rev01.PNG[^] Could anybody give me some suggestions? Thanks, - Nick P.S. I'm using VB6 and Measurement Studio 8.1.11.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Nick Alexeev wrote:

      S. I'm using VB6 and Measurement Studio 8.1.11.

      VB6 is long dead and completely unsupported. You should put VB6 in your subject line if you want help in obsolete technologies. Also, don't the people who wrote this grid have a forum ? I mean, EVERYONE there uses this grid, the odds are good, given it's a VB6 control, that close to no-one here uses it.

      Christian Graus Driven to the arms of OSX by Vista.

      D 1 Reply Last reply
      0
      • C Christian Graus

        Nick Alexeev wrote:

        S. I'm using VB6 and Measurement Studio 8.1.11.

        VB6 is long dead and completely unsupported. You should put VB6 in your subject line if you want help in obsolete technologies. Also, don't the people who wrote this grid have a forum ? I mean, EVERYONE there uses this grid, the odds are good, given it's a VB6 control, that close to no-one here uses it.

        Christian Graus Driven to the arms of OSX by Vista.

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Oh, I remember those guys at National Instruments. Not the best libraries in the world. I wasn't writing code against them, but I had to support systems using some of their work. Ugh. You single best source of information is going to be here[^]. It's extremely unlikely that you will find any help with those controls her, or on any other forum that doesn't belong to National Instruments.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        N 1 Reply Last reply
        0
        • D Dave Kreskowiak

          Oh, I remember those guys at National Instruments. Not the best libraries in the world. I wasn't writing code against them, but I had to support systems using some of their work. Ugh. You single best source of information is going to be here[^]. It's extremely unlikely that you will find any help with those controls her, or on any other forum that doesn't belong to National Instruments.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008

          N Offline
          N Offline
          Nick Alexeev
          wrote on last edited by
          #4

          Dave Kreskowiak wrote:

          [NI Measurement Studio is] Not the best libraries in the world.

          IMHO, they are pretty good. May be they have improved since the last time you worked with them. I've just started using it. I've been looking for a chart control for plotting large amounts of data in real time (8 traces, 3000 points on the screen per trace, 10 new points a second on each trace). Among the chart controls that I've tried, CWGraph from MStudio had the best performance. - Nick

          D 1 Reply Last reply
          0
          • N Nick Alexeev

            Dave Kreskowiak wrote:

            [NI Measurement Studio is] Not the best libraries in the world.

            IMHO, they are pretty good. May be they have improved since the last time you worked with them. I've just started using it. I've been looking for a chart control for plotting large amounts of data in real time (8 traces, 3000 points on the screen per trace, 10 new points a second on each trace). Among the chart controls that I've tried, CWGraph from MStudio had the best performance. - Nick

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            Nick Alexeev wrote:

            May be they have improved since the last time you worked with them

            Not likely. I was supporting the stuff for 4 years, as recent as last summer. Very little improvement and poor design decisions abounded from the start.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008

            N 1 Reply Last reply
            0
            • D Dave Kreskowiak

              Nick Alexeev wrote:

              May be they have improved since the last time you worked with them

              Not likely. I was supporting the stuff for 4 years, as recent as last summer. Very little improvement and poor design decisions abounded from the start.

              A guide to posting questions on CodeProject[^]
              Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                   2006, 2007, 2008

              N Offline
              N Offline
              Nick Alexeev
              wrote on last edited by
              #6

              Dave what are some of the poor design decisions in your opinion? May be you could give me a heads-up. I'd really appreciate that. - Nick

              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