03-27-2009 07:29 PM
03-30-2009 09:05 AM - edited 03-30-2009 09:08 AM
03-31-2009 04:23 PM
Howdy Mike,
This should be a fairly straightforward process of Open, Read/Write, Close. However, since this is not working for you, please post a screen shot of your code so I can get a feeling for how you're interacting with the Data Socket server. Without this info, I can't really offer a relevant suggestion, so I have a few follow up question for you.
1. Are you sure that you are opening a good connection to your server? A check for this is if you can successfully write data to the server. It seems that you are from your first post, but I wanted to make sure just in case. If this isn't working properly, it would obviously affect your ability to read data.
2. What type of server are you using?
3. Are you using any front panel binding for your data?
4. What is your FP reading? Is it just coming back empty or does it throw an error of some sort.
Thanks, I look forward to hearing back from you!
04-01-2009 02:43 PM