Replies: 1 comment 3 replies
-
I think it's because the request also needs to be routed to the message router object, so that's why it's saying the service isn't supported. You're also missing all of the service parameters, you need to send along a lot of connection configuration as the request data. Instead of trying to build the message from scratch, you can call the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there i need your help...i am trying to establish a communication to send/receive data between a Berghoff PLC(adapter) and a python script(scanner).At the same time i capture the traffic in wireshark.At first with the generic_message i send a service request to register a session and after i send a get_attribute_single request three times for assembly object input output and config.After the success responses i send a forward_open request to start implicit I/O messaging but the response says that this service is not supported.Any ideas??
Here i paste the main program and the wireshark capture
Beta Was this translation helpful? Give feedback.
All reactions