I am using the SampleRuntime example template to start the subscription service. I am able to read some other data types with no issue. Attempting to read a STRING logs the error.
[code] 04.02.22 11:06:37.993 root ERROR - ReadSubscription - Arp Exception! Exception of type 'Arp::System::Commons::InvalidCastException' was thrown Cannot copy value to argument: RscVariant contains data type String but arg is of type Struct [/code] This error makes it very obvious what is happening. Though I am unable to find a solution. [b]example code:[/b] Declared the C++ variable in the class header as [code]Plc::Commons::Gds::StaticString<80> m_strError;[/code] GDS port variable declared in PLCnext Engineer in the program as  Using AXC F 2152 Everything on version 2021.6