11-19-2013 03:02 PM
I also tried another program 232 Analyzer which was showing the data in Decimal, and then after a few runs I changed it to show in Ascii.
11-19-2013 03:30 PM
Here is the diagnostic file from Lookout in Hex. I think this is what your asking for.
Thanks
11-19-2013 05:12 PM
You have data streams coming in to one port from two different instruments? If so, that's a problem right there. How do you expect that to work?
11-19-2013 05:27 PM
11-19-2013 06:37 PM
I was just trying to suggest ways for you to analyze the problem. If I was in your shoes, I would use Hyperterminal to capture samples of both data streams, compare them, and figure out how to parse them in Lookout first, then worry about how to get them into Excel after that. This is assuming you are doing the Lookout programming, or have some say in it.
Good luck,
BG
11-19-2013 06:54 PM
11-19-2013 09:44 PM
Your messages are being broken up, either by serial settings (receive gap, timeout) or formatting (control characters)
One possible solution may be to put the data into a expression to build a string. Use a trigger when the ASCII character for the end of the frame.
11-19-2013 10:12 PM
11-19-2013 10:20 PM
Can you post the LKS?
What do you have for the ResponseFormat datamember?
11-19-2013 10:37 PM