DR Directory Data View
Hi, I had fetched DIR data from relay it shows in "*!Directory" variable. Relay consist of multiple DR files. I used dynamic text element to view that file, though it have multiple data view could not able to view all in single time. Is there any option
Changing Identification of Variable
Good afternoon, I want to change the Identification text of a variable during the runtime using a dynamic text element. The reason behind it is the following: I want to make a flexible system that can be implemented on different sites. Where the user
ProjectServiceExtention Stop() Status
Hi, I have created add-in, and try to execute him few times, after pressing button. For first one click, he executs, but for second on he is not starting. When I open window "Manage Service Engine services", against of add-in his status as "Started" (but
AML/CEL Filter based on Variable
Hi, I was wondering if it is possible to filter an AML/CEL s.t the filtering is based on a Variable? E.G.: NAME_TO_SHOW="UNIT A" Show all alarms from Variables which contain NAME_TO_SHOW in Variable identification. Of course I could define separate screen
Scaling values in Zenon 8.2
Hi all, I'm polling values from a PLC using DNP3_TG driver. The PLC provides analog values for Phase Currents, Voltages, Power.... Some of the data needs to be linear scaled down/up by 10 to represent the correct measurement. Is there a way to do it in
projektübergreifende CEL?
Hallo zusammen, früher hatten wir einfach ein Projekt, und in diesem waren alle unsere Steuerungen integriert. Inzwischen ist das Projekt deutlich gewachsen und wurde deshalb in ein Integrationsprojekt und mehrere Unterprojekte aufgeteilt. Seitdem habe
Standard Recipes grey window
Hey! I'm working with 64 bit ZEE 8.20 build 67700 and I encountered a problem. I was working with Standard Recipes window and it worked fine when I had only one recipe defined. When I defined a few other recipes, I couldn't access any other recipes anymore,
Empty General symbol library
Hello, I'd like to ask for a help. My General symbol library is empty. Is it possible to find somewhere the basic symbols and import them? Where are they if so? I'd like to use the symbols as on the screenshot below, it's from Energy edition training.
CSV file import error
Hi, I'm trying to import a CSV file in utf-8 encoding(Converted to .txt form using excel) for the variables list to create variables and for some reason, Zenon throws an error that the import cannot be carried out everytime I try to import variables using
Some of numerical display value = -nan(ind)
Hi all. What is the meaning of variable value -nan(ind)? Variable outside range or?! Best regards, MK This is a migrated post! Originally posted on 17.09.2021 by user milosh. Please be aware that information can be outdated.
Write multiple SDO in canOpen
hi is there a way to write multiple sdo at one time ? function coWriteParam function block write only a single sdo This is a migrated post! Originally posted on 10.09.2021 by user mos89. Please be aware that information can be outdated.
Adding notepad
Hi, I would like to ask, is there any function that I can use to call external application in the runtime. Eg: I would like my operator to leave a note. Thus, by single click he can open notepad and write the note on it through runtime. Thanks in advance
Problem importing runtime files
Hello, I have an issue with bringing back the runtime files from the hmi to my laptop. I manage to connect succesfully, *** Received system status from remote computer: Computer name: DESKTOP-T99A620 Operating system: Microsoft® Windows® XP/Vista/7
Zenon 10 installation failed. Reported "Error 0x80070643: BA aborted execute begin"
Need help! Failed to install Zenon 10 in Windows 10 (20H update). Tried numerous way (uninstall VC redistributable, .net, DB...), no clue how to solve this. The LOG show errors below (or can get the full log in attachement): [3404:1BB8][2021-09-04T22:04:44]i000:
Time Control is not executing any task
Hi community I am having a problem with executing tasks with the Time Control of Zenon. A lot of testing and forum search has been done by me at the last days without fixing the problem. We are running two Zenon server in redundancy and a client. All
VSTA does not work on WebClient
Hi, After upgrade version 8.00 to 8.20 VSTA macros stopped working. The zenon6.ini file has [VSTA] ON=1 CSHARP=1, the general application settings "Enable VSTA" in the zenon startup tool is checked. Macros work propely on the other runtime (zenon ediotor
C# WPF ViewModel-Variable über DependencyProperty mit zenon Variable verknüpfen
Hallo, ich möchte eine Variable aus dem ViewModel eines WPF Control, dass nach MVVM designed ist, herausführen und mit einer zenon Variablen verbinden. Als Beispiel habe ich dazu das "simple" WPF Control aus der zenon online-Hilfe (Addieren von zwei Zahlen
Draw line dynamically?
Hi all. 1. How to dynamically draw polyline on scada screen? We have 10 measuring points, which should be connected with lines. About every 5 minutes, scada get meas. value. 2. Extended trend - how to clear trend on variable change. So, when variable
Addin lose COM connection
Sometimes during runtime addin lose COM connection to Zenon Runtime and execution locks in member access call like "context.Name". No way to exit from this condition other than restart runtime. How do I have to change code? Try-Catch block doesn't help.
IEC61850 and Process Gateway IEC870Slave Direct Command Execution with Interlock check
Hi, I have a Zenon Energy Edition communicating to x IED's in IEC61850. A dispatch center is connected to the Zenon using the process gateway IEC870Slave. I have a question about commands sent from a dispatch center without using the Select Before Operate
CEL/AML Data Loss with PC shutting down unexpectedly
Hello, I wonder is there any option to prevent data loss in AML/CEL when PC or (runtime-service engine) shutting down unexpectedly? Or is proper shutting down only way to avoid this kind of problem ? Thanks for help WIN10-64BIT zenon8.2 This is a migrated
TABLE .ALARM en .CEL not created in SQL database
Hello, For some reason when I create an Export CEL/ALM function that has to Export de CEL/ALARM to the SQL database the table that I want to create is not created in the database that was selected after closing the setup dialog. (dbo._ALARM or dbo..CEL).
Reset zLogic soft plc from Runtime?
Hi all. Is there any way to reset soft plc from runtime? BR, Miloš This is a migrated post! Originally posted on 23.08.2021 by user milosh. Please be aware that information can be outdated.
"smart object" using .vba macros
Hello, in the smart object tab I cannot edit macros as it is possible in the main project. The VBA macros tool seems to be available but no way, to import or edit it, is available. Please inform me about the way I can edit vba code in the "smart objects".
Reaktionsmatrix mit Excel (o.ä.) editieren
Hallo, ist es möglich eine Reaktionsmatrix außerhalb von zenon zu editieren? Vom Editor wird die rema.bin-Datei erzeugt. Diese möchte ich mit einem anderen Programm öffnen, editieren und auch wieder speichern. Geht das irgendwie? This is a migrated post!
60870-104
How setting 60870-104 protocol command. Command signal is dauble bit. This is a migrated post! Originally posted on 18.08.2021 by user battsooja. Please be aware that information can be outdated.
How to create enumerated data type in zLogic?
I would like to create enumerated data type like NAME INT PHASE_IDLE 0 PHASE_START 1 PHASE_IN_PROG 2 PHASE_STOP 3 But I'm not sure how to do that? This is a migrated post! Originally posted on 17.08.2021 by user milosh. Please be aware that information
Variable substitution fro context menu?
Hi all. I have one context menu with varibale set value 1 - PAR_varname 2 - PAR_varname 3 - PAR_varname Screen with parameter substitution on different button click where params can be E1, E2, T1... But it does not set the values... Does parameter substitution
Read database files on different computer
Hello, I want to pick up all database files from Zenon 8.10 machine (alarms, events, historian data...) and read them on another Zenon machine. What is the best way for this operation? Any suggestion? Best regards This is a migrated post! Originally posted
Maintenance_SO_CD_Diagnostics_XXX screens not editable?!
Hi all... I use Pharma HMI demo application set, but when I try to modify Screens with name Maintenance_SO_CD_Diagnostics_XXX it can't be done. All these screens are "read-only", no possibility to insert elements etc. How to unlock these screens for editing?
PID in zLogic?
Hi all... I would like to know, did someone use PID control in zenon logic? What is th menaning of DEADBAND_Error parameter? Here is Deadband in relation with PV an previous PV... (PVPrev-DB < PV < PVprev+DB) error stays the same as in prev. cycle? What
Bilder direkt aus dem Explorer laden und anzeigen
Hallo, Ich würde gerne mit einem SPS Signal auf einem Bild direkt eine Grafik anzeigen lassen. Mit welchen Zenon Mitteln wäre das am besten um zu setzen? Hat jemand von Euch so etwas schon mal gemacht? Vielleicht habt Ihr ja für mich ein paar Tipps. Vielen
Scada - plc reconnection
Hello All, I am using a SIEMENS S7 TCP-IP DRIVER to communicate with S7-1200 PLC (ZENON SUPERVISOR) . I am having 3 S7-1200 PLC. PLC1 has 424 tags, PLC2 has 381 tags and PLC3 has 2333 tags. I am facing an issue with the SCADA - PLC Communication Reconnection
? disable/unistall editor and keep runtime
Hi, here on our servers, zenon editor 7.60 and zenon runtime 7.60 are installed. Now I would like to disable/uninstall the editor, but keep the runtime. I would like to do this, because the SQL server sometimes produces a lot of CPU load, such that the
Can't run "subproject VBA function" from integration project.
Hello. I have integration project with 6 subprojects. One of the task is to running some subproject VBA functions from integration project main screen. For example, I use the code like this: ApplicationED.Projects.Item("SUBPROJECT_NAME").RtFunctions.Item("SUBPROJECT_FUNCTION_NAME").Start
Analyzer OEE Template Report
Hello All. Does anybody know if there is a step by step on how to use the OEE Template in Analyzer? I have been trying to use the Help, but this report seems to be tricky. This is a migrated post! Originally posted on 22.07.2021 by user ronei_candido.
I need to predefine which variable to display in the report in runtime
In my recent project I am facing some issue, Previously I am displaying a set of 50 variables in the report, I am using report builder and report viewer , now the new requirement is the customer need to select the particular variable out of the 50 variable
Filtern nach Variablen
Hallo, wir haben ein Projekt mit sehr vielen Variablen (200000+). Hier sollen zur Laufzeit einzelne Variablen mit einer bestimmten Endung in einem Addin gefiltert werden. Aktuell setzen wir dies mit einer For-Schleife um. Das benötigt sehr viel Zeit bis
rweiterter Trend Diagramm X-Y Darstellung ?.
Hello, Ich würde gerne ein Diagramm anlegen mit einer x-y Darstellung. Hierzu habe ich ein Bild erstellt mit dem Typ erweiterter Trend. Dazu dann die Bildumschaltungsfunktion, bei der ich dann auch in die Parameter eingabe komme, soweit funktioniert noch
Datentyp zuweisen
Moin, ich habe noch ein weiteres Problem. Ich weise im Zenon Editor über ein Addin, Variablen bestimmte Datentypen zu. Dies mache ich wie folgt: variable.SetDynamicProperty("ID_DataTyp", BeispielDatentyp.Id) Das funktioniert soweit auch gut und
Next Page