LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -1073807246

Hi Everyone,

 

I am trying to connect the Arduino with LabVIEW LINX. However, when I setup the firmware through markethub > LINX > LINX firmware > Wizard and run an example to turn on inbuilt led on and off  I am getting following error mentioned below. I would appritiate any help on it. 

 

Kind regards

 

 

Error -1073807246 occurred at Property Node (arg 1) in VISA Configure Serial Port (Instr).vi->LMH-LINX.lvlib:Device.lvlib:Serial Open.vi->LMH-LINX.lvlib:Device.lvlib:Initialize Device.vi->LMH-LINX.lvlib:Initialize.vi->LMH-LINX.lvlib:Open Serial.vi->LINX - Blink (Simple).vi

 

VISA: (Hex 0xBFFF0072) The resource is valid, but VISA cannot currently access it.

0 Kudos
Message 1 of 2
(446 Views)

@CM_N wrote:

Hi Everyone,

 

I am trying to connect the Arduino with LabVIEW LINX. However, when I setup the firmware through markethub > LINX > LINX firmware > Wizard and run an example to turn on inbuilt led on and off  I am getting following error mentioned below. I would appritiate any help on it. 

 

Kind regards

 

 

Error -1073807246 occurred at Property Node (arg 1) in VISA Configure Serial Port (Instr).vi->LMH-LINX.lvlib:Device.lvlib:Serial Open.vi->LMH-LINX.lvlib:Device.lvlib:Initialize Device.vi->LMH-LINX.lvlib:Initialize.vi->LMH-LINX.lvlib:Open Serial.vi->LINX - Blink (Simple).vi

 

VISA: (Hex 0xBFFF0072) The resource is valid, but VISA cannot currently access it.


This suggests to me that you the serial port is already open "somewhere else" when you run the example.  Do you have some kind of terminal session (including the VISA panel for that COM port in NI-MAX).  it can also happen if you abort a VI in LabVIEW so it doesn't get to close the serial port.  (Then you have to shut down LabVIEW and restart it.)

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 2
(423 Views)