Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to display slice as a filter in column?

I want to add a column with displaying 4 bytes form ethercat data: eacat.data[0:4] For some reason filter "ecat.data[0:4]" is not work. I found that filter "ecat.data[0:4] & 0xff" is works, but only if I use it as a normal filter. I can't set this filter as cloumn.

Does anyone know how I can get this information? (I don't want to use lua)