SmartConnector Forum
Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Hello!
You need to connect to your EwsServerDataAdapater, and once you do that, you can use the methods in there to do what you want to do.
To add a HistoryRecord Manually. You can use the 'AddHistoryRecordsManually' method. Also, if there is a History Item attached to a Value item. If the value item changes, the history item will automatically get a new record.
As far as Alarm items. You can use the AcknowledgeAlarmItem, ActivateAlarmItem, DisableAlarmItem, ResetAlarmItem, and ModifyAlarmItemState methods to change the state of the alarm (which effectively adds events). Also, keep in mind that certain Alarm Transition Models allow only certain state changes.
Please let me know if you have any more questions.
Best Regards,
-Jeff
Link copied. Please paste this link to share this article on your social media post.
Hello!
You need to connect to your EwsServerDataAdapater, and once you do that, you can use the methods in there to do what you want to do.
To add a HistoryRecord Manually. You can use the 'AddHistoryRecordsManually' method. Also, if there is a History Item attached to a Value item. If the value item changes, the history item will automatically get a new record.
As far as Alarm items. You can use the AcknowledgeAlarmItem, ActivateAlarmItem, DisableAlarmItem, ResetAlarmItem, and ModifyAlarmItemState methods to change the state of the alarm (which effectively adds events). Also, keep in mind that certain Alarm Transition Models allow only certain state changes.
Please let me know if you have any more questions.
Best Regards,
-Jeff
Link copied. Please paste this link to share this article on your social media post.
Thanks, But how can I record value every 15 minutes. Or how to disable value change record
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.