I am currently working on a project to connect a Flexsim project to an OPCUA server.
While data values of Boolean or int data types are successfully transmitted to the OPCUA server, I am encountering an issue where string data is not being transmitted.
The server settings have the Sensor tag's data type set to String.
I have verified from the Kepserver manual, which is the OPC server being used, that string data is supported in the form of Null-terminated Unicode strings.
How can I transmit Null-terminated Unicode string values from Flexsim to the OPCUA server?