PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

To measure time interval in ms between two event using digital port of pci 6704?

I need to measure the time interval in ms between two digital events using the digital port of pci 6704 card, already being used for a control application.
0 Kudos
Message 1 of 2
(3,068 Views)
Hello,

With this board, you do not have any internal timing, so you would have to use software based timing(tick count ms), so when one event is fired you check the tick count and when the next event has been fired check the tick count and get the second tick count and minus the first tick count to get the time elapsed in ms. Alternatively you could use internal timing.

There are links below explaining:

http://zone.ni.com/devzone/conceptd.nsf/webmain/640587202741458286256CCA007F3FD7?opendocument

http://venus.ni.com/stage/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3DCA356A4E034080020E74861&p_node=DZ52336&p_submitted=N&p_rank=&p_answer=&p_source=Internal

http://digital.ni.com/public.nsf/websearch/D8DBEF68ED57639586256C910061479E?OpenDocument

http://
zone.ni.com/devzone/conceptd.nsf/webmain/936553DF399BCA1D86256E54006E34C0

http://zone.ni.com/devzone/conceptd.nsf/webmain/467ed254f3a30b1286256a6f00720951

I hope that this helps.

Kind Regards

LouisP
Applications Engineer
NI-UK
0 Kudos
Message 2 of 2
(3,068 Views)