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.