ruscito / pycomm

pycomm is a package that includes a collection of modules used to communicate with PLCs
MIT License
140 stars 85 forks source link

Implicit Messaging: How to use forward open request for continuous message communication in connected mode on UDP? #53

Open rajatkmehta opened 5 years ago

rajatkmehta commented 5 years ago

@patrickjmcd I am able to get forward open request by using forward_open function mentioned in cip_base.py file but how it will send and receive continuous packets on UDP ? Please suggest.

rajatkmehta commented 5 years ago

@ruscito @patrickjmcd @mbuesch @kgustine I am able to send and ger forward open request using this library but not able to get continuous messaging between scanner and adapter in cyclic form for class 1 connection on UDP protocol. I think Assembly Object is missing so we are not able make connection point between two end using Input/Output assembly instance. Please suggest and guide to proceed further.

Thanks,