Ask Your Question

Revision history [back]

how does time filter at IEC104 look like?

Hello I'd like to filter all packets with old timestamps

something like iec60870_asdu.cp56time < now()-1d
or (iec60870_asdu.cp56time < "2024.12.1 12:34") && (iec60870_asdu.cp56time > "2024.12.1 12:30")

or a have to fullfill structure iec60870_asdu.cp56time.day ... year

click to hide/show revision 2
None

how does time filter at IEC104 look like?

Hello I'd like to filter all packets with old timestamps
something like

something like

iec60870_asdu.cp56time < now()-1d now()-1d

or

or
(iec60870_asdu.cp56time < "2024.12.1 12:34") && (iec60870_asdu.cp56time > "2024.12.1 12:30")

12:30")

or a have to fullfill structure iec60870_asdu.cp56time.day ... year