LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I got this Error -1073807360 occurred at VISA Clear in LabVIEW Interface for Arduino.lvlib:Init.vi

I got this Error -1073807360 occurred at VISA Clear in LabVIEW Interface for Arduino.lvlib:Init.vi

 

I'm trying to do an oscilloscope, with Arduino UNO board, I'm using LIFA to execute it on Arduino

saribricka_0-1594202696474.png

Can you help me? I'm new with LabVIEW

0 Kudos
Message 1 of 5
(2,751 Views)

Hi saribricka,

 


@saribricka wrote:

I got this Error -1073807360 occurred at VISA Clear in LabVIEW Interface for Arduino.lvlib:Init.vi


Right in the Init function when starting the VI?

Did you select the right COM port?

Best regards,
GerdW


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

Some clues when you get an Error Message:

  • Look up the meaning(s) of the Error Message.  To do this, go to "Help", "Explain Error" and copy/paste the Error Number (including the "-" sign!).  Think about if any of the explanations make sense in your code.
  • Look at the Error Message itself.  It should show what LabVIEW was doing when the Error occurred, i.e. which function failed.  If it was the first one to use the device, as GerdW suggests, you might be using the "wrong" device.
  • When asking for help, providing as much information as possible (like a screen shot of the Error Message) help us to help you.

Bob Schor

0 Kudos
Message 3 of 5
(2,726 Views)

Hi GerdW,
I'm pretty sure it's the right COM port cause if I choose another one it gives me the error "no arduino found"

 

Hi Bob Schor,
here the error message, I thought writing it would've been enough

saribricka_0-1594214634237.png

 

I didn't know about "Explain Error", thanks for it!
Here what it says:

saribricka_0-1594214949784.png

 

 

0 Kudos
Message 4 of 5
(2,707 Views)

@saribricka wrote:

 I'm using LIFA to execute it on Arduino

 

 LIFA has been long since deprecated and replaced with LINX

 

I see the LabVIEW Makerhub is going away soon too.

 

I wonder what will happen to what little LINX support there is...

 

BTW: LINX comes preinstalled in the FREE LabVIEW 2020 Community Edition

 

Also you do realize an Arduino is only going to give you somewhere between 200-300 Hz sample rate. That's not much of an oscilloscope.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 5 of 5
(2,684 Views)