Jump to content

Robinson

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Robinson

  1. i have got the subset starting from the point i require but not to the point have specified i.e. XscaleRange.Max .... it gives excess values of the waveform which is not required.

    in the vi which i have attached i have 3 waveform graphs ... One has the original waveform, the second is where i zoom the waveform and after pressing OK the zoomed part of the waveform is displayed in the 3rd graph.

    what am i doing wrong??

    this is the block diagram

    SAMplezoomData.vi

    post-16211-127538641893_thumb.jpg

    post-16211-12753866285_thumb.jpg

  2. HI,

    I have been trying to take the array subset of a waveform after zooming the waveform using labview zoom in the waveform graph. initially i bundled the y-array, sample time and start point into cluster and displayed it in the waveform graph. using two cursors i select range to be zoomed ....after zooming i need to acquire the zoomed part of the waveform from the graph ...

    can anybody help me out with this?

  3. That is still slow. What SQL statement are you using? Also, have you indexed your table?

    I just did a simple test with: SELECT * FROM `databasename`.`tablename` of 1000 records and it takes: 15ms. yes.gif

    Using the changes mentioned and with the original code when i query for 632 columns i get 4000 rows in about 2-3 mins ....y is that so?? is it bcoz of the number of columns ??

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.