-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CIPDriver Insufficient Packet Space #285
Comments
same issue here: ERROR:pycomm3.cip_driver.CIPDriver:Generic message '_read_template(instance_id=4089, object_definition_size=6408)' failed: Insufficient Packet Space But the read command did get me the data. |
Unfortunately there is not enough info here for me to help yet. The instance ids are determined when the program is compiled, so there isn't any way for me to know what it is failing to read just by the id number. Can you post a log (the verbose level is most helpful). Or email one to |
@ottowayi, I just sent you an email with my controller information and my log. Please let me know if this can be fixed, or maybe it's not "really" an issue? |
Is anyone actually having an issue with the driver not working? or just that these @mlecours do you have more of that packet capture available? I don't see any duplications of the header in my testing, but I think it could come from using the multi-service request which does multiple individual service calls in a single message. I can change the level to be |
I'm getting an error:
ERROR:pycomm3.cip_driver.CIPDriver:Generic message '_read_template(instance_id=519, object_definition_size=1466)' failed: Insufficient Packet Space
Can't find any mention of "Insufficient Packet Space" anywhere. Can you guide me to where I should look?
The text was updated successfully, but these errors were encountered: