asf14
April 4th, 2010, 10:40 AM
Hello Everyone,
I previously posted that I'm building a Dance Dance Revolution game on .NET. I'm using a custom made dance mat, a data aqusition board USB-1024LS mccdaq, and .NET. I have four arrows (right, left, up, and down) and whenever a person steps on the arrow the bit value will change from 1 V to 0 V because when pressure is placed on the mat then it gets connected to ground. I made a program to show the bit value changing
Now I would like to know if i can add a time stamp only when someone presses on an arrow. Right now I just have the current time showing in a text box but I only want the time to display when the bit value changes from 1 V to 0 V. Also I would to make a program to save all the time values and maybe display all the values on a different form once a button "QUIT" is pressed (QUIT button already exists in my code). Any help at all will be appreciated!
I previously posted that I'm building a Dance Dance Revolution game on .NET. I'm using a custom made dance mat, a data aqusition board USB-1024LS mccdaq, and .NET. I have four arrows (right, left, up, and down) and whenever a person steps on the arrow the bit value will change from 1 V to 0 V because when pressure is placed on the mat then it gets connected to ground. I made a program to show the bit value changing
Now I would like to know if i can add a time stamp only when someone presses on an arrow. Right now I just have the current time showing in a text box but I only want the time to display when the bit value changes from 1 V to 0 V. Also I would to make a program to save all the time values and maybe display all the values on a different form once a button "QUIT" is pressed (QUIT button already exists in my code). Any help at all will be appreciated!