08-08-2016 03:06 PM
Hello experts, I have a pulsed signal and a square wave gating, and I want to count the difference of pulse numbers between high gate and low gate in a single period (1kHz). What's the best way to realize this in labview? Thanks! I already had a little vi to count via only the rising or falling active edge.
08-09-2016 01:10 PM - last edited on 01-13-2025 08:19 AM by Content Cleaner
One method that is native to LabVIEW is change detection. Since you have an M series PCI card, you will be able to access this feature. It essentially detects changes on a digital signal when it switches between high and low. Here's an article about it.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000PAn9SAG&l=en-US
08-09-2016 06:42 PM
Thanks Dsun! That works!