benjaminparker Posted October 31, 2015 Report Posted October 31, 2015 (edited) Hi, 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? Thank you so much for helping!!! Edited October 31, 2015 by benjaminparker Quote
venugopal Posted October 31, 2015 Report Posted October 31, 2015 In the attached code the baud rate is set to 9600,where as in labview code the baud rate is different 57600 and the error shows up because of timeout in reading 15000 bytes set that to 1024 or remove the configure serial vi place it outside of while loop and visa close should be outside this will solve your problem Any more queries let me know Regards, Venugopal Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.