You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hey thanks for your report!
The C_TS_NA_1 is not supported by IEC 60870-5-104 standard, therefore it is not implemented. You can use C_TS_TA_1 instead.
The parameter commands P_* and file transfer commands F_* are not implemented by c104, because they weren't required for our use cases and the underlying lib60870-C did not support them at that time. But I can add the implementation of parameter and file transfer messages as feature request. Of course it will take a while to implement them.
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:
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
The text was updated successfully, but these errors were encountered: