Recent Topics
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
Funktion Starte Programm mit CMD /C funktioniert nicht unter Windows 10
Servus, Habe mir eine Batch geschrieben, die mir ein Excel-Sheet aufrufen soll. Wenn ich die Batch mit doppelklick starte, funktioniert sie auch. Wenn ich diese Batch über einen Button mit der Funktion "Starte Programm" aufrufe dann öffnet sich ein CMD
Driver that zenon 10 must use to be compatible with the SIEMENS RTU software toolbox II
HI, We bought a zenon 10 license to be compatible with the RTU configured with TOOLBOXII software, so we have not been successful, the zenon 10 database does not contain the driver SATNET with AKSERVER . Please indicate the driver that is compatible in
regarding zenon project backup:-
hi, In my main project there are two sub projects are included. sub projects are switched between by the pop up screen which is created in the main project. my question is that, is there any possibility to create a project backup of main project that
Add In read/write Project Properties
Hi! I am scripting in C# to read for example the "Minimum password length" for starters. The idea is to be able to modify this and other parameters in runtime. the code I use: IProject context; context.VariableCollection["Debug1"].SetValue(0, Convert.ToInt32(context.GetDynamicProperty("MinPwLength")));
Variable Links Lost when importing Screens
Hello Guys When i import Screens from another project (version 7.5 to 8.2) i receive errors "Linked variable not found:". But the variable is created correctly and the link isn't lost. Someone can help me with this bug? I've atached two prints that shows
Changing linked property of a inserted symbol c#
Hi, So I'm currently working on a project for auto generated variable, screens etc. and I'm able to insert a symbol into the screen specified with my add-in, but I can't seem to find the correct way to change my linked property for a button. Example:
ComboBox set selection in vba
Hello I am using Zenon 8.20 ComboBox with dynamic items. For example (0,A;1,B) I need to set a value in the ComboBox in vba. I don't get this to work. How can this be done? I tried setting the string variable that is connected to the ComboBox. But this
Eigenschaften vom Datentyp ableiten
Moin, besteht die Möglichkeit, dass man über ein Addin das Ableiten der Datentyp Eigenschaften antriggert? Vielen Dank schon einmal! This is a migrated post! Originally posted on 29.03.2022 by user a_werner. Please be aware that information can be o
Report of production data
Hi, I tried to make an archive of my production data, storing the information for each unit that was produced on the machine in a production batch. I saved 8 data of each produced part. I had no problem with the file size, but when I tried to report the
OnlineVariableContainer with Initialvalues
Hello! Scenario: Our Addin is using HTTP Requests to push data. There are multiple values required to successfully push a dataset. One of this values is being changed every few seconds and is triggering our BulkchangedEvent in our OnlineVariableContainer.
zenon Version: 8.00 VS 8.20
Hello, i have 2 license First one: zenon Logic Runtime, zenon Editor, zenon Runtime, Process Gateway. (zenon Version: 8.00) Second one : Logic Runtime, zenon Editor, Unknown product (Service Engine), Process Gateway (zenon Version: 8.20) If i create a
Manual for Configuring IEC61850 Server & Goose in Zenon EE8.0
Hi Is there any configuration manual available for configuration of IEC61850 Server & Goose in Zenon EE V8.00 Regards Gaurav Shukla This is a migrated post! Originally posted on 21.03.2022 by user GauravShukla. Please be aware that information can be
Service Behavior while control element change color [Bug?]
Hi, when below code executes (attached) in running service, sometimes looks like service freezes. Seems code executes correctly (every time when I used debugger it works). But I suppose, when element in the screen changes his color (in that way as in
Service Destructor behavior (KeepAlive inside objs)
Hi, I have service, what is started when screen is opened. Inside of the service I have created few classes. Sometimes, when I operate on that screen, destructor of that service is called. How to prevent that behavior? Purpose is to save state of that
Client Dubuging
Hi, is it possible to debug client (Client Web Client Starter) running service by VisualStudio? What I need to do for this? This is a migrated post! Originally posted on 17.03.2022 by user Oleksandr. Please be aware that information can be outdated.
IEC60870 101/104 variable
Is there any difference between IEC60870 104 TCP/IP and DNP3 protocols? When I am using IEC60870 104 TCP/IP protocol I can't receive command processing. Should I create new variable (tag) additionally on Zenon? This is a migrated post! Originally posted
SICAM230 to Zenon10(EnergyEDT)Migration
Hi, For my project,i want to migrate(convert) SICAM230 to Zenon10(EnergyEDT).Is there a wizard for this? This is a migrated post! Originally posted on 17.03.2022 by user EmreDeniz. Please be aware that information can be outdated.
Event page alarm sequence
Hi, I have one issue with sequence of event, I am using 8.2 version. If The page of event opened and the IED sent around ten signals I am founding some alarms not in sequence as per time, the arrangements of alarms not as per time, I checked inside relay
ALM, show only last active alarm
Hi all.. I use Windows IOT OS and zenon operator RT 8.20 for industrial PC with touch panel. On specific Alarm message list screen (taken from PharmaHMI app set), I want to show only last active alarm, like on alarm status line. But sometimes it happend
Next Page