ServerProfile

Questions regarding the use of the ANSI C SDK for Server or Client development or integration into customer products ...

Moderator: uasdkc

Post Reply
Martin.Brenner
Jr. Member
Jr. Member
Posts: 2
Joined: 15 Jan 2016, 13:17

ServerProfile

Post by Martin.Brenner »

Hello,

I have the eval version of the SDK for Raspberry Pi. Is it possible with the eval version to set the Profile from StandardUA for example to Nano embedded and where can I set Facets on and off.

Best regards
Martin

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

Re: ServerProfile

Post by Support Team »

Hi Martin,

There are different aspects that influence the supported facets/profiles:
1) The supported profiles / facets depend on the features provided by the product specific data/information integration.
2) The number of Sessions, Subscriptions, MonitoredItems can be configured during server start-up
3) The general availability of features can be controlled with compiler switches

1) and 2) can be influenced with the evaluation version.
3) requires the SDK sources

Especially a downgrade to Nano embedded requires SDK sources.


The supported profiles/facets are also indicated by a variable in the server capabilities
Server -> ServerCapabilities -> ServerProfileArray

The value of this variable can be set inside the code of the server.

Best Regards,
Unified Automation Support Team

Post Reply