Hello,
If you choose to acquire N samples from the DAQ Assistant then it will acquire all of these samples and return them to LabVIEW as an array. However, when you use the DAQ Assistant it outputs the data in the dynamic data type first. This data type makes it easy to graph and run the data through other express VIs. If you were to create a Numeric Indicator from this data type it would just display the last element from the dynamic data array. To display this data properly in a numeric format convert the dynamic data to an array of doubles by using the Convert From Dynamic Data function in LabVIEW. Then you can select to convert it to a 1D array of scalars and when you create an indicator off of the output of this function all of the data should be displayed.
The timebase that is used for lower frequency measurements is the onboard clock, which is internally connected to the Source. Then you connect your signal to be measured to the Gate of the counter. Since the frequency of the onboard clock is known it can be used to calculate the frequency of an unknown source based on when the counter is on and off (determined by the Gate).
Have a good day,
Brian P.
Applications Engineer