03-20-2023 03:53 AM
Hi, I having issue on configuring power supply N8737A and the error code is "Error -1300 occurred at HP66xxA Configure.vi: -222 Current &
Voltage out of Range;". I'm using "configure.vi" from 6674A driver to do parameter setting for N8737A.
Anyone able to help on this?
03-20-2023 04:22 AM
Hi ikkhen,
@ikkhen wrote:
the error code is "Error -1300 occurred at HP66xxA Configure.vi: -222 Current & Voltage out of Range;"
Anyone able to help on this?
This "-222" is an error code directly from your powersupply - and it should be explained in the (programming) manual of your device!
Did you verify you are trying to set correct voltage/current values? Did you really verify all the values?
03-20-2023 08:36 PM
Hi GerdW,
Thanks for the reply. Yes i did check on the voltage/current setting.
The highlighted is the power supply model that i using. But my application, i only need to supply 1A to the DUT. However, the configure.vi is giving this error.
This is the block diagram.
Im not sure is there anything i miss out.
Thanks
Ik Khen
03-21-2023 04:54 AM
Hi ikkhen,
@ikkhen wrote:
Im not sure is there anything i miss out.
Debug inside that "Config" VI to find the exact SCPI command that gives the error.
Then compare that command (and its parameters) to the details given in the (programming) manual for that command…