Open
Description
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