I am trying create simple HMI application and i need read and write tags. With Integers and float points is OK but String tags I get trouble:
for EthernetIPforPLCSLCMicroCom1.Write("ST10:30", "12") in PLC I am reading: "^A^B"
for EthernetIPforPLCSLCMicroCom1.Write("ST10:30", "AB")
interrupts program and gives me this message
(Attached image), what I am doing wrong?