Jump to content

Labview Enquiries


Recommended Posts

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.

post-54145-0-13617300-1446276752.jpg

 

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?

 

post-54145-0-18082500-1446276804.jpg

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!!!

post-54145-0-59765400-1446274520.png

post-54145-0-33745700-1446274527.png

Edited by benjaminparker
Link to comment

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

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.