AGG Software Forums

Online Help Center => Data loggers and plug-ins => Topic started by: soxso2011 on January 18, 2017, 12:54:41 AM



Title: Parsing serial data and export via OPC issues
Post by: soxso2011 on January 18, 2017, 12:54:41 AM
Hi,
I am getting serial data in this form image attached, each data string starts like this
'(000040020003025000000WW000040020003025000000WW200040020003025000000WW000040020003025000000WWYW&%'(000040020003025000000WW000040020003025000000WW200040020003025000000WW000040020003025000000WWYW&%'(000040020003025000000WW000040020003025000000WW200040020003025000000WW000040020003025000000WWYW&%'(000040020003025000000WW000040020003025000000WW200040020003025000000WW000040020003025000000WWYW&%

This string contains data of 4 flame scanners used for boiler flame , and i have to parse individual scanner data. this  WWYW&% indicates end of one scanner and ' ( indicates starting of other scanner.
How to parse the data content between these two.

Image attached


Title: Re: Parsing serial data and export via OPC issues
Post by: Arthur Grasin on January 18, 2017, 07:36:40 AM
Hi,

I've attached the settings for the ASCII Data Parser.

It is possible you'll need to add several parser items for different values in this data packet.


Title: Re: Parsing serial data and export via OPC issues
Post by: soxso2011 on January 19, 2017, 01:09:01 AM
Thanks alot!!
It worked.

Currently I am working with trial version without any extra plugin installation.