Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Noncontinuable Exception Error Occurred while controlling E3631A

Hi,

 

I am controlling two output channels of E3631A power supply. The voltage and current are defined in csv file and then the labVIEW will read from the file and control the E3631A. However, after some time the labView will always crash and then display the error shown below. Does anyone know what the error means and perhaps the solution? 

 

Thank you in advance.

 

 

Noncontinuable Exception Error

0 Kudos
Message 1 of 4
(4,493 Views)
Where is your code? Is the file only read once at the beginning?
0 Kudos
Message 2 of 4
(4,483 Views)

The whole content of the files are read once before entering the loop and put them into array. Then I use some logic blocks to step through the voltage and current from the first column, second column, until the fifteenth column. It will then re-start from the first column. I have included the files and code that I use inside the zip file. 

0 Kudos
Message 3 of 4
(4,476 Views)

please bring also the error code in a shift register 

maybe something is going wrong without seeing it.

 

Another problem is that you should read the errorstate after each write. You already have several commands in one string

greetings from the Netherlands
0 Kudos
Message 4 of 4
(4,427 Views)