ruscito / pycomm

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

read_array calls were failing #32

Closed wpmccormick closed 5 years ago

wpmccormick commented 7 years ago

due to struct.pack exception 'cannot convert argument to integer'.

ruscito commented 7 years ago

what kind of exception are you getting?

On Wed, Aug 16, 2017 at 4:38 PM, Bill McCormick notifications@github.com wrote:

due to struct.pack exception 'cannot convert argument to integer'.

You can view, comment on, or merge this pull request online at:

https://github.com/ruscito/pycomm/pull/32 Commit Summary

  • read_array calls were failing due to struct.pack exception 'cannot convert argument to integer'

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ruscito/pycomm/pull/32, or mute the thread https://github.com/notifications/unsubscribe-auth/ABL5obuQkpq03NTykASRjm33QMWvCJjKks5sY2FXgaJpZM4O5g5- .

wpmccormick commented 6 years ago

Hey, sorry took so long to get back to you on this. I had to move on to another project and somehow I missed your comment. I made need to revise my notification settings.

Beyond struct.pack exception 'cannot convert argument to integer'., what else are you looking for? Are you not able to reproduce this?

ruscito commented 5 years ago

I guess we both are busy :) I'm not able to reproduce the error. Can you give me more details

Thanks

wpmccormick commented 5 years ago

I'm not really using pycomm any longer.

ruscito commented 5 years ago

I will close this since I can really reproduce the error