04-17-2012 09:02 AM
this is a DAQ system. a pressure transducer is connected, from whic a continuous signal is being acquired. what i want to do is on pressing a button on the keyboard, i should be able to display the pressure when the button is pressed, at that point of time. and the whole system should keep running , it shouldnt stop. and display the collected data in a table.
i am able to acuqire the data. i am able to stop the acquisition when button is pressed. but i dont want that to happend. i want the acquisition to continue, but the program should display the pressure value when the button is pressed. and then display it in a table.
i will upload the program.
thanks
10-31-2012 02:49 PM
What you want is possible and there are different ways to accomplish this. Whenever you upload your code I will take a look of what you have.