AGG Software Forums
September 19, 2024, 07:39:18 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome on our forum!
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Online Help Center / Data loggers and plug-ins / Data Logger Packet Size ignored? 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
2  Online Help Center / Data loggers and plug-ins / Re: PROBLEMS WITH ADVANCED SERIAL DATA LOGGER on: April 14, 2009, 12:26:43 AM
Could you provide an example of how to do this? I'm also having trouble converting
hex bytes.  Thanks!

Your PLC sends data in the binary format. In this case you should

1. Extract your bytes to a string parser item (with help of the ASCII data parser plug-in)
2. Use the "Expressions" filter plug-in and convert the string parser item to a decimal number. Please, read the help file for this plug-in about corresponding functions.

Pages: [1]
Powered by SMF 1.1.21 | SMF © 2015, Simple Machines