Problem with the Organize Reference

Questions regarding the use of UaModeler

Moderator: uamodeler

Post Reply
ChSch
Hero Member
Hero Member
Posts: 21
Joined: 07 Oct 2012, 11:18

Problem with the Organize Reference

Post by ChSch »

Hello,

I used the "Organize Reference" in the uaModeler and used the uaExpert OPC Clint to check the generated code. Unfortunately I can't see the "Organize Reference" there.

Example:

Types->ObjectTypes->TopologyElementType->BlockType->ProfibusPaBlockType
with the Variables ALARM_SUM, ALERT_KEY, BLOCK_OBJECT
and the Object StandardParameters of the type FunctionalGroupType

Then I added in the StandardParameters object under "References" three Organizes references form the StandardParameters to the three variables upon.

In the Modeler it works, but I can't see the Organizes reference in the uaExpert.
I think they are not generated in the code.

What can I do?

Best Regards

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re:Problem with the Organize Reference

Post by Support Team »

Hi ChSch,

The "Additional references" are generated by the UaModeler Templates for the Cpp SDK 1.3.1.
To add additional references you have to call addUaReference from the class NodeManagerUaNode to the generated code.

Kind Regards,
Support Team
Best regards
Unified Automation Support Team

Post Reply