AhGang
2008-03-27 10:40:10 UTC
Hi
I am using PXI 2532 and PXI 4071 to measure voltage. Handshaking between the two is used.
When I input scan list as below, it works and DMM can measure 5 data: (I configure DMM Trigger Count as 1 and DMM Sample Count as 5. PXI 2532 Repeat Mode is Finite.)
/PXI1Slot5/r0->c0 & /PXI1Slot5/r1->c2;
~/PXI1Slot5/r1->c2 & /PXI1Slot5/r1->c3;~/PXI1Slot5/r1->c3 & /PXI1Slot5/r1->c4;~/PXI1Slot5/r1->c4 & /PXI1Slot5/r1->c5;~/PXI1Slot5/r1->c5 & /PXI1Slot5/r1->c6;
But if the scan list is as below:
/PXI1Slot5/r2->c0 & /PXI1Slot5/r2->c4 & /PXI1Slot5/r2->c6 & /PXI1Slot5/r2->c8 & /PXI1Slot5/r2->c10 & /PXI1Slot5/r2->c12 & /PXI1Slot5/r2->c14 & /PXI1Slot5/r15->c2 & /PXI1Slot5/r5->c14 & /PXI1Slot5/r1->c2;~/PXI1Slot5/r2->c0 & ~/PXI1Slot5/r2->c4 & ~/PXI1Slot5/r2->c6 & ~/PXI1Slot5/r2->c8 & ~/PXI1Slot5/r2->c10 & ~/PXI1Slot5/r2->c12 & ~/PXI1Slot5/r2->c14 & ~/PXI1Slot5/r15->c2 & ~/PXI1Slot5/r5->c14 & ~/PXI1Slot5/r1->c2;
In regard to the second scan list, DMM shall be able to measure 2 data. But it only can measure 1 data.(I configure DMM Trigger Count as 1 and DMM Sample Count as 2. PXI 2532 Repeat Mode is Finite.)
Actually my application needs scan list configuration like the seconde. The first is the one I wrote for handshaking study before.
Why?
Thanks.
I am using PXI 2532 and PXI 4071 to measure voltage. Handshaking between the two is used.
When I input scan list as below, it works and DMM can measure 5 data: (I configure DMM Trigger Count as 1 and DMM Sample Count as 5. PXI 2532 Repeat Mode is Finite.)
/PXI1Slot5/r0->c0 & /PXI1Slot5/r1->c2;
~/PXI1Slot5/r1->c2 & /PXI1Slot5/r1->c3;~/PXI1Slot5/r1->c3 & /PXI1Slot5/r1->c4;~/PXI1Slot5/r1->c4 & /PXI1Slot5/r1->c5;~/PXI1Slot5/r1->c5 & /PXI1Slot5/r1->c6;
But if the scan list is as below:
/PXI1Slot5/r2->c0 & /PXI1Slot5/r2->c4 & /PXI1Slot5/r2->c6 & /PXI1Slot5/r2->c8 & /PXI1Slot5/r2->c10 & /PXI1Slot5/r2->c12 & /PXI1Slot5/r2->c14 & /PXI1Slot5/r15->c2 & /PXI1Slot5/r5->c14 & /PXI1Slot5/r1->c2;~/PXI1Slot5/r2->c0 & ~/PXI1Slot5/r2->c4 & ~/PXI1Slot5/r2->c6 & ~/PXI1Slot5/r2->c8 & ~/PXI1Slot5/r2->c10 & ~/PXI1Slot5/r2->c12 & ~/PXI1Slot5/r2->c14 & ~/PXI1Slot5/r15->c2 & ~/PXI1Slot5/r5->c14 & ~/PXI1Slot5/r1->c2;
In regard to the second scan list, DMM shall be able to measure 2 data. But it only can measure 1 data.(I configure DMM Trigger Count as 1 and DMM Sample Count as 2. PXI 2532 Repeat Mode is Finite.)
Actually my application needs scan list configuration like the seconde. The first is the one I wrote for handshaking study before.
Why?
Thanks.