Hi,
first of all, thanks a lot for this handy project!
I have an problem with the server implementation though:
The callback set in set_events_callback appears to never be called (I both tried it and looked at the code, for both Snap7 and S7Commplus)
Which means the callback appears to be useless. Happy to open a PR, however, I'm not really a subject matter expert, and
would need some guidance as to what kind of events exist and should cause this to be triggered.
I assume a Write from the client would certainly qualify. Would that be the case for all client requests? Anything else?
A similar question relies to the event queue related to pick_event, which seems to only ever receive a start event. However, that appears to be removed in the new S7CommPlus version.
Thanks and best regards
Niklas
Hi,
first of all, thanks a lot for this handy project!
I have an problem with the server implementation though:
The callback set in
set_events_callbackappears to never be called (I both tried it and looked at the code, for both Snap7 and S7Commplus)Which means the callback appears to be useless. Happy to open a PR, however, I'm not really a subject matter expert, and
would need some guidance as to what kind of events exist and should cause this to be triggered.
I assume a Write from the client would certainly qualify. Would that be the case for all client requests? Anything else?
A similar question relies to the event queue related to
pick_event, which seems to only ever receive a start event. However, that appears to be removed in the new S7CommPlus version.Thanks and best regards
Niklas