將LabVIEW介面用於Arduino時的Warning 1073676294

更新 Mar 16, 2023

產品資訊

軟體

  • Third Party Add-Ons
  • LabVIEW

其他

  • LabVIEW Interface for Arduino

問題敘述

我有一個VI使用Arduino Toolkit的LabVIEW介面,當我執行應用程式時會產生以下警告:
Warning 1073676294 occurred at VISA Read in LabVIEW Interface for Arduino.lvlib: Send Receive.vi->LabVIEW Interface for Arduino.lvlib:Digital Write Pin.vi

解決方案

發生這個錯誤的原因之一是被寫入的digital pin沒有被配置為輸出。為了正確配置digital pin,在Functions Palette中,導覽至Arduino Interface for LabVIEW » Low Level VI » Set Digital Pin Mode.vi,並將其包含在您的block diagram中,如下圖所示:
屏幕截圖來自Simple LED Example.vi ,可在下面的相關鏈接中找到
你寫入的pin應該根據正確的配置顯示正確的數位訊號。

相關資訊

注意:LabVIEW Interface for Arduino (LIFA) 已經被LINX取代。強烈建議您轉換到LINX,因為LIFA已經不會再開發維護。請參閱How To Download Digilent LINX For LabVIEW? 了解更多的訊息。