FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
02-28-2023 03:45 PM - edited 02-28-2023 03:53 PM
Hello,
During the development of an app we would like to create an app that redirects the user to a url in their web browser (the user would need to have access to the internet in their PC),
So the question is, can I command or read data to/from the Core through this url? I guess that this url should point the IP and port of the Core but if this is possible, how can we do it?
Many thanks,
Solved! Go to Solution.
03-01-2023 10:36 AM - edited 03-01-2023 04:29 PM
It is not clear for me what should be achieved. You can create an app, that inserts a own tab in the ctrlX CORE web UI. You define the link that will be opened by clicking to it. No internet connection is needed. See documentation of the WebServer example in our SDK.
If you create your own front end that will be shown, you can use a data layer client in your app for accessing data of the data layer. See samples for different languages in the documentation of our SDK.
03-01-2023 03:57 PM
I think that in our case with the dalayer client app will be enough, as we want to communicate with the datalayer through our own front end,
Many thanks!