Hi Bob-
It sounds like you are trying to perform pattern match triggering on your PCI-6534.
This type of triggering is meant to start or pause an acquisition based on a single pattern at the specified input lines and not for a pattern of inputs as you seem to be indicating.
Are you using LabVIEW or another API? There is a great example for LabVIEW in the NI Example Finder that can be found by choosing Help>>Find Examples and then browsing to Hardware Input and Output>>DAQmx>>Digital Measurements>>Read Dig Chan-Int Clk-Pattern Match Start.vi.
If you're using CVI or other C development similar examples are available at
this location.
A discussion of the pertinent trigger function can be found in the DAQmx C Function Reference Help on your Start>>Programs>>National Instruments menu. A search for "pattern match" will turn up information on the three trigger types applicable to the pattern matching capabilities of your board.
I hope this helps!
Thanks-
Tom W
National Instruments