11-07-2005 12:51 PM
11-08-2005 09:57 AM
11-09-2005 09:59 AM
11-09-2005 10:37 AM - edited 11-09-2005 10:37 AM
The board marked 488.2, isn't a multichannel DAQ, rather it is a GPIB controller card for controlling external instruments (Signal Generators, O'scopes, etc.). Do you see an application called Measurement and Automation Explorer (MAX) on the desk top? If the answer to that is yes, then you can find out what is installed on your machine, if they are National Instruments cards (MAX only works with NI products).
P.M.
Message Edited by LV_Pro on 11-09-2005 11:37 AM

11-09-2005 01:20 PM
11-10-2005 11:27 AM
11-11-2005 06:59 AM
Some aspects to keep in mind. Your board has a max sample rate of 500KS/s (only one channel sampling) limiting your maximum frequency to less than 250KHz. To achieve the best distance resolution over shorter distances you will need the highest frequency you can deal with. As the previous post mentions you can measure the distance by sampling over a given period, and doing the math on the returned data, which will be in the form of an array of numeric values. You determine which set of data in the array has an average magnitude considerably greater than a following one, with both being larger than some set of data between. Now you will also want to remember to measure from the start of the "Ping" set to the start of the "Echo". On possible problem is that the Ping may be orders of magnitude larger than the Echo, and there may be ambient noise that approaches the level of the Echo, so it will be an interesting exercise (a lot goes into sonar systems!)
P.M.
