Created integer memory tag “Test Tag”
Attempting to write to a memory tag in Designer ‘Script Console’
Executed this: system.write.tag(“Test Tag”,1)
This returned:
Traceback (most recent call last):
File “”, line 1, in
AttributeError: ‘com.inductiveautomation.ignition.designer.gui.tool’ object has no attribute ‘write’
and of course tag did not get written to
What am I missing?
Thanks,