LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR 85

Je programme une mesure en mode delta en utilisant un pilote de source de courant 6221 et un nanovoltmètre 2182A,

Je reçois cette erreur lorsque j'essaie d'exécuter un programme LabVIEW en mode delta :

Possible reason(s):

Buffer data type is 'NONE', thus
there is no data in buffer.


Complete call chain:
Keithley 622x.lvlib:KE622x -- Read Trace Buffer.vi
delta mode.vi

Je joins à ce message une capture d'écran de l'ensemble du programme et de son erreur et VI.

Download All
0 Kudos
Message 1 of 4
(113 Views)

Hi soufian,

 


@soufian77 wrote:

Possible reason(s):

Buffer data type is 'NONE', thus there is no data in buffer.


Complete call chain: Keithley 622x.lvlib:KE622x -- Read Trace Buffer.vi


There error is raised inside this subVI, but most probably originates from your configuration calls before this subVI!

You need to configure your device correctly so it will provide the needed data…

 

Is there a reason you need all those Unbundle/Bundle operations?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(81 Views)

Hi 

 

Thank you for your responce, i used unbundle/Bundle trying make the subVI (red trace buffer) recognize the in put parameters to solve the isssue but it did not works. 

 

Could please let me know how how i can configure my device correctly so it will provide the needed data...

 

Thanks in advance.

0 Kudos
Message 3 of 4
(67 Views)

It's hard to tell you how to configure your instruments since we don't know what your main goal is.  I suggest that you setup, configure and collect your data manually before you try to automate it with LabVIEW. 

 

Follow the steps here and make sure you get correct readings and statistics:  How to configure the Model 6220-6221 and 2182A for Delta Mode | Tektronix

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
Message 4 of 4
(60 Views)