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

NameError: name 'defaultdict' is not defined #57

Open Karthikeyyan opened 5 years ago

Karthikeyyan commented 5 years ago

When I try to read a tag from PLC, I am getting this Error on this line -

flag = c.read_tag(['Camera01_NewImage'])

pcnate commented 5 years ago

what data type is the Camera01_NewImage?