このコンテンツは設定された言語で表示できません。

このコンテンツは表示可能な別の言語で表示されています。 お使いのブラウザに翻訳機能がある場合はご利用ください。

Error 1073807194 When Communicating Over Serial Port in VISA Session

Updated Feb 4, 2019

Reported In

Software

  • LabVIEW Full
  • LabVIEW
  • LabVIEW Base

Driver

  • NI-VISA

Issue Details

I am getting LabVIEW VISA  Error 1073807194 and the only way to reopen the VISA session is to close and open LabVIEW. How can I access my serial port and prevent this in the future? 

Solution

This error occurs when you are trying to access a VISA session that is already in use. 

To close VISA sessions that are open: 
  1. View the sessions that are left open and close them through a LabVIEW built example, or 
  2. Close and reopen LabVIEW to release all open VISA sessions

Use the "VISA close" VI to end the specific VISA session when you are done using it within your code. If you do not close your VISA reference, the computer will continue to reserve that port until you close LabVIEW. When LabVIEW closes, it closes all open VISA sessions until they are reinitialized next time your LabVIEW code runs.

To see a properly built example using "VISA Close," see the LabVIEW example "GPIB with VISA functions" in the LabVIEW example finder.