For synchronisation purpose, I need to realize a "sample counter" in LabVIEW Communication System Design Suite. The counter is incremented on rising edge of 10MHz reference signal and is resetted on PPS signal. In my imagination, the easiest way to realise the sample counter is to place a counter block inside a clock driven loop with clock inpit of Ref IN. Then, reset input of the counter should be connected to PPS singal source.
What I am struggling at the moment with, is how to get access to both Ref IN and PPS signals (both are distributed by an Octoclock). I hope somebody will be able to help me on this!