Hello phildunlap,
So far so good. What I'm getting now is:
/ISk5\2MT382-10040-0:96.1.1(5A424556303035313435313331353133)1-0:1.8.1(50001.426kWh)1-0:1.8.2(47768.441kWh)1-0:2.8.1(00000.000kWh)1-0:2.8.2(00000.001kWh)0-0:96.14.0(0002)1-0:1.7.0(0001.90kW)1-0:2.7.0(0000.00kW)0-0:17.0.0(0999.00*kW)0-0:96.3.10(1)0-0:96.13.1()0-0:96.13.0()0-1:24.1.0(3)0-1:96.1.0(3234313537303033303631313335383133)0-1:24.3.0(160705190000)(00)(60)(1)(0-1:24.2.1)(m3)(07165.770)0-1:24.4.0(1)!
I want to extract 3 value's
1-0:1.8.1(value_1kWh)
1-0:1.8.2(value_2kWh)
(0-1:24.2.1)(m3)(value_3)
How will the regex looks like?
Regards,
Frank