pycomm icon indicating copy to clipboard operation
pycomm copied to clipboard

NameError: name 'defaultdict' is not defined

Open Karthikeyyan opened this issue 6 years ago • 1 comments

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

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

Karthikeyyan avatar May 30 '19 20:05 Karthikeyyan

what data type is the Camera01_NewImage?

pcnate avatar May 31 '19 14:05 pcnate