I have the latest versions of labview, max, gpib, ivi engine,... I downloaded the hpe363xa driver (for Agilent E3633A power supply). MAX configured the gpib ok (can communicate with instrument and gpib tests run ok). When I run the hpe363xa Getting Started.vi (only changed the Resource Name to match instruments gpib address) I get the following error message:
Error -1074135024 occurred at hpe363xa Configure Current Limit.vi
Possible reasons:
Driver Status: (Hex 0xBFFA0010) Invalid value.
Secondary Error (Hex 0xBFFC0004) Parameter 4 out of range, or error occurred while setting Parameter 4.
Elaboration: Current Limit
---end of error message
This error o
ccurs in the call to hpe363xa_ConfigureCurrentLimit(); in the DLL. The current limit value is ok right up to the function call vi (calls the c function in the DLL), so presumably the "error occurred while setting Paramter 4", whatever that means.
A possibly related issue is that even though I have IVI installed and it shows up under My System\Software in the configuration tree, there is no My System\IVI in the configuration tree (like MAX and other documentation implies there should be). I tried re-installing IVI, but did not try re-installing MAX.
Thanks for any help.