Title: How NOT to strip off the beginning and ending symbol Post by: ccdr on March 22, 2017, 10:53:07 AM Hello
Using data logger suite, before parsing anything, the data stream has to be divided into packets based on beginning and ending symbol recognition. However, when I'd like to parse either beginning or ending symbol as well. They are gone. Then how NOT to strip off the beginning and ending symbol? Another related question, set Parser's type to Fixed position where the fixed position field is set to 1 by default. I understand that position 1 means the first character(byte) excluding the beginning symbol(s). But in fact, it could be set to 0, then what does the position 0 mean? Could you help on this? Thanks. Title: Re: How NOT to strip off the beginning and ending symbol Post by: Arthur Grasin on March 22, 2017, 11:44:59 AM Hello,
The parser has the corresponding option to strip (or not) the beginning and ending symbol. Therefore if you exclude beginning and ending symbols then the parser works only with a remaining part Title: Re: How NOT to strip off the beginning and ending symbol Post by: ccdr on March 22, 2017, 04:43:51 PM Hello, So where is the option that I could check it on or off?The parser has the corresponding option to strip (or not) the beginning and ending symbol. Therefore if you exclude beginning and ending symbols then the parser works only with a remaining part Could you be so kind to show me the screenshot? Title: Re: How NOT to strip off the beginning and ending symbol Post by: ccdr on March 22, 2017, 04:48:23 PM And the other question is still pending...Could you give an explanation on that as well? Thanks.
"Another related question, set Parser's type to Fixed position where the fixed position field is set to 1 by default. I understand that position 1 means the first character(byte) excluding the beginning symbol(s). But in fact, it could be set to 0, then what does the position 0 mean? " Title: Re: How NOT to strip off the beginning and ending symbol Post by: Arthur Grasin on March 22, 2017, 05:09:49 PM 1. Option: look at the attached picture.
2. Position 0: - this is an invalid value. I will get you unexpected results. Title: Re: How NOT to strip off the beginning and ending symbol Post by: ccdr on March 22, 2017, 05:30:03 PM The words "(with signs)" get me confused. What's the real meaning of it?
Title: Re: How NOT to strip off the beginning and ending symbol Post by: Arthur Grasin on March 22, 2017, 05:35:45 PM Meaning of words or brackets or signs?
Title: Re: How NOT to strip off the beginning and ending symbol Post by: ccdr on March 22, 2017, 05:39:59 PM Meaning of words or brackets or signs? The word "with signs". What signs?Title: Re: How NOT to strip off the beginning and ending symbol Post by: Arthur Grasin on March 22, 2017, 06:02:50 PM The beginning and ending signatures above this option.
|