iec104-python icon indicating copy to clipboard operation
iec104-python copied to clipboard

C_TS_NA1, P_ME_NA_1 and F_ iots

Open Vaipishnick opened this issue 4 months ago • 2 comments

Hello! I am new in c104. I'am trying to emulate all iot's for testing our industial prtocols firewall and I already emulated most of them. But when I try to make point with type C_TS_NA_1, I get an error:

point2 = station.add_point(io_address=254, type=c104.Type.C_TS_NA_1) Traceback (most recent call last): File "", line 1, in ValueError: Unsupported type C_TS_NA_1

And the second question about P_ME_NA1 and other iot's for parameters sendig, and about file transfer iot's: how can I use them, I can't see such types in class classc104.Type.

c104 version is 2.0.1

Vaipishnick avatar Oct 07 '24 17:10 Vaipishnick