Recent Topics
Monitor Administration for different size monitors
Hello Dear Zenon Family, I have a project configuration with different resolution size monitors. In my project we have 2 redundant servers and 3 client PC's. My 2 Servers dont have monitors, they are just connected with KVM console. 2 client PC's have
Alarm Area Unacknowledged alarm status
Dear Mr. /Mrs. For alarm audio purposes we defined some Alarm Areas and two Alarm classes (Minor and Major Classes), i assign a internal varaible to unacknowledged alarm in class linking section, and by reaction matrix tools check the second bit is set
Numeric value with two asterisk
Hello, What do the two asterisk (**) means after number? Print Screen attached. This is a migrated post! Originally posted on 20.06.2022 by user Mindaugas. Please be aware that information can be outdated.
Process Gateway for SCADA zenon Operator and Supervisor version 8.2
I have 121 facilities scattered across the country that will serve the lower level system. I plan to use the software product of COPA-DATA GmbH SCADA zenon Operator version 8.2 for this purpose: - (ZOP8-RT-128) 128 Runtime TAGs (121 copies, one Runtime
Monitor Administration for different size monitors
Hello Dear Zenon Family, I have a project configuration with different resolution size monitors. In my project we have 2 redundant servers and 3 client PC's. My 2 Servers dont have monitors, they are just connected with KVM console. 2 client PC's have
Alarm Area Unacknowledged alarm status
Dear Mr. /Mrs. For alarm audio purposes we defined some Alarm Areas and two Alarm classes (Minor and Major Classes), i assign a internal varaible to unacknowledged alarm in class linking section, and by reaction matrix tools check the second bit is set
Numeric value with two asterisk
Hello, What do the two asterisk (**) means after number? Print Screen attached. This is a migrated post! Originally posted on 20.06.2022 by user Mindaugas. Please be aware that information can be outdated.
Doubt blocking remote commands Process Gateway DNP3
Buen da Ingenieros requerimos de su colaboraci³n para resolver una duda, actualmente estamos realizando una configuraci³n en un SCADA para una subestaci³n el©ctrica en Zenon 8.0 ya la vez se est¡ reportando a un nivel superior a trav©s de Process Gateway
Solar PV HMI - can edit but cannot compile the entire project
Salam sejahtera, We're evaluating & testing the Solar PV HMI application set for 2 x 5MW large solar farm projects. I can say it impressive and easy to deploy. However, we need to add 3 new forms to meet TNB GRID compliant test procedure. We can duplicate
Vsta
I have a parent project and one project inside it. I want to handle the status bits of the sub-project variables in the parent project VSTA, is there any way? ex) this.Variables().Item("variableName").StatusString = "ALT_VAL=1" This is a migrated post!
SAP Connection Error
Hi, I am trying to integrate SAP with Zenon but getting error mentioned in the attached screenshot. SAP version is mentioned below. I can able to login with SAP GUI and access the data from server. Zenon(Zenon 8.20 Build 92098) and SAP both softwares
Access archive data via Add-In
Hi, I would like to know if accesing to online archived data via Add-In is listed as an available funcionality of the software. I have tried coding and I can access to the archive name and archived variables but not to the list of archived values. If
WPF Element adding Error
Hi Team, I added a wpf tool in zenon and when i try to use it i am getting below error and the exception is in zenrt32 file is below Need your help on this ASAP. This is a migrated post! Originally posted on 02.06.2022 by user sandeepmis. Please be aware
Does Scada in Zenon Web Client 8.20 share the same vulnerability as Scada used in Open Automation Software Platform?
The reason I ask is that I read this on your website about the software: "Originally developed as HMI/SCADA software, the entire zenon software platform covers significantly more application areas.". Open Automation Software Platform (OAS), released by
Active Directory authentication in WPF
Hi, I have use in my project AD and WPF. For some controls in WPF I need to verify access. Is there ways to do that in WPF side? This is a migrated post! Originally posted on 30.05.2022 by user Oleksandr. Please be aware that information can be outd
Zenon 8.20 Alarm View White Background on Time Received, Cleared
Hello, I have made an upgrade of a Zenon application from version 7.60 to 8.20 and found that the alarm list shows a white background behind 'Time received' and 'Time cleared'. I am wondering if this is standard and can it be changed to match the original
IArchive reference
I am trying to access archive data from AddIns and I've found some examples in the help tab. They use IArchiveFilterVariable data type and by adding "using Scada.AddIn.Contracts;" is not working. I've tried with all the posible extensions that are available
Remote runtime connection(REMOTERT)
Hi i have two runtime computers (PC1-SOURE AND PC2-DESTINATION)and need to establish the connection between this two runtime with using REMOTERT drives. 1.PC-1 zrsconnector is installed and in PC-2 REMOTERT drives created. 2. port 50778 is enable in firewall
data structure to JSON data sending as value
Hi, is it possible to generate JSON in base of web client starter data structure object? Schema of actions: 1) zenon client control (web client starter) takes snapshot of machine data (some list of variables or whole structure) by one wstring variable
Backup of runtime folders and files during runtime
Hi, I want to make a backup of the runtime folders and its files (like AML, CEL, Recipes) while the runtime is running. The user should be able to trigger the backup at any time during runtime. Can I simply copy the runtime folder and its files to another
Zenon new project creation issue
I successfully installed zenon but when i try to start engineering studio i am getting below error. can anyone please help me on this This is a migrated post! Originally posted on 17.05.2022 by user sandeepmis. Please be aware that information can be
Communication mode TIA Portal V17 + Zenon crash
Hi Zenon crash when the "Only allow secure PG/PC and HMI communication" is enable at the Siemens PLC Protection & Security settings. After disabling, it runs as expected, but is there any settings on zenon Editor that can be enable to be able to use the
trail version
Hi, is there any trial version for assessment of batch control module? This is a migrated post! Originally posted on 14.05.2022 by user JalalTavasoli. Please be aware that information can be outdated.
Default users passwords
Hi all. What is default users (administrator, Maintenance, Operator etc.) passwords in Pharma HMI application set? BR. This is a migrated post! Originally posted on 13.05.2022 by user milosh. Please be aware that information can be outdated.
Chromium engine for HTML screens
Is there a way to force the HTML viewer to use the Chromium engine in stead of the IExplorer engine? I want to integrate the HTML interface of a protection relay into a project but this only runs corectly on the Chromium engine. As IExplorer is phased
Thread Sleep
I am finding that if I do: context.VariableCollection["PLC!G_HMI.Recipes.WorkHmi"].SetValue(0, true); Thread.Sleep(10000); The variable goes true past the 10 secs and not before. Is there anyway I can do this before? I need to wait the 10 Secs for a timeout
Reading multiple lines from a CSV file, each line having about 300 data values. There are @100 lines
Hi, I have been attempting to read a CSV file and populate an array of arrays. I'm using the functions, F_ROPEN, F_SEEK, FM_READ, F_EOF etc.. The different values of data(type = Dint) are separated by commas in the CSV file, with CR+ LF at the end of
SICAM 230 IEC61850 Driver RCB Config
Hi, How can I set the IEC61850 RCB(Report Control Block) setting on the SICAM 230(Version 7.2 ). In zenon, it is easy to find the rcb setting, but in sicma 230, the setting part of RCB cannot be found. This is a migrated post! Originally posted on 09.05.2022
SMS-Versand aus Unterprojekten
Hallo zusammen, unser Projekt ist im Laufe der Jahre deutlich gewachsen und wurde deshalb vor einiger Zeit in ein Integrations- und mehrere Unterprojekte aufgeteilt. Jetzt ergibt sich das Problem, das Störmeldungen, die per SMS an die Rufbereitschaft
Executable in runtime
Is there a way of creating an executable that can be run in the runtime. I want to create an installer that will install this "executable" that would be run by the runtime. as an aside how are systems in he field running zenon sw upgraded, zenon itself
Installing c# addin in eng studio
How do i add my c# addin in the new engineering studio. In the old zenon editor there was the addins item but i didnt see anything in the eng studio. Have I missed something ? thanks, roger This is a migrated post! Originally posted on 05.05.2022 by user
Choose path dynamically for export Archive/Alarm/Event in runtime
Hi, I would like to choose a path folder (through for example a browser folder screen) to select path for save / export Alarm or Event. How I can with zenon embedded function? I can only export to a static path defined in the project settings but I would
Extended trend automatic scaling check box
Hello, I have Extended trend function, to show variables archive data. When the historical extended trend screen opens, to select variable I'm using Extended trend filter function. I want to ask, how can I do, that automatic scaling check box would be
IEC104 Error (Unadvising id)
Hi , I have been working to send data through IEC104 i have added variable along with their CAOA and IOA addresses and the connection has been made on the other(master) side as well but the values are not showing up and its showing the following error/massage
Client error: Server name have been modified. But no changes have been made
I am having problems with a web server/client application. I can start the client without any problems but the day after, it is frozen and no button or measurement are working. Except from the Reload button with the function Reload project online. When
AD Comparison UserLevel and UserGroupLevel in clent side for validation access
Hi, I use Active Directory in projects. In global project I have few user groups, and have no users. List of users, feeds directly from AD. And I use events in service. How to check if logged AD user have access for clicked button either not? Action executes
context.Parent.Parent.Close(); on client side
Hi, would it work on client side context.Parent.Parent.Close();? When I trying to use that in Web Client Starter, client freezes. So if it work, what I need to do before using this statement? This is a migrated post! Originally posted on 20.04.2022 by
Default value ACL when no power supplied
Hi, Is there a way to change the default black color to Green if no power is supplied to a substation? I know you can change the clolor of the lines to Green but it seems to cause an issue with combine elements using ALC. If there is no power it defaults
M-bus trouble with variable set up
Hi, ;) I try to connect device with m-bus protocol. I have virtual com port on zenon server. Now, i dont know what i should put in offset in variable setup. I got the connection with device with some m-bus software. I got the frame from the device and
regarding zenon logic
I m trying to make a logic for getting output KWh of solar power station in every 5minit and also i need to get the difference of kwh (ie current kwh -(minus) previous kwh. how to make this logic in fbd. what is the function to move the integer value
Next Page