Digital Multimeters (DMMs) and Precision DC Sources

cancel
Showing results for 
Search instead for 
Did you mean: 

NI DC power sequence Source delay longer than 167 second

I am using the NI PXI-4140 in sequence mode, I need to use it for sequences longer than 167 second but apparently the maximum source delay supported is 167 second, how can I go around this problem? I have a sequence of voltages that I need to apply and in some cases some of them are around 330 seconds or even longer. but I keep seeing this error: 

 

niDCPower Initiate.vi<ERR>At least one requested source delay in the source delay array is invalid.

Index: 0
Requested Value: 168.0
Valid Values Begin with: 0.0
Valid Values End with: 167.772150

0 Kudos
Message 1 of 3
(3,692 Views)

Hi parissa_wall3,

 

What specific attribute are you using? Whether it's NIDCPOWER_ATTR_SOURCE_DELAY or NIDCPOWER_ATTR_MEASURE_COMPLETE_EVENT_DELAY, the default value for the 4140 supports from 0 seconds to 167 as mentioned in the driver help. Because this is a hardware limitation, there isn't much of a workaround, unfortunately.

Aulia V.
0 Kudos
Message 2 of 3
(3,631 Views)

You can make the device wait indefinitely using hardware triggering. Have you tried looking into that?

 

You will probably want to configure the Source trigger.

 

See Configuring Triggers and Events and Sequence Source Mode to get started.

Tobias
Principal Software Engineer
Driver Software
National Instruments
0 Kudos
Message 3 of 3
(3,625 Views)