LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Measure TTL signal also when frequency is low or 0

Hello,

 

About the amount of counters used.

X-series cards (63xx cards) can indeed create a finite pulse train with one counter (STC3-type).

M-series cards (62xx cards) have counter of the STC2-type.

Here you'll need 2 counters to create a finite pulse train:

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P7eESAS&l=en-US

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 11 of 15
(666 Views)

@ThiCop wrote:

Hello,

 

About the amount of counters used.

X-series cards (63xx cards) can indeed create a finite pulse train with one counter (STC3-type).

M-series cards (62xx cards) have counter of the STC2-type.

Here you'll need 2 counters to create a finite pulse train:

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P7eESAS&l=en-US


I have an M-card (6259e), and I'm using two counters, one to generate a finite pulse train (ctr1), the other (ctr0) is counting edges between the rising edges of ctr1.

 

The counting is working just fine, except I get the cumulative values while I want the individual counts per bin. Currently I'm solving this ins software, but I would prefer the card to do it.

0 Kudos
Message 12 of 15
(640 Views)

Ow sorry, let me recapitulate.

 

I forgot one important part in my sentence (must have been a bit off-guard while writing it).

I meant a finite retriggerable pulse train.

My apologies for the inconvenience.

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 13 of 15
(637 Views)

I didnt have this problem, I used 3 "old style counters" on a 6608 counter card. 

I made a retrigerrable finite pules train and then a simple continious buffered (NOT FINITE) counter on the 3rd, newer devices (X series) can do this in 2 I think.  This way on each event trigger I was able to get an array of N bins of defined duration.  Maybe the finite counts are what is causing a problem?

 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 14 of 15
(625 Views)

Hey Paul,

 

A bit off-topic to the question, but I would like to give you some further details about the counters.

 

- 62XX devices use STC2-counters

- 63XX devices use STC3-counters

- 66XX devices use TIO-counters/chipsets (again a different type 😉 )

 

So what you saw/experienced is perfectly possible.

I cannot test it currently (with real hardware), but I can do a test tomorrow at the office if you would like that.

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 15 of 15
(620 Views)