Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Norma 4000 Data Acquisition

Hi everybody,

 

I'm trying to acquire current and voltage data from a Fluke Norma 4000. I'm using  RS232 with factory configurations , 115200 8/N/1 Hardware. I'm using the LNAOPA01 library which is provided by the manufacturer.
I get this error and I can' t find anything about it:

Error -1073807345 occurred at Property Node (arg 2) in VISA Configure Serial Port (Instr).vi
Possible reason(s):
VISA: (Hex 0xBFFF000F) Specified type of lock cannot be obtained, or specified operation cannot be performed, because the resource is locked.

Does anybody ever dealt with this problem?
I add my VI below.

Thanks in advance for any advice,
Andrea.

0 Kudos
Message 1 of 10
(6,730 Views)

I also tried to substitute  "Visa configure serial port" with "LNOAP01 Initialize.vi" provided in the isntrument library and now i get this kind of error:

Error -1073807343 occurred at Property Node (arg 1) in LNOPA01 Initialize.vi->LNOPA01 Getting Started.vi

Possible reason(s):

VISA: (Hex 0xBFFF0011) Insufficient location information or the device or resource is not present in the system.

Download All
0 Kudos
Message 2 of 10
(6,720 Views)

did you have max or another program open when you tried your program.

It looks like a struggle from 2 places for the com port.

 

I also saw another driver on the NI instrument driver website. Try that one.

greetings from the Netherlands
Message 3 of 10
(6,709 Views)

Thank you Albert for your reply.

 

I'm paying attention not to open other programs that may be working on the com port. Max and the specific program of the isntrument are closed.

I tried with the driver on NI website, but Labview keeps  showing me this error:

 

VISA:  (Hex 0xBFFF0011) Insufficient location information or the device or resource is not present in the system.

0 Kudos
Message 4 of 10
(6,652 Views)

I tried to communicate with MAX and it works. The problem seems to come out only on my VI.

0 Kudos
Message 5 of 10
(6,643 Views)

@andreab93 wrote:

I tried to communicate with MAX and it works. The problem seems to come out only on my VI.


Let's shake the magic 8 ball here and test its calibration (It has a fairly good history of finding answers)

 

~~~Oh, Magic 8-Ball!  Does andreab93 stop the vi with the Abort button?~~~

Answer: Undoubtably!

 

When you hit that ribbon bar Stop glyph the vi quits immediatly leaving the instrument session open.  Hence, when you try to open a new session there is an existing lock!  DON'T do that!  MAX, on the other hand, politely closes the session to the device so, MAX works and your vi doesn't


"Should be" isn't "Is" -Jay
Message 6 of 10
(6,628 Views)

Thank you Jeff.

I can't still read values from the instrument, but the error doesn't pop up now.

0 Kudos
Message 7 of 10
(6,581 Views)

OK, Now that we are this far let's see some code and fix the communication protocol.


"Should be" isn't "Is" -Jay
Message 8 of 10
(6,578 Views)

I attach my VI.

Download All
0 Kudos
Message 9 of 10
(6,574 Views)

@andreab93 wrote:

I attach my VI.


Can you save for 2014?


"Should be" isn't "Is" -Jay
0 Kudos
Message 10 of 10
(6,552 Views)