02-27-2006 10:21 PM
1, How can we get data from both channels Simultaneously
using the C++ example? At present we are only able to get data from one channel at a time but we need to get data from both channels at the same time.
2, Once we get the data, how can we export it to other programs, such as MATLAB? We can see the measured data on the C++ example but there is no way to copy it.
3, How can we time stamp the incoming data? at this time, this is not that important but it may become.
Should we use a different C++ example? where can we get different examples?
02-28-2006 03:52 PM
03-06-2006 06:16 PM
Do you know of any other examples that we can use to get data from both channels at the same time? Basically, we need an example that can start and stop getting the data from both channels at the same time.
Also, we need to output the data to a text file or some other document
Thanks
03-07-2006 11:12 AM
03-07-2006 11:38 AM
Hello Berto,
I think we have an older driver. It says "C:\VXIpnp\WinNT\NISCOPE\Examples\" then it has some examples for msvc, visualbasic, VisualC.
We are on a school computer and we do not have the permission to install any drivers or programs (we tried to install). So can you please zip up the examples and send it to us?. Can you also zip the header files that we will be needing because these header files are located at some other directory. This is the problem we have with every example we try because some of the header files are missing.
Thanks
03-08-2006 03:05 PM - edited 03-08-2006 03:05 PM
Message Edited by Berto on 03-08-2006 03:07 PM
03-26-2006 05:59 PM
03-27-2006 04:02 PM
03-28-2006 12:29 PM
Berto,
We are trying to see if we can use the "save to file" example. This example gives a text file output, which is what we need. However, it only gets data from one channel at a time. But, we can modify the code so that it will get data from both channels simultaneously. There is not much help file on how we can modify the code. Have you had any experience with this particular example? If so, do you have any suggestions on how we can modify the code?
We are also working on Simulated Acquisition. We will see if we can get the data output to a text file or something.
Thanks
03-29-2006 08:27 AM