I don't know what I'm doing. I need to calculate a machines running speed. I am using 1 counter to track the number of pieces run. I was told by someone (who can no longer give me further info) that I need to: "Measure speed: configure counter 2 with frequency signal of 100000, calculate speed using 36,000,000 per hour(or was it second?) as base." I found the TIO Edge Seperation VBP example and I'm trying to use it as a start. But if I change the frequency from anything but the '20,000,000' it originally has, it returns nothing. Also, the documentation says that if I set buffer mode to continous, the CWCounter1_AcquiredData event will be fired every time the value of NMeasurements is reached, but it is only firing once. I'm new to this, pl
ease help.