Recent Topics
Report Generator - Write value to hardware
Hi. I want to use the max, min result in report generator to write value to internal variables. I have read help file that has function for this purpose Write value to variable To write a value from the Report Generator to a variable, enter the variable
IEC104 General Interorgation
Hi I need to send command GI from Zenon 104 master per hour. In manual that "By creating command execute with TYPE=100, QULIFIER=20 (VALUE=TRUE or FALSE), you can start a general interrogation manually " so this is in command processing. But it can not
Poll ALC drain
Hi, I'm trying to figure out how to poll a ALC drain from C#. It's described in the help like this: "Drain : This function type has no effect on the coloring. With the help of VBA you can however poll if this device is supplied." But can't find in the
REG: cel and alarms not visible in zenon 7.50
Dear Team, In my project , suddenly all alarms , cel not visible , it is showing blank and archive continuously logging , if i tries to filter my archive data, that filter also showing blank nothing date and time visible ., if i restarted the PC , all
Pop over
Hallo, Gibt es eine möglichkeit eine POP auf bilder bei ZENON-RUNtime zu aktivieren? Zum beispiel würde ich gerne wissen, was bedeutet ein Symbol,wenn ich dem maus daneben bringe. Auf meinem Anhang , würde ich gerne information ,wie : PUMPE ,ADICOMP..
Freie text
Hallo , Gibt es eine möglichkeit auf dem zenon runtime eine Fenster zu stellen, womit man eine freie Text schreiben kann ? Mit freundlichen Grüßen Alex This is a migrated post! Originally posted on 06.06.2019 by user Alex Takam. Please be aware that information
Reports automatisch in PDF exportieren
Hallo Zenon Familie, Ich benutze Zenon 7.00 SPS0 build 25, Ich würde gerne meine monatliche Reports als PDF exportieren , auch wenn möglich ist automatische am ende des Monats automatisch exportieren. Kann jemand mir erklären , wie das geht. Moment werden
Stop alarms during no production
Hi, I have created some alarms from the machine and grouped them machine wise and I want to stop all those alarms during weekends and only during shift running. I am thinking to create the function alarm active/inactive is it the best practice or any
Cycle read file
Hi All, I use this code to read data from a file: The first time I run, It's correct, like this: I saw that the ID1 increase step by step, and then when ID1=32 then return to 0, it's not correct, like this: Could you please help me to solve this. This
Windows Key Lock for operator.
Hi all, I need to disable windows key as well as ctrl+alt+del function for operator but for the admin login he should be able to access these keys. This is a migrated post! Originally posted on 04.06.2019 by user nivish. Please be aware that information
STRING to TIME
Hi All, I read a string from *.csv file : 15-05-2019 09:00 How can I change this STRING to the right time? I used ANY_TO_TIME, I just only get time==15ms. Thanks. This is a migrated post! Originally posted on 04.06.2019 by user kieuminh. Please be aware
Zenon 7.20 and Zenon 8 backup conflict
Hi, i had already installed Zenon Version 7.20 SP0 Build23281 32Bit on my pc and i work on it for a long time, but now i have installed also Zenon Version 8.00 SP0 Build50155 64Bit on the same pc The problems are: -when i open one version 7.20 or 8 automatically
Zenon in tablets
Hi Support, I want use Zenon in a tablet (Android and/or iOS) to control and monitoring a process (not only monitoring a few values in an app like Everwhere Server) as if I was in a Operator Workstation (client). How I can do that?. I was thinking use
Reading Values with the DDE-Driver from Excel
Hi! I am trying to read a column from an Excel-table into an array in zenon. In order to do that I created a DDE-Client-driver and a DDE-variable. Name: EXCEL_Value Server: EXCEL Topic: [AUFTRAG.XLSX]SHEET1 Item: R1C1:R8C1 Then I imported the variable
Message Control with Attachment
Hi Support, How i can send an attachment via e-mail using Message Control? And what its the maximum size of the file?. Thanks in advance for your support. Regards, Jose This is a migrated post! Originally posted on 31.05.2019 by user jose.torres@indexum.com.
To Write Value in Variable with Status
Hello, Is it possible to write the variable with status in zenon? I have tried using below program. Sub Dummy() thisProject.Variables.Item("T01_1_2_Command").SetValueWithStatusEx 1, 1078067200, 65545, Now, 666 End Sub Using this program I Get the value
Zenon Notifier App
Hi, I have configured zenon message control and I can receive the SMS in my phone. However, it shows in the standard SMS instead in the apps. Does anyone know why it wont shows in the Zenon Notifier App? Thanks This is a migrated post! Originally posted
IEC 60870-5-101 Line Redundancy
Hi, We are designing a SCADA system for substation with Zenon Energy Edition V8.0. Client wants that, SCADA will get signals from field devices with IEC60870-5-101 protocol. There are 2 serial ports on the computer and also field devices have 2 serial
Recipe Search in runtime
Hi All Im running zenon operator 8.00 with standard recipes and the process requires lots of slightly different recipes. Is it possable to filter/search the recipes by typing the first few letters in the runtime? to help the operator find the correct
Webclient funktioniert nach einiger Zeit nicht mehr
Hallo, Ich habe folgendes Problem: Bei einem Kunden habe ich einen Zenon Server (Vers. 7.11, Build 12493) und ca. 15 Clients auf denen Zenon mittels WebClient läuft (vers. 7.11 SP0 Build 18023) Zenon läuft auf diesen Clients eigentlich einwandfrei aber
Replace indices not working on screen switch
Hi, I'm trying to replace some indices during a screen switch via VBA. In my VBA code i see the indexing variables is showing correct values. Debug.Print (ThisProject.Variables.Item("F2Values[0].DepID").value) Debug.Print (ThisProject.Variables.Item("F2Values[0].VarID").value)
Filter the list of Recipes
How can I filter the list of recipes displayed ? I want to fllter by name ie if the contains certain strings or by the value of one of the variables in the recipe. ie all the recipes that contain the string "Big" or "Med" or "Small" alternatively I could
Tooltips and Text Condition from variable description Zenon 8
Hi, I'm on Zenon Energy 8. Isn't possible to assign a dynamic tooltips via a variable description? And isn't possible to do the same for a entry in a "Text condition" in a combined element ? Thanks! This is a migrated post! Originally posted on 22.05.2019
Send COMTRADE in an e-mail
Hi Support, I know its possible get COMTRADE files from IEC61850 relays using file transfer properties and also zenon logic (automatic reading). But, if i have already the comtrade file in the Zenon server, could i send this file to an e-mail using ZEE,
how to create pop up
I am new to zenon. I have around ten number of valves. When i click on a valve it should open a popup for accepting valve parameters. The popup is common for all valves, but with different variables. Can anyone please help me on how to do this This is
Execute Function Block in Straton
Hello, What is the role of execute block in Straton? Can we provide command (e.g. T45 COA=1, IOA-2) without using command processing window if we use this block in straton? Regards, Rahul I. This is a migrated post! Originally posted on 24.05.2019 by
Zenon RT Services won't start on Standby Server
Hi , We arranged a simple network topology : 2 Servers(A primary and a secondary/Standby Server) and one client(that will act as an engineering system too). When we try to connect remotely to servers and start runtime project on them, everything goes
Execute VBA function only if an user has administrator privileges
Hi, I'm on Zenon energy 8.00 and I have a button with a linked function on "Mouse event - LeftClickDown". I set up an Authorization Level on my button to execute the VBA Macros, but if I don't have an administrator level, I receive the Zenon message "You
MATHDR32 counter variable problem
We have system with 2 redundant servers ver. 7.0 and 2 clients. We count working hours for few machines using MATHDR32 variables that are recorded in historian. After a accidental power loss the servers restart and some (not all) of the counter variables
Can zenon read data from a *.csv file
Hello, I have a *.csv file with variable.value and variable.timestamp. How can I use zenon to read data from *.csv file to adapt with internal-variable.value and internal-variable.timestamp. Type of variable is real. Thanks & Best regards, Minh This is
Using the Scada.Addin.Contracts API For XML Imports
Hi Guys, I have run into some issues with the Scada.Addin.Contracts API / XML Import / Exports. Regarding the format of the XML File format for driver and other config xml files, Regarding how the DNP3_TG driver imports. I created two GitHub issues here
Zenon License Package
Hi, I know certain functions in zenon will be limited by license such as message control but does anyone know is 'Time control' function also limited by purchased license? Thanks Regards Shaun This is a migrated post! Originally posted on 14.05.2019 by
Zenon Trending Graph
Hi, does anyone know why this will happen in a trending for total power consumption. Historian was set to 1 min for it and it was normal before and being abnormal at certain period of time as shown in pictures. This is only one variable and I'm no sure
Linking Rule, several entries sytax
Hello I have some concern with substitution. The unique part of the string that I want to replace occurs twice in the variablename. For example I want to replace in the two example variables below [LEFT] VL:22.FDR:.ADA:ONOFF_M should look like this [LEFT]
Zenon Trending Configuration
Hi, does anyone know how to have a trending of 5 min interval for a day providing historian having a recording period of 1 min? Thanks This is a migrated post! Originally posted on 09.05.2019 by user shaun. Please be aware that information can be ou
Private Key password for Zenon OPC UA Gateway
We are working on communication between Zenon OPC UA Gateway Communication with Matrikon UA Tunneller. We have the certificate (.der) and a private key (.pem) exported from Zenon OPC UA Gateway. However we also need the Private Key Password that were
Straton - Fieldbus configuration API
Hello. How change parameters in fieldbus configuration in C/C++ (for example Interface or Device address)? Do you have API for this? This is a migrated post! Originally posted on 07.05.2019 by user mhanusek. Please be aware that information can be o
C# program executed cyclically - Zenon 8.00
Hello, I'm developing a C# program to read data from .txt files and write this data in zenon variables. This application intends to be executed cyclically by zenon (i.e. each 2 hours). I would like to know what is the best way to implement it, if using
Differences between Historian
Hi, What are the differences between the modules: Historian with SQL Export (ZM-ARCHEXP) and Historian SQL Server Interface (ZSQLSRV_EXSQL)? Thanks in advance for your support. Regards, Jose This is a migrated post! Originally posted on 04.05.2019 by
Setting dyn proprties for BackColor & LinkedFont to indexed values
Hi, I'm trying to set the DynProperties for an element but its not liking it as I'm trying to set them to 'linked' values. elbutton.DynProperties("BackColor") = "8000000E" elbutton.DynProperties("LinkedFont") = "Standard font2" Help file & forum searches
Next Page