Siemens 1500 datatype wstring
Our Kepware server (v6.16.203.0) is connected with a Siemens PLC 1500 with the Siemens Plus Suite - (KWP-SIEMP0-PRD KWM-SIEMP0-ATT) driver. The PLC has defined a datatype WString of 10 characters long (24 bytes). Which datatype should we define in the Kepware server as the datatype wstring does not exist (only string). When we define the tag as DB1101.STRING0034.24 we receive no error but when reading the value from the plc we get a blank result. If we define as bytearay or hexstring e.g. DB1101.HEXSTRING0034.24 then we get the value of the PLC returned as 000A0000300068000... which seems as the correct hex representation of the PLC value. However it is not clear how to write a value to the wstring. We tried several notations with the Quick client, but always get errors like: Failed on item <tagname> synchronous write.
Changing the PLC program or address types is not an option - we can adjust or IT application (=opclient) but need to know how to write to this datatype wstring

