[Imported] Historic Enable via Automation Interface
EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
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.
Posted: 2019-11-0501:06 PM. Last Modified: 2023-05-0312:35 AM
[Imported] Historic Enable via Automation Interface
>>Message imported from previous forum - Category:ClearSCADA Software<< User: florian, originally posted: 2018-10-25 15:55:14 Id:227 This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
--------------------
**_ArtemMilenin:_** **_Hello,_**
**_I have an project with several thousands similar AI points and I'm writing a script by MVB for easiest creation points. And I don't understand how to work with history in CS via Automation Interface._**
**_In first how to check "Enable" in the Historic properties of the point via Automation Interface by MVB? And in second, third and etc how to change another options of Historic properties? Are available to downloading manuals about working with historic properties or about automation interface?_**
**_Thanks for answers_**
---------------------
AWoodland: You need to either use the ScxV6Aggregate class or the Aggregate("Historic").Enabled style. Something such as (I don't have VS infront of me):
_Dim csObj as ScxV6Object_ _Set csObj = Server.FindObject("Some.Point")_