danzimmer
2008-03-18 00:10:07 UTC
Our test system requires 130 bidirectional Digital I/O channels. We need to transmit multiple digital patterns (e.g. 100 patterns, 64 bits wide) at a specified rate to the Unit under Test (UUT). The instrument needs to store the patterns, and then the patterns need to be transmitted to the UUT at the specified rate. The PXI-7833 provides 96 channels of bidirectional DIO. The PXI-6259 provides 32 channels of bidirectional DIO and 16 PFI signals that can function as static DIO. What does Programmable Function Interface (PFI) mean?
Can we use a PXI-6259 + PXI-7833 together to get 96 + 32 + 16 = 144 channels of bidirectional DIO that meets the requirements noted above? If so, how would we synchronize the two instruments?
Here's a simple example. Note that in some cases, we need to transmit more than 100 patterns, and each pattern could be up to 64 bits wide.
1. Stim the following patterns at a rate of 100KHz to the edge connector of the UUT:
101000101110001011100011001010111001011000110101
2. Measure the response at the edge connector of the UUT.
3. Mask unneeded bits.
4. Compare the response data to the expected response and return an error word that indicates the mismatched bits (if any).
Can the PXI-6259 and PXI-7833 perform the test described above? The mask and compare could be done in software if the instrument can't do it directly. Thanks, Dan
Can we use a PXI-6259 + PXI-7833 together to get 96 + 32 + 16 = 144 channels of bidirectional DIO that meets the requirements noted above? If so, how would we synchronize the two instruments?
Here's a simple example. Note that in some cases, we need to transmit more than 100 patterns, and each pattern could be up to 64 bits wide.
1. Stim the following patterns at a rate of 100KHz to the edge connector of the UUT:
101000101110001011100011001010111001011000110101
2. Measure the response at the edge connector of the UUT.
3. Mask unneeded bits.
4. Compare the response data to the expected response and return an error word that indicates the mismatched bits (if any).
Can the PXI-6259 and PXI-7833 perform the test described above? The mask and compare could be done in software if the instrument can't do it directly. Thanks, Dan