03-12-2020 03:03 PM
I am trying to create a VI which reads high or low with each loop in order to trigger a camera (https://www.adafruit.com/product/3202) to take a picture. After using the MakerHub>>LINX>>LINX Firmware Wizard for Arduino Uno and correct COM port, it indicates everything is connected properly. However, when I run the VI, it indicates Error- 1073807360 occurred at property note. I conclude that the Serial port is not initializing.
I have NI VISA installed and from there installed VIPM. From VIPM I installed LINX which is what I am using in this VI so LabVIEW can communicate with the Arduino.
On another post I saw a possible solution about explicitly opening all VISA references, but I am a bit confused as to what that does as I have gotten it to work without that function (VISA Open Function) before.
Solved! Go to Solution.
03-12-2020 06:52 PM
Sometimes this can happen if another program (such as NI-MAX using test panels or a 3rd party program, not another VI) has reserved the COM port for its own use.
This can even occur if the other program is now closed, because it might not have released its reservation.
Do you get this error even if you reboot the PC and run this program right afterwards?
03-12-2020 11:22 PM
I rebooted my PC and the problem went away on the 2nd try. Thanks!
06-05-2024 04:26 PM
Even if I reboot he keep popping up what do I have to do?. I've already tried several times to reboot and it still doesn't work.
06-05-2024 06:15 PM
@AngelxDCr wrote:
Even if I reboot he keep popping up what do I have to do?. I've already tried several times to reboot and it still doesn't work.
Is there a chance you have any programs or services that run on startup that could be using the device?
Does the device (or the serial port adapter you use to connect to it) have drivers you can update? It could be that the drivers you are using are old, or it's using some built-in drivers from Windows but needs its custom ones to work right.
You could also try resetting the NI-MAX database file in case it has something wrong in the VISA setup you're using.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8awSAC&l=en-US