11-02-2009 10:33 PM
Solved! Go to Solution.
11-03-2009 12:55 AM
11-03-2009 01:47 AM
Hi Ronrodrig
The conversion of the VI to 2009 seems to be the problem. I got error 1 when I ran your VI, it only worked only if the net address was my local address. I rebuilt your VI from scratch in 2009 and I got no errors.I didn't see this is LabVIEW 2009s known issues. There is a 2009 patch but I haven't installed it to see if that fixes it. Unless maybe I've missed something
J
12-16-2009 01:44 AM
Usually UDP protocol does not need ack, but I have a device which uses. Now problem is I opened UDP port but the connection ID is of TCP type UDP Read and close have the TCP type connection ID so when I read from this port, it works but now I am using UDP write to ack, to my surprise this has UDP connection ID. Now I have open UDP port, I can read it but could not write because I get an error "ref conflict: caannot connect diff refnum types, your source is tcp network connection & sink is udp network connection".
Any one has any solution.
12-16-2009 01:48 AM - edited 12-16-2009 01:51 AM
What you describe is as clear as mud. I didn't understand much of it. Sometimes attaching some code that has been thought about some can make wonders for others to understand what you might be having problems with.
What I currently feel you are trying to do, is mixing UDP and TCP nodes and that you CAN'T do.If your device is UDP and does need some form of ack you have to implement that ack yourself using UDP nodes. If that can't work for whatever obscure reasons, your device does not really implement UDP but some other form of protocol that might only be solvable using directly raw sockets, and that is not supported in LabVIEW.