LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to fix err(-1074000000) - I`m trying to save data into the buffer

Hello to all,

I was introduced to an Electrometer to performance some electrical data current measurement on diodes. The electrometer is a Keysight B2987A and I'm currently trying to create a VI in Labview to automatized the equipment to make dark current measurements.

 

I have only basic knowledge with Labview so I'm trying to solve by error and solution step by step helping myself with Labview help and forums information related to whatever problems I have while I'm working.

 

Currently I have an error in my VI that i couldn't fix. The code error is -1074000000 and happen when I want to create a file directory to save the data into the buffer. My first attempt to fix this problem was upgrading the firmware of the Electrometer, but the error didn't go away.

 

Any one have a suggestion about what could this error mean? is something about the communication between the VI and the equipment?

Best regards to all!

 

You can see the VI here

Part1

VI-part1.png

PART 2

VI-part2.png

 

ERROR

 

error.png

0 Kudos
Message 1 of 2
(3,416 Views)

This error code is from Kiethley, not LabVIEW.

 

This error indicates an error related to your instrument as you can see it in this document :

Developing LabVIEW Plug and Play Instrument Drivers

Some instrument drivers has been tested for previous version of LabVIEW but they need to be updated in some cases.

 

You should try to send VISA basic functions with the example provided with LabVIEW and see if everything is going well. Check also that you initialize the connection with your device first. Maybe your instrument requires some functions which are not included in your specific VI. In addition, check if you're sending the right commands to your instrument and if you send them in the proper order. If you don't, this could return this kind of error.

 

Feel free to contact Keithley about this error since this is not a LabVIEW issue.

 

Source

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 2 of 2
(3,390 Views)