04-28-2016 11:25 AM
Hi there,
I am performing Loop back test between2 channels of same SMU 4143 card, am not able achieve this can you please help me out to solve this issue.
Attached the code for your reference (LV 2013).
Thanks,
04-29-2016
10:39 AM
- last edited on
09-14-2026
01:05 PM
by
Content Cleaner
Hi kitti007,
You should be able to perform a loopback test between two channels of a 4143 SMU. All channels of the 4143 can simultaneously output setpoints as well as return both current and voltage measurements.
If you are performing a loopback test between two channels you will need to program one channel to output the value that you're looping back and program the other channel to take a reading. In your code you have programmed the first channel channel to output 1 V. Since you are not programming the second channel at all, when you call niDCPower Initiate you are telling the device to output 0 V (the default stae). You will need to program the second device to operate similarly to a DMM which is described in the articles below:
Using and SMU as a DMM to take Voltage Measurements
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8tPSAS&l=en-US
Using an SMU as a DMM to take Current Measurements
http://digital.ni.com/public.nsf/allkb/505C374107918E9D862578FE006F1F13
05-02-2016 04:36 AM
Hi Jared,
Is continuous square wave generation possible with HSDIO 6556. My ultimate goal is to check HSDIO frequency. I tried with finite samples to measure the frequency but I m unable to capture on the scope. Please help me on this.
Thanks
Rathan
05-02-2016 10:04 AM
Rathan,
This is the DMM and Precision DC Sources board. For HSDIO-related questions, in the future, please use the Digital I/O board, and start a new topic for unrelated questions. That is more likely to get you a faster and better response.
That said, you are able to continuously generate a square wave on the PXIe-6556. The Continous Generation - Stream From Memory.vi example (or the equivalent C example) should show you how to perform a continuous generation.