11-05-2013 02:52 PM
I am trying to use Lookout to log a serial data communication. I am actually
getting the signal to Lookout, however the ASCII signal is sending each
individual digit separately instead of as a string. Therefore, when it logs in
excel, it places each digit of the number in a different cell. For instance, the number that flashes through my Lookout display will be 30.50 (flashing each digit seperately, one at a time. When the number logs to excel, there will be a "3" in the first box, "0" in the second row, "." in the third, and so on.
Is there a way
to get around this?
Thanks,
Jared
11-05-2013 03:00 PM
Just wanted to add that I am using Lookout 6.7.1, and that the ASCII signal I am trying to log is coming from a closed system that I do not have access to to change the signal type. Hope this clarifies any questions.
Thanks again for any help.
11-18-2013 09:48 AM
Anybody?
11-18-2013 12:44 PM
Can you give an example of the data from a serial log file?
11-18-2013 01:15 PM
Attached is a screenshot of how the file is logging. It is logging a weight and a length. The weight signal is logging fine, but the length signal logs each digit separately. I need to get the signal to where the length will all log into one cell paired with it's corresponding weight. Even in Lookout, I created a display on the screen to show the length, and each digit of the string flashes by - one right after the other.
Thanks for any help,
Jared
11-18-2013 05:38 PM
What is your response format?
Please log the serial port data (Options > Serial Ports)
11-18-2013 06:34 PM
11-19-2013 11:38 AM
Are these measurements coming from separate instruments or what?
I think Mr Forshock is asking how the data sent from the device(s) is structured, not what the com port parameters are.
I'd suggest you take a good look at the structure of the data stream using Hyperterminal in Programs| Accessories|Communications|(in XP), log it to a file and use a hex editor to see what's really being sent.
11-19-2013 11:42 AM
The two signals are coming from different instruments. I will try to use Hyperterminal to log the signal.
11-19-2013 02:59 PM
Here is the signal I get in Hyperterminal in the first "column", then converted to Hex right next to it. Is this what you are asking for?