Hello,
I´ve got the task to create a URCap where the programm has to be altered / created from an external source.
So my jurney get me to write a Installation Node which is connecting to the external source via sockets.
The Installation Node should afterwards be able to receive commands and create/alter Nodes in the Programmtree.
Is there a way to access the Programmtree from the installation node?`
I found URCapAPIFacade.getURCapAPI().getProgramModel();
But getURCapAPI() is marked as deprecated. And via the suggested getSystemAPI(), the needed elements seems not to be reachable.
Thanks in advance!