Codesys to OPC UA to Groov View Strings

Has anyone worked with getting String Tags from Codesys through the OPC UA server to groov view? It seems to be not supported in groov view or OPC UA.
The Tag in Codesys is not ranged e.g. sControlStatus: STRING(100); I get it doesn’t support String Arrays. But a default String tag e.g. sControlStatus: STRING; should be supported. what am I missing?

You are correct that STRING datatypes should be supported. This is a known issue, and a fix is in the works. In the meantime there are 2 workarounds available. You can change your STRING datatypes to WSTRING or you can create these as Dynamic Tags in groov View:

2

2 Likes

Hi Gerichert

Thanks for the info. the WSTRING type worked. Everything considered groov EPIC is a great system to work with!

Thanks for this post @greichert . I went the route of using a dynamic tag, which seemed to work just fine. Any updates on when this issue may be addressed?