Recent Topics
Webclient in IE10 on Windows 7?
Does the webclient work in Internet Explorer 10 on Windows 7? Yes, the zenon 7 webclient works in Internet Explorer 10 on Windows 7. When using VBA / VSTA on the webclient, the same applies as for older IE versions - the VBA 6.3 setup must be executed
Report Generator Run Time Text
Hello Everybody... I am trying to create a report like RPT-Snap. Everything is OK except displaying Month and Year (Highlighted in red color in RPT-Snap). Please Help me to obtain the following task, Once I select the Month and Year at run time by time
Set Value for Internal Variables (Itern) during Runtime
Hi, I've been trying to set the value of a internal variable during Runtime but was not successful. In the end, I checked that ReadOnly returns true. It is not possible to change the value of a internal variable during Runtime? Please help me. Thanks.
Driver configuration file
Hi, we change often the IP address(communication between SCADA-PLC). We create a button that call configuration file(IEC870_IEC 60870-5-101_104.txt) and the operator can change the IP address. Of course we write that the new IP will take effect only after
System messages
Hi, how to exclude system messages (like: system is restarted) from CEL? Regards. This is a migrated post! Originally posted on 10.06.2013 by user tihomir. Please be aware that information can be outdated.
linking multiple projects
Hi, I am facing an unusual error. I have linked three projects together. The issue is when I run the primary project it opens the screen of the third project, rather than opening the screen of the primary project. This is a migrated post! Originally posted
Report Generator
Hello Everybody, I am trying to make a report generator with Archive datas. If I like add the variable directly, there is no problem. But when I am adding variables from Archive, It is allow me to write a "Report function" as "=archive(1,"value","bottom")".
$_Parameters of Symbols
Hello everybody, I'm trying to manipulate the $_parameters of a Symbol from project bibliothek. it works like this ...set_DynProperties(@"$_Hintergrund\BackColor", "8000001B"); By executing the Makro I get an error, that there is an invalid Value : $_Hintergrund\BackColor
Background Color of Button doesn't change
Hi, i want to change the Background color of buttons in the RT in a function, when clicking on it i do in a macro public void Macro_ColorChange { this.DynPictures().Item("Picture1").Elements().Item("Button1").BackColor = 0xA0ACB3; this.DynPictures().Item("Picture1").Elements().Item("Button2").BackColor
mouse event
Hello Everybody, have Problems with following code. The Event does not raise, when i click on a button. i have it also testet with other Events like dblClick and so on.. but nothing happens. thanks for help. zenOn.DynPictures zScreens = new zenOn.DynPictures();
Change of Background Color of Button at RT screen
Hi Everybody, i want to change the Background Color of a button on a RT-screen in a VSTA Macro. like this this.DynPictures("MyPicture).Item("MyButton").BackColor("green"); i know this doesnt work. Is this possible ? This is a migrated post! Originally
Keyboard
Hi, how to achieve numeric keypad appears when want to send value to PLC? On screen should appear max. and min. value as well as value which is currenty typed. Thanks. Regards. This is a migrated post! Originally posted on 06.06.2013 by user tihomir.
How to start and stop driver simulation project from runtime?
Hello, colleagues In Editor there are 4 modes for driver configuration. I used driver for IEC60870-104 protocol. I use Straton for driver simulation project and in driver configuration I select mode “Simulation-programmed†for this case. It work well.
Zenon 7 registration error with "ZenDbSrv is running" message
Hello, support team! I try to switch into 7.00 SP 0 Build 5 on my windows 7 32 bit from 6.51 SP 0 Build 14 using Startup Tool. During this process I get error window (see attachment), then Startup Tool finished its work. How to start 7.00? This is a migrated
disabling of Splash Sreen at RT
Hi everybody is it possible to disable the splashScreen in the RT, or to make the time shorter ? Thanks for help This is a migrated post! Originally posted on 06.06.2013 by user armins. Please be aware that information can be outdated.
Trendkurven in Report darstellen
Hallo, ist es möglich in einem Report ein Tagesdiagramm eines Trends darzustellen? Sollte am Ende in etwa so aussehen wie auf dem Bild: http://www.copadata.com/forums/attachment.php?attachmentid=1060&stc=1&d=1370508486 Grüße Johannes This is a migrated
DNP Driver Error...
Hello Support. During My testing I got the following Error (Shown in attachment) while starting the Runtime. And these error will not be there .. if i uninstall and install the whole zenon again. then It work Fine. Can Anybody advice, why that error comes
Report Viewer
Hello Everybody, I am trying to make a report viewer with 2 Archieves. For Example, Archieve1 is having Yesterday production Archieve2 is having Today production I need to add the 1st Archieve to the 1 st column of the table and 2nd Archieve to the 2nd
Text padding in screen elements feature request
Hello, support team! I want to talk about such needed thing in creating a good user experience as text padding. Now if we use, for example, dynamic text with horizontal text alignment left or right then there is no distance (may be 1 pixel distance) between
Exporting Array Variable
Hello Everybody... I am trying to export the internal variable in array in .csv format. But it is not exporting. Output window is also giving error message as a "No variables exist which can be exported". When I am exporting other variables in .csv format,
Report Viewer: Hoch- und Querformat mischen
Hi, ich erstelle in meiner Anwendung einen Bericht mit Report Viewer. Ist es möglich, einzelne Seiten dieses Berichtes in Querformat, die restlichen in Hochformat darzustellen? ZenOn 7.1 Vielen Dank. alex This is a migrated post! Originally posted on
web server stopping
Hello, For unknown reason the my Web server stoppes by itself from time to time. - What could be the reason? - Is it possible to show in Run time the status of web server (started/stopped, number of clients) - is it possible to create a function to automatically
Recogize if Hardware has changed, WndProc
Hi, i have to recognize if hardware changes (Usb-Stick is plugged in). i found an idea in the internet, which works on a normal C# Programm const int WM_DEVICECHANGE = 0x0219; //see msdn site protected override void WndProc(ref Message m) { if (m.Msg
Free memory (%) variable - for what kind of memory?
Hello, support team! Now we playing with Hardware resources variables of SYSDRV driver. Free memory (KB) value is equal with windows task manager physical memory available value in MB - we have not any question about it. Free memory (%) is much greather
Alarm Dynamic Limit
Hello... If I like to use the dynamic limits for Numerical value, there is one option available like "Dynamic limit active" with one internal variable. But for example, if I have 1000 numerical value and each variable is having 4 limits then, I need to
Alarm Handling
Hello... I selected the Flashing option in the variable for flashing of numerical value background (Rectangle) at LowLow and HighHigh alarm limit. But the numerical value is also flashing at same limits. How to remove this numerical value flashing...?
How to set CEL list single line background color.
Hello, EveryBody! Does anyone know how to set background color in the runtime Chronological Event List for a single line? "Project -> properties -> Column setting CEL -> Use alternating background colors" lets set background color of all even/odd lines,
Alarm Status Line
Hi, I want to see in Alarm status line "Alarm Identification" (not "variable name") . Is that possible? How to do that? Regards. This is a migrated post! Originally posted on 02.06.2013 by user tihomir. Please be aware that information can be outdat
ZenOn 5.50
Hello! How can i to decompile Zenon 5.50 CE project? This is a migrated post! Originally posted on 02.06.2013 by user zulus. Please be aware that information can be outdated.
Server is crashing. DBCLI:Error ...
Hello colleagues! I have a problem with V460. Server with V460 is crashing every times during several hours. I cant understand why it is happen. I have log from Diagnosis Viewer. V460 7 build 5 This is a migrated post! Originally posted on 31.05.2013
read variable from runtime
Hi, i am a beginner with zenon and have Problems with reading a variable from the runtime. public void Macro1 { int x=0; zenOn.IVariable yVar = this.Variables().Item("testvar1_2"); x = (int)yVar.get_Value(0); <------does not work , x is always 0 .....
Zenon Modbus TCP connection to phoenix ILC
Hi, I am trying to connect a phoenix ilc 191 with a suetron windows CE panel running Zenon. The controller can act as a slave and i can write or read coils and registers. I use the Zenon modbus rtu/tcp driver to be the master. The problem is that in the
Historian on Runtime PC
Hi, I use Zenon 7.0 Standard edition. On my development PC I have licenced Historian module. On Runtime PC I have only SE Runtime licenced. I assume that I can use Ext. trending for viewing archived data (with limited functionality), on Runtime PC. On
Authorization Level
Hello, My project is having Integration project with 4 Sub projects. I have created there are Four users in Global project with different Authorization level and I am using authorization level for security purpose in buttons. When I am running the project
Message Control auf Funktion überwachen
Hallo, gibt es eine Möglichkeit, das Message Control in Zenon 7.0 auf Funktion zu überwachen, so dass eine Fehlermeldung in der AML erscheint, wenn es nicht mehr funktioniert? Hintergrund meiner Frage: vor ca. zwei Wochen wurde aus Gründen, die heute
SNMP Registrierung im Windows 7 64bit
Hallo, laut Doku muss ich folgende zwei Registry Einträge machen: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ExtensionAgents] Name=ProcessGateway Wert=SOFTWARE\COPA-DATA\SNMP\CurrentVersion [HKEY_LOCAL_MACHINESOFTWARE\COPA-DATA\SNMP\CurrentVersion]
Name des Reportdruckers
Hallo, gibt es eine Möglichkeit sich den Namen des Druckers für "Werte und Protokolle" anzuzeigen? Hierfür habe ich leider keine Systemvariable gefunden... Gruß This is a migrated post! Originally posted on 29.05.2013 by user sniggi. Please be aware that
Subproject StandBy server synchronization
Hello! I have an integration project with multiple subprojects. I want to establish multiple standby servers, for each subproject separate standby server. I have installed the first standby server and started the run time. I get the message : Please wait..
Events werden beim Debuggen in der Runtime nicht ausgelöst
Hallo! Ich habe eine Problem beim Debuggen in der Runtime. Auszug aus VSTA zum Projekt: C# Code: void ThisProject_Active() { //Create any required API-References here (Event handlers, OnlineContainers, local references,etc. ) // << TODO: Add Initialization
Zenon 6.51 // In Runtime Werte aus Excelsheet einlesen und anschliessend auf Steuerung schreiben?
Hallo, Möchte gerne innerhalb miener Zenon 6.51 Runtimeumgebung zur Laufzeit Variablenwerte aus einer Excelltabelle in die Runtimevariablen laden und diese anschliessend auf die Steuerung (S7) schreiben, geht so etwas eventuell mit VB Skripten, Kennt
Next Page