Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

signal problem.. need help

I have been working with a force plate using measurement studio.. the force plate have 6 channel... how do i make it in to one using the matrix gaven...
0 Kudos
Message 1 of 6
(7,119 Views)
Hi Ming86,

  1. What hardware are you using?  Is it made by National Instruments?
  2. What function are you using to acquire the data?
  3. What kind of data is it (analog/digital)?
In a loop, you should be able to make your matrix into a 1D array.  For a digital sample, consider setting ChannelLineGroupingEnumeration to OneChannelForAllLines to acquire the data in a single channel.  Also, notice the MultiChannelReader Class for each type of input (analog, digital, counter, etc.). 
Cheers,

David Goldberg
National Instruments
Software R&D
0 Kudos
Message 2 of 6
(7,108 Views)

1)I am using a AMTI force plate with NI DAQ

2)CWAI1.Configure

CWAI1.Start

CWAI.Stop

For acquire data from graph i use under the CWA1_Acquiredate function

i use CWGraph1.ChartY ScaledData

3)analog

How can i get the numerical number for all the six channel in the graph?

How do i apply matrix in VB to calibrate the force plate?

 

0 Kudos
Message 3 of 6
(7,100 Views)
Hi Ming86,

Please see the following tutorial for this information:

Measurement Studio Analog Input: Acquiring and Logging Data in Visual Basic


Notice especially sections 6 and 7.
Cheers,

David Goldberg
National Instruments
Software R&D
0 Kudos
Message 4 of 6
(7,086 Views)
Do u have any reference file on measurement studio using visual basic..
i only found file using visual studio.net..
Any one who have file on measurement studio using visual basic
0 Kudos
Message 5 of 6
(7,077 Views)
Hi Ming86,

Here are some more references:

Getting Started with Measurement Studio for Visual Basic 6.0

Acquiring, Analyzing, and Presenting Data with Measurement Studio for Visual Basic

Measurement Studio Analog Output -- Waveform Generation in Visual Basic

Interacting with Measurement Studio Graphs in Visual Basic

For more info, please do a search for "measurement studio visual basic" at ni.com.  Also, there should be help in the menus of Visual Basic.

Message Edited by AEDavid on 09-27-2006 11:55 AM

Cheers,

David Goldberg
National Instruments
Software R&D
0 Kudos
Message 6 of 6
(7,067 Views)