Hi,
I'm using the EthernetIPForClxCom,I want to change the value of some BOOL Tags.
I'm Trying the values "1", 1 , "True",True, but its not working
With this options, i dont have any errors, but the value don't change in the tag
MyPLC.Write("MyTag","1")
MyPLC.Write("MyTag",1)
With this I have this Cast Error text to Doble
MyPLC.Write("MyTag","True")
And this can't build the Code
MyPLC.Write("MyTag","1")