CEL Tabelle: Schriftfarbe lässt sich nicht ändern
Hallo, Release mit Build 17930 Bei der CEL Tabelle lässt sich die Schriffarbe (Tabelleninhalt) einstellen, wirkt sich aber nicht auf das Ergebnis aus. Die Schriftfarbe ist immer schwarz. Bei der AML Tabelle funktioniert es einwandfrei. Bitte unbedingt
zenon logic
Hello all, I'm new in zenon logic and I have some tasks to solve. we are going to make simulation project in zenon logic for substation operators training. So the project must satisfy these requirements. 1. when I send command, logic should response and
Module "Command"
Hello there, I would like to ask about Energy Edition module: "Command" Which drivers are supproted in this one? I am trying to establish command group for Modbus Driver, but it doesn't work. Is it possible to use commands on this driver? This is a migrated
Function parameters - dynamic change
Hello, I am working with Zenon 7.20 and am trying to create a faceplate for some elements (e.g. valve, pumps etc). I have created a Valve data type: - Status: open/close (values 1/0) - CMD: auto-on / auto-off / manual-on / manual-off (values 1/2/3/4)
Tagesfahrplan anzeigen
Hallo. Gibt es die Möglichkeit eine Zeitliste/Tagesfahrplan aus dem Scheduler zu generieren und als Liste in einem Bild anzuzeigen? Mit freundlichen Grüßen, Michael Götz This is a migrated post! Originally posted on 23.03.2015 by user mg_anc. Please be
Idea to display zenon network status on WebServer start page
starting the webclient is usually done via accessing the WebServer startpage (index.htm). when the WebServer startpage is then shown on the client computer (where the WebClient should be started) there is no information (yet) i.e. - if the Runtime Server
WPF User Control in VSTA ProjectAddin erzeugen und in Zenon 7.11 verwenden
Hallo, Ich möchte in VSTA zur Laufzeit (ProjectAddin) ein "User Control (WPF)" erzeugen. Dieses möchte ich dann unter Zenon als WPF-Element einbinden. Ist dieser direkte Weg möglich, oder muss ich den Umweg über eine .dll-Datei gehen? This is a migrated
Access to pitch angle in C#
Hey! I want to change the pitch angle of a quarter circle. C# Code: zenOn.IDynPicture Faceplate = this.DynPictures().Item("Faceplate_01"); zenOn.IElement element = Faceplate.Elements().Item("Gauge_1"); What are the properties of pitch angle ? This is
c# WPF Binding Properties
Hallo, ich möchte Properties einer WPF ComboBox mit Hilfe von Binding beschalten. Die ComboBox.ItemSource wird an eine ObservableCollection gebunden. Als "Rückgabewert" wird der SelectedValue an das Property ComboBoxReturnValue(int) gebunden. Den DataContext
How to Access a from inside a dll from zenon editor
Hello every body, I have developed a dll and embeded it in zenon with ActiveX element. Now I want to open a form which I placed in dll project dy clicking on the element in zenon editor. Can I do it by using Reflection? The dll project has been developed
Alarm Variable Authorizatiion
Hello, I want add authorization for acknowledging the alarm variable. I have searched for adding authorization to the variable but i couldn't find it. Please Help me. Thanks & Regards, Vishnuteja This is a migrated post! Originally posted on 16.03.2015
Variableninhalt exportieren
Hallo, ich stehe vor einem Problem und weiß nicht wie ich das lösen kann. Ich muss den Inhalt einer Stringvariable in eine Datei exportieren. Folgenden Ablauf: Ein Anlage bekommt von jedem Bauteil auf dem Werkstückträger die Identnummer. Diese steht dann
automatische Skalierung in Zenon 7.11
Hallo, ich finde es echt Klasse, das es in Zenon jetzt die Möglichkeit gibt, sich die Trends automtisch skalieren zu lassen. Aber leider nimmt die automatische Skalierung immer den Max-Wert aller angezeigten Werte als Skalaende. Dies sieht wenn die Werte
RT stürtzt bei Mailversand ab
Hallo Zusammen, ich versuche via SMTP eine Mail zu versenden. Es wird ein eigener Mailserver verwendet, es sind keine Zugangsdaten nötig. Immer wenn ich eine SEND Funktion in der Runtime starte, stürtzt diese ab. Sehr ominös :confused: Der Diagviwer zeigt
Trend from Reports
Hi again! :) I've created some reports(.xrs) in Report Generator and show them in runtime via "Report Generator" screen type. I want to add on this screen button "Show Trend". After clicking this button, new screen with thend must be shown(with variables
Report Generator - Filter
Hi! Could anyone tell me, why "Replace" doesn't work in Report editor? Look at picture.... Variables are "Average" in Aggregate archive. This is a migrated post! Originally posted on 12.03.2015 by user diemon. Please be aware that information can be
IEC850 Variables not getting updated in Alaram List
Hello, I have used alarm message list in the footer. The Problem is whenever there is a alarm for IEC850 variables,alarm list is not getting updated until reload the load of the project.For internal variables it is getting updated immediately without
How to set the symbolic address????
Hi, I am able to create Variables in an open Zenon Editor. Unfortunately I can't find any property which has the name SymbAddr (like NetAddr or BitAddr). How can I set the symbolic address in a subitem?? Here is my code... C# Code: // add variable to
Filter-Variable diagnosis screen
Hi support team, Thanks for your regular support and help. I have a problem with filter profile in variable diagnosis screen. I created variable diagnosis screen.Added variables.Also created screen switch function. But in Runtime I want filtered variables
Adding IEC850 driver variables in CEL
hi, I want to display IEC850 driver variables in chronological event list(CEL) when there is change in the value. Is there any way to display the variables in the CEL without setting the flag of 'Chronological Event List' in the 'Limit' section of the
The file zenon6.ini in version 7.10 for CE does not contain the SERIAL7 entry.
The file zenon6.ini in version 7.10 for CE (all versions : 600 and 500 and x86 and ARM) does not contain the SERIAL7 entry. When you start zenonRCE.exe there is a dialog bow that opens with this message: "The program cannot be started, because there is
set up servers for redundancy
hello everyone I have this architecture and IEC61850 protocol. This configuration includes: - 8 relay GE MULTILINE - 2 SEL3354 servers - 2 switches SEL2730 - HMI Panel PC I have successfully communicate with any relay with IEC61850 protocol. but I have
Mathematikvariable wird beim Nachladen auf 0 gesetzt
Hallo, ich habe ein dringendes Problem. Wir berechnen uns mit Hilfe einer Mathematikvariablen die Verbräuche für den Tag, Woche und Monat aus. Die Berechnung geben wir immer nur ganz kurz frei mit Hilfe der Eigenschaft Berechnung aktiv. Soweit funktioniert
Add Variables with C# to Zenon (Editor-Mode)
Hi, I am searching for a solution to add variables with C# to an open Project in the Zenon Editor. I am currently using the following code... C# Code: this.zVariable = this.zProject.Variables() .CreateVar(psVariableName, null, tpKanaltypes.tpSystemVariable,
Calling different programs in Zenon Logic
Hey there everyone! I would like to write program with some functionalities which will be helpful in our company. It will be the same blocks, but with different parameters - is it possible to use 1 scheme like sub-program and just pass parameters from
Using IE11 with ZENON 6.51 web client
Hello, On our plant is installed a Zenon web server with 25 view only web clients. On all Windows 7 computers, IE11 is installed. On few of those computers when VBA is activated an error occured at activeX startup and ZENON client will not start. On other
How to deploy .NET Activex
Hello, I have developed an activex in Visual Studio 2012 and I want to deploy it. If I build the project in local machine where I have develoed the control every thing is ok and it works ok. But if I make a installer for it and install the activex control
Direktkommunikation zur ControlLogix
Hallo zusammen, Ich möchte gerne mit straton über eine Ethernet/IP Verbindung zu einer ControlLogix L72 kommunizieren. Hat jemand eine Beschreibung was alles in straton und auf Logix Seite einzustellen ist? Gruss, Patrick This is a migrated post! Originally
Variablen in C#
Hallo, wie kann ich in C# Variablen verwenden, die ich in Zenon über den Variableneditor generiert habe? VG Robs This is a migrated post! Originally posted on 03.03.2015 by user robs. Please be aware that information can be outdated.
Zenon 7.11 as service
Hi. How can i run Zenon 7.11 as service? http://www.copadata.com/forums/showthread.php?t=2419 : REQ1454 - zenon as service This is a migrated post! Originally posted on 03.03.2015 by user diemon. Please be aware that information can be outdated.
example useing JS_DEADTIME
I am trying to do a simple analog simulation for a PID loop. I want the output to lag the input in a first order lag response. I wrote the following code in a UDFB when call the FB from a main program it did not react as I expected. Do I need to use JS_LEADLAG
MODBUS TCP bei Unterbrechungen
Hallo Forum, das Zenon SCADA kommuniziert mit einem MODBUS-TCP-Slave. Bei einem Ausfall (oder Tausch) des Slaves "vergisst" dieser allerdings die zuletzt gesendeten Werte. Diese sollen bei wieder vorhandener Kommunikation zum SCADA wieder frisch gesendet
Runtime symbol load time
Hi all, i am working in Zenon 7.11. i have added symbols in project screens. But in runtime symbols are taking considerable time to load. What is the the reason for this..please help. This is a migrated post! Originally posted on 27.02.2015 by user jahidbagwan.
Sending variables to a Table in MS-Access using SQL
Hi friends, I am working on a project with about 100 floating point variables that need to be logged to a table in MSAccess using ODBC & SQL. These are passed on to a higher level ERP system that refers this table. In Zenon Editor Help/SQLDriver/Driver
IEC 61850 to send variables from SCADA to ZENON
Hi, I managed to pull variable values from Straton to Zenon SCADA with IEC 61850 but I would also want to send values from Zenon SCADA to Straton with IEC61850. Is this possible in some way? Best, Jonas This is a migrated post! Originally posted on 25.02.2015
IEC 61850 to send variables from SCADA to ZENON
Hi, I managed to pull variable values from Straton to Zenon SCADA with IEC 61850 but I would also want to send values from Zenon SCADA to Straton with IEC61850. Is this possible in some way? Best, Jonas This is a migrated post! Originally posted on 25.02.2015
WPF Pie Chart real time update
Hi I have follow the blog (http://blog.copadata.at/wp/using-the-wpf-element-combined-with-additional-assemblies-pie-chart-1/) to create the WPF Pie Chart in Zenon. But the Pie Chart only update when I switch to its screen everytime. How to make this Pie
Partial variable update with XML
Is it possible to create and varible XML import file such that it updates some information .ie the address offset of an varible but leaves other configuration of the varible unchanged? So I would want to update address offset but leave all of the limit
Helvetica font
I am upgrading an old system that used Helvetica font. Is it possible to install other fonts for Zenon text? If so are there any issues with doing so? Bill Sneddon This is a migrated post! Originally posted on 23.02.2015 by user bsneddon. Please be aware
CE Install and Opertaion
Hello you Guys i am new with Zenon and i have to install Zenon ( 7.11) on some Touch Panels, the brand is WAGO and has Windows CE 6.0 but i don't Know Exactly how to install Zenon on Windows CE.?? Any guidelines?? Thank you very much Saludos This is a
Next Page