AGG Software Forums

Online Help Center => Data loggers and plug-ins => Topic started by: cellist on December 04, 2009, 05:43:45 AM



Title: Data Logger Packet Size ignored?
Post by: cellist on December 04, 2009, 05:43:45 AM
Here's the situation:

I have a constant size data packet (10 bytes).

In the ASCII query parser, I've selected to split packets by sign
characters.  My first two bytes of every packet are #00 #00, and
my last two bytes of every packet are #11 #11.  I've also selected
"the control length of the data packet" to be 10.

I'm finding, however, that if my byte #8 is also a #11, that the packet
is truncated one byte short.  My packet #8 can be anything from #00 to #FF,
so I don't know what else to try.

Why isn't the control length working?

Thanks! (Registered owner!)

-mark tanner


Title: Re: Data Logger Packet Size ignored?
Post by: Arthur Grasin on December 04, 2009, 08:17:19 AM
Unfortunately, in your case you can split your data by timeout only.