I am writting a labview program to communicate with OpenFresco Labview EXControl, but cannot get OpenFresco move further than “TCP/IP socket has been opened”, even I kept sending “OK” to it. Is there someone can offer me some help? Thanks a lot!
Hi there, you should be able to connect to OpenFresco if you send back the string ‘OK’ correctly within the timeout of the tcp connection. This works only during the open-session, get-parameter, and set-parameter commands. Further communication requires you properly address the response to each incoming OpenFresco command.