pycomm
pycomm copied to clipboard
NameError: name 'defaultdict' is not defined
When I try to read a tag from PLC, I am getting this Error on this line -
flag = c.read_tag(['Camera01_NewImage'])
what data type is the Camera01_NewImage?