How to detect AS's point value change from SmartConnector?
SmartConnector Forum
Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2017-02-0111:21 AM
Using the EwsClient, you can do one of two things:
1. Poll the ValueItems's value using GetValues
2. Subscribe to the ValueItem and use GetNotifications to receive updates when the value/state changes. You can alternatively use SubscriptionReader instead of EwsClient. Using that class will manage all aspects of the subscription for you and is probably easier to use if you're not familiar with Subscriptions in EWS.
The latter approach is better with regards to performance/load on the EWS Server (SBO).
Since the SDK isn't included in SmartConnector, any discussions on that are really beyond the scope of this forum.