My group and I have faced some difficulties while using Labview and Arduino interface with VISA. Attached is the block diagram that we have set up in the Labview.
However, the following error shows up when we run:
Error- 1073807339 occurred at VISA Read in wireless filter current vi.
Possible reasons(s): VISA: (Hex 0xBFFFF0015) Timeout expired before operation completed.
Does anyone have any idea what does this error means? And how to solve this error?
Also, attached is the code that we have put in Arduino. What does the delay (10) in the code means? How does it affect my Labview when it runs?
My group and I have faced some difficulties while using Labview and Arduino interface. Attached is the block diagram that we have set up in the Labview.
However, there is an error that shows up when run:
Error- 1073807339 occurred at VISA Read in wireless filter current vi.
Possible reasons(s): VISA: (Hex 0xBFFFF0015) Timeout expired before operation completed.
Does anyone have any idea what does this error means? Or how to solve this error?
Also, attached is the code that we have put in Arduino and what does the delay (10) in the code means? How does it affect my Labview when run?
Does anyone have any idea what does this error means?
It's obvious, isn't it? You have some vi (whatever that is) that is the current one. It tried to read some data, and failed. The most likely cause is that the vi got tired of waiting.
So, something on the PC end is expecting data that the Arduino is not sending, or is expecting more data than the Arduino is sending.