I am trying to use the sample visual basic 6.0 program called CountDigEvents that came on the NI-DAQmx cd. I am using the NI USB-6009 multifunction I/O. But everytime I try and run it I get an "Error: -200077 Requested value is not a supported value for this property". I read that this might have to do with using a "." instead of ",". Can anyone help me fix this problem?
What "Edge" are you using? If the example uses "Rising Edge" as default Edge, which is not supported by the 6009, you have reason for the error. Change this to "Falling Edge" and try and run it again.