Press ESC to close · Ctrl+K to open

AVEVA Historian Client - ActiveX Controls - .Net (Factory Talk View SE)

AVEVA Historian Client - ActiveX Controls - .Net (Factory Talk View SE)

Today we will see one of the advantages of working with AVEVA Historian Server & AVEVA Historian Client.
By default, with the installation of the Historian Client, the ActiveX controls and .Net controls are installed.
This means that practically all SCADAs support ActiveX controls and more and more are incorporating .Net controls. As a SCADA, we have selected Factory Talk View SE.
In fact, Factory Talk View SE incorporated .Net controls just a few years ago.


As mentioned, once the AVEVA Historian Client is installed, we can insert our controls, since by default the installation registers them in the operating system. If not, you know regsvr32 is your friend with ActiveX controls.


By simply inserting the control and testing it on the display, we can already check its functionality without having to program anything.

We are going to connect to our training server to check the operation.


And we can already start making queries and testing.


The same behavior for the Historian Trend.


And what about the .Net controls?
Well, let's test it to draw conclusions. The selected controls are the ones we are interested in, which are in the following directory.

Code
C:\Program Files (x86)\Common Files\ArchestrA

When adding them, they must automatically be copied to a specific directory to be available and selectable for use. If this process does not happen automatically, because you do not see them for selection, you have to copy them directly to the following directory.

Code
C:\Users\Public\Documents\RSView Enterprise\DotNetControl Setup

Once added, they are now in the list of all .Net controls ready to be used.

We insert it into the display and a pop-up of DotNetControl Properties configuration appears, to configure, access its properties, methods, and events, and the code we must use in VBA to access those properties.

Its operation is the same as the ActiveX control, perfect. Note that we have not delved into programming its properties, just connecting to the server from the object itself.

Conclusion: If you work with AVEVA Historian Server & AVEVA Historian Client, you will be able to work with practically all SCADAs regardless of the brand:
Siemens (WinCC Classic & WinCC Runtime Professional), Rockwell (Factory Talk View SE), IFix, ZenOn, EcoStruxure Machine SCADA Expert, etc...