Hello All,
I have been using TCP listen to link up with another computer for data transfer - all is working quite well. So now I go to move on to build an executable for the final target and behold - no more TCP listen functionality using the exe.
Has anyone seen this before - it is a simple TCP listen on port 5000 with a 10mS timeout - it takes about 5 seconds to attach during development execution, but it seems to not see the request at all when in the executable. It seems there is a difference between the devleopment and exe environment when running the VI.
Also worthwhile noting - I have built a very simple VI with only the TCP listen and a few indicators, all works well using both the development and exe of that simple VI. My main program is not very complicated, but obviously complicated enough to shut down the TCP listen funcitonality. I have been able to prove that TCP listen is indeed running - producing error code 56 when it times out, but it will not connect for some reason.
It may be that there is a critical timing issue with TCP listen, but I can not seem to figure it out.
Thank you in advance for any insight!
John DeCroos