PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

PXIE-4163 error code 1073364992

Solved!
Go to solution

HI 

I have a problem during measurements of one of the channels one the PXI-4163, when measuring I get the warning 1073364992, and return nan values. 

 

Am using python where I am measuring several channels in a loop, using the measure multiple, but this always fails with this particular channel. More information is that this channels is configured to be a current source with a voltage compliance. The channel has its output on during the measurements. 

0 Kudos
Message 1 of 4
(935 Views)

Could you share the content of the exception?

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 4
(894 Views)

warning DriverWarning:warning 1073364992 occurred measurement over range 

0 Kudos
Message 3 of 4
(848 Views)
Solution
Accepted by topic author marius.make@e-peas.com

I have finally found the cause of the error, and fixed it,

When it is happening when current_level and current_level_limit are equal,  and the load is able consume just above the current_level, then we get that measurement range error. The solution is always to have the current_level_limit higher than the current_level.  The error does not occur when the current_level is slightly below the current_level_limit.

Message 4 of 4
(747 Views)