OPC UA Driver Timestamp
Hi, Is it possible to configure the OPC UA driver so that it ignores the timestamps provided by the OPC UA server variables and instead uses Zenon’s internal timestamp? Currently, for OnChange archives, the timestamp is taken directly from the OPC UA
Long connection time when working with B&R redundant PLC and OPC UA
hello, i am working on a big project where we work on B&R redundant PLC, the SCADA system is Zenon 14, the connection between the PLC’s and the SCADA is OPC UA with highest level of encryption with certificates. the connection is made with one IP address
Sollwerte intern abspeichern und wieder rücklesen
Hallo zusammen, folgende Situation: Aufgrund eines SPS-Ausfalls sind alle vom Betreiber im Laufe der Zeit eingestellten Sollwerte "verloren gegangen". Daher soll ich die Sollwerte intern abspeichern und nach einem Ausfall mit den internen Werten die Sollwerte
Elements Gestures c#
Hi Support ! I use Element gestures (till now i only used "tab") So if i implement element gestures like this: example for test: IProject AP = null; public void Start(IProject context, IBehavior behavior) { context.ScreenCollection.ElementGesture += ScreenCollection_ElementGesture;
IEC 61850 File Transfer with Add-in
Hi there! I was trying to get comtrade files from IED through the command function with IEC 61850. It is possible to change the storage path in local pc when getting the files? I know it can be changed in the driver setting, but is it possible to change
Close client.
Hello i have a project where i have to clients connected. Befor we hade one client and used the function Eit Service Engine. The problem is that that fuction exit both connected clients. How do i only close one client?
DNP3 Configuration in Zenon Copa Data Energy Edition v12
We have one RTAC from SEL which is acting as a gateway between various IEDs and SCADA. IEDs are communicating on Modbus with RTAC and RTAC communicates on DNP3 with the SCADA server. We have added Copa Data Server in the RTAC, but still there is no communication
¿Cómo puedo configurar el Service Engine para que maneje correctamente los datos de medición en zenon?
Estoy buscando información sobre la configuración óptima del Service Engine para asegurar que los datos de medición se manejen de manera eficiente. ¿Alguien puede proporcionar una guía o algunos consejos útiles?
Import XML Recipe Group
Hi, I need to import a recipe that was exported in XML from runtime. This works using the control element button named "XML Import" in a recipe page, but fails if I use the code. I tried both creating a zenon function and the starting it usign zenOn.IRtFunction
WPF DependencyProperty & structural variable behavior
Hi all, I have two types of dependency properties, with different naming conventions in registered "name" argument, what is equal to zenon variable name: 1) PlainVariableName 2) Plain.Structural.Variable.Name.With.Some.Amount.Of.Levels.Or.Plain.Variable.With.Dots.In.Name
How to set Entire Vba Project to variable
Hi Dear support! I am trying write more complicated function but i have a problem with find VBA project, for example (easy example to show problem) what i should set in Set vbProj = ? for example in Excel i will set = ThisWorkbook.VBProject Sub LookingForStringInEntire_VBA_project()
Export Graphics depending on SytemModelGroup
Hi. Every item in Zenon can be connected to a SystemModelGroup. I already have code to export screens, functions and more which are connected to the SystemModelGroup "Customized". But it seems, that I can not do that for graphics and symbols. Here is
WPF - read variable value from ZENON
Hi support! Are you recommend any maximim number of Variable which i can read from Zenon <->WPF using Dependency Properties? Thanks!