News:

  • May 14, 2026, 06:27:27 PM

Login with username, password and session length

Author Topic: OPC UA Support for User Defined Structures  (Read 7672 times)

AC

  • Jr. Member
  • **
  • Posts: 18
  • I know what I know, and I don't know, what I don't
OPC UA Support for User Defined Structures
« on: January 14, 2026, 01:56:30 PM »
Are there plans to allow OPC UA to access UD structures? In my example, I would like to have OPC UA list Pump.Startrequest instead of having to map another bit Say C1-> Pump.StartRequest. This gets REALLY confusing when changes need to be made, not to mention starts to get dangerous, and doubles my overhead in programming. I have therefore refrained from using the OPC UA OR the sparkplug options as its just too cumbersome to remap my entire UD structures to other memory.
Never be too busy that you miss everything there is to be thankful for.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6156
  • Yes Pinky, Do-more will control the world!
Re: OPC UA Support for User Defined Structures
« Reply #1 on: January 14, 2026, 02:34:36 PM »
Are there plans to allow OPC UA to access UD structures? In my example, I would like to have OPC UA list Pump.Startrequest instead of having to map another bit Say C1-> Pump.StartRequest. This gets REALLY confusing when changes need to be made, not to mention starts to get dangerous, and doubles my overhead in programming. I have therefore refrained from using the OPC UA OR the sparkplug options as its just too cumbersome to remap my entire UD structures to other memory.

You can document your existing UDT fields and make them available. Not saying it's the cleanest answer, but there is no need to map them to other memory.

To answer your question specifically, the issue is the memory limits on the POM. To make every field of every UDT available would require far more memory than the micro in the POM has. We could build it as a module, and we've talked about it, we just need to see how well these POMs do before committing to building it.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

AC

  • Jr. Member
  • **
  • Posts: 18
  • I know what I know, and I don't know, what I don't
Re: OPC UA Support for User Defined Structures
« Reply #2 on: January 15, 2026, 09:18:46 AM »
Understood, This actually makes sense and I will give this a spin and see how it goes.  Thanks!
Never be too busy that you miss everything there is to be thankful for.