Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Can PXI-655x card be used for multiple records acquisition?

hi,

I was looking through NI website and I came across the website http://zone.ni.com/devzone/conceptd.nsf/webmain/3a67e74929eb663986256ae2005c6c1d?OpenDocument#5

If the NI scope card is able to do multiple records acquisition and save into the board memory, can the HSDIO 655x do multiple records based on a pattern on several DIO lines? Or can it also do multiple records on a serial pattern based on a single line?

rando
0 Kudos
Message 1 of 2
(3,163 Views)
Hi Rando,

Absolutely! As of version 1.3 of the NI-HSDIO driver, the NI 655x, 654x, and 656x have multi-record acquisition support. The relevant triggers are the start trigger (which starts the entire acquisition), advance trigger (which advances the acquisition to the next record), and reference trigger. Each of those triggers may be configured to match a certain pattern on one or more digital lines.

Take a look at the Dynamic Acquisition of Multiple Records example that installs with NI-HSDIO 1.3. That example will show you how to configure a multi-record acquisition.

Also, if you have not yet installed the driver, you may download the documentation here:
http://digital.ni.com/manuals.nsf/websearch/49940593A32A192486256F8E00577F66?OpenDocument&node=132100_US
Open the hsdio.chm file contained in the zip file. From the contents tab, go to Programming --> Reference --> LabVIEW VIs and Properties --> VIs --> Dynamic and Static Acquisition VIs --> Acquisition Configuration --> niHSDIO Configure Trigger.

Select one of the pattern match instances from the drop-down list in the top-right portion of the help window. The "pattern" topic will describe the various options for what you can match on a given data line.

I hope that helps.
Allen
0 Kudos
Message 2 of 2
(3,157 Views)