LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 2 occurred at C:\Program Files (x86)\National Instruments\LabVIEW 2012\vi.lib\addons\LabJack\ljackuw.llb\EAnalogOut.vi

I keep getting an error about memory being full on the EanalogOut icon-->

 

Error 2 occurred at C:\Program Files (x86)\National Instruments\LabVIEW 2012\vi.lib\addons\LabJack\ljackuw.llb\EAnalogOut.vi

 

LabVIEW:  Memory is full.
=========================
NI-488:  No Listeners on the GPIB.

 

I'm fairly new to LabView so a detailed explanation about this problem and how to fix it would be greatly appreciated.

 

I'm collecting sulfur dioxide concentration data in a simple spreadsheet and writing it to a file. I would also like to know how to write a header for the column of data that I'm collecting. I've attached my VI that I've written.

 

Thanks in advance!

0 Kudos
Message 1 of 4
(2,573 Views)

Are you getting LabJack errorcode 2 from EAnalogOut.vi?  That means "No LabJack Found":

 

http://labjack.com/support/u12/users-guide/4.40

 

Use GetErrorString.vi to interpret U12 errorcodes, as shown in "e function example.vi" among others:

 

http://labjack.com/support/u12/users-guide/4.19

 

0 Kudos
Message 2 of 4
(2,561 Views)

It's actually a different error. I think I need to reset the memory because after multiple runs the VI will stop functioning and highlight the Analog out. I can manually reset it and it's fine, I just don't want to keep doing that.

 

Also, any pointers about including headers for the SO2 column?

0 Kudos
Message 3 of 4
(2,553 Views)

Do you see the same error with "e function example.vi", or does it run fine?

0 Kudos
Message 4 of 4
(2,542 Views)