Hello,
I met two problems when using the count_digital_events_buffered_continuously_Ext_clk.vi
1. I have only one input channel. I set the sample clock(external) frequence 1000HZ, when my input signal frequency is larger than 1000HZ, everything goes on well, however, if my input signal frequency is lower than 1000HZ, something unexpected happened: the program will not record the counter data unless the next available signal is detected. That is to say, if my input signal is 10HZ, only 10 numbers are read from the buffer(1,2,3,4,...) every second. I expected to receive 1000 numbers per second (of course, there will be some same numbers. such as 1111112222223333333...) How can I modify the example to achieve this kind of data output?
2. I am confused by the "sampling rate" property: what does the sampling rate mean in this example? what will happen if the value is set too high or too low?
thanks for your attention.