07-29-2008 01:40 PM
Robst - CLD |
Using LabVIEW since version 7.0 |
07-30-2008
11:59 AM
- last edited on
04-09-2024
10:49 AM
by
Content Cleaner
hello Robst. This error 66 that appears in your screen might refer to a file initialization problem.
Also check if there is no other application that interferes with your communication port. Go to the menu tools >> options and check the VI Server configuration. About the succesful communication with the UDC3200,
Error 56 generates after transmision of information is faster than what the VI´s for TCP/IP can process. Depending on your program, you might want to check if the loop where time is critical sleeps after sending the information for enough time to let the communication VI to send all the information, or try sending fewer amounts of information in a period.
07-30-2008 12:29 PM
Hello:
Thanks for answering Pedro. I've read the document you told me to, but it refers to problems with VI Server, the application is not using VI server, so I guess the problem comes from somewhere else. I still haven't figured out why this is happening.
About the Error 56, well, I'll try to slow down the communication, I'm not doing any delays after sending the information. I wasn't aware that I needed to do this.
Any other ideas?
Thanks in advance.
Robst.
Robst - CLD |
Using LabVIEW since version 7.0 |
07-30-2008 08:02 PM