Recent Topics
Transparent screen
Hello. I'd like to make screen with transparent background (for submenu). I can make transparent frame for this screen. And when I open it in editor it is shown with transparent background (see attached image). But in the runtime it has background that
how to get selected item from commbobox ? and add?
Hi. i want selected item from commbobox. and add item. Public Sub LeftClickDown_Default(obElem As Element) Dim zPIC As DynPicture Dim zELE As Element Const strPicture As String = "Picture_Login" Const strElement As String = "ActiveX_16" Dim f As Integer
how to get selected item from commbobox ?
Hi. sorry for the questions. i want selected item from commbobox. i try public void Macro_selectitem() { System.Diagnostics.Debug.Print( combo.Text); } but Output message ->A first chance exception of type 'System.Runtime.InteropServices.COMException'
How do I use Variables?
Hi. Help is not listed. i want using variable. For example, I would like to put a value to a variable you created in advance. This is a migrated post! Originally posted on 04.04.2016 by user backjahyun. Please be aware that information can be outdat
BACnet Priority-Array Variable anzeigen
Hallo zusammen, Ich baue mir da ein GLS zusammen. Schreiben und zurücksetzten von Prioritäten habe ich Erfolgreich gelöst. Jetzt ist meine Frage, wie kann ich anzeigen wenn eine Variable von Hand (Prio 8) geschrieben wird? Besten Dank für Eure Antworten
Load Management in Zenon Supervisor
Hi, Can anyone help me with the configuration of "Load Management" into a zenon design ? I would like to know how it works and how should I assign variables into the design ? Please help me with that, your help is appreciated. Thank you. !! This is a
PFS Editierung in Runtime defekt
Hallo! Wir haben das Modul PFS lizenziert und bis jetzt nur im Editor modifiziert. Alle Schaltzeiten funktionieren bis dahin tadellos. Jetzt wollen wir die „nderungen von Schaltzeiten nicht mehr in der Entwicklungsumgebung editieren, sondern von Runtime-Clients.
Treibereintrag in Elementen einer Variablenstruktur ist falsch!
Hallo! Ich verwenden in meinem C# Script im Editor die folgende Zeile: [INDENT]zoVariable.set_DynProperties("Driver", zoDriver.get_DynProperties("DriverId"));[/INDENT] um die Treiberzordnung per Makro zu ändern. Bei einfachen Variablen funktioniert das
Retrive Data via Bacnet/IP protocol
Dear Sir, Currently we are doing some testing trying to retrieve data from Digital Power Meter (Modbus) via Bacnet/IP. Somehow, we unable to retrieve the data like voltage or current. How are going configure our driver configuration and the variable setting?
Filter T_STD Event/Alarmlist
Is it possible to filter messages with the status T_STD out of the event/Alarmlist We see these messages comming whenever the communication to an IED is restored. And the timestamp is from the time that var has changed (e.g. local/remote). So that can
IEC104 Double Command Issue
Hi, I'm using Zenon 7.20 to communicate with SYS600 9.3 (ABB) Gateway through IEC104. When I do Process Command (T46): Select then Confirm ---> Close or Open Ok! Select then Cancel = Select then Confirm. Select then Exit = Select then Confirm. The Command
Reading zenon bool in vsta
Hello. I would like to know, how i can read and write zenon variable(bool) in vsta. Now i am reading by: for (int y = 0; y <6; y++) { arraystring[y] = this.Variables().Item("Palet1_bool[" + y+"]").get_Value(0).ToString(); arraybool[y] = Convert.ToBoolean(arraystring[y]);
ArchiveValues().Item(i).Value = 0
Hi. my function code. the value is all zeros,Time and the variable name is normal. public void Macro_testA() { IArchive zenonArchive = this.Archives().Item(0); System.Diagnostics.Debug.Print("archive : " + zenonArchive.Name); if (zenonArchive == null)
How to change? VBA code -> c# code
VBA Sample code but You don't know what this is clsTimeConvert C # How can I use? VBA code to C # code i want to change. Sub zenOn_ArchiveFilter() 'Declarations Dim zArchive As Archive Dim zArvFilter As ArchiveFilter Dim zArvVars As ArchiveFilterVariables
EmbeddedHMI in Straton.
Hello. Please explain how the following functions: 1) Input data in the EmbeddedHMI. 2) Display the integer type data on EmbeddedHMI. Operating conditions - simulation of the program without the controller in the language of ST. P.S. Where can I find
Write Holding time [ms] Value on Button
Are there any way I can control and changing the Holding Time[ms] in RT dynamically on a button using etc DynProperties in VBA ? My goal is to have dynamically control over the buttons Holding Time[ms] in RT, changing the time using av variable in RT
StatusString and Alarms Revision
I want to deactivate / activate a particular alarm in Runtime when needed. Combined with deactivating the alarm to be active in Runtime I also want the alarm to be deactivated in a certain time. This timevalue should be changed in the screen for induvial
Modbus TCP with Logic
Guten Tag, es gibt schon einen ähnlichen Beitrag: http://forum.copadata.com/showthread.php?t=3522&highlight=modbus Ich habe fast gleiches Problem. Die von mir konfigurierte Kommunikation zwischen Modbus Slave (Logic-RT) und einer SPS als Modbus-Master
Numerical Value Box Maximum
Hi, I have a numerical box and it currently has a entry limit of -1000 to 1000. I have set the variable min and max to -32767 and 32767 and ticked the box to use variables settings in the numerical box but when I run the screen the mins and max still
Eingabebestätigung
Hallo, ich suche eine einfache Möglichkeit, mir die Betätigung eines Buttons noch einmal bestätigen zu lassen bevor die Aktion erfolgt. Bordmittel gibt es hier wohl nicht oder? Es handelt sich um Zenon 7.20. Viele Grüße Achim This is a migrated post!
Webserver tut nicht mehr nach Windows-Update
Hallo zusammen, nachdem unser Server (Windows 2008 Server R2) einen Berg von Windows-Updates über sich ergehen lassen musste, funktionieren jetzt die webclients nicht mehr! Der Web Server meldet "is running", aber im DiagViewer steht der Eintrag: "NetSrv
nachträgliche Änderung in Mehr-Monitor-Projekt
Hallo zusammen, wenn ein Projekt im Lauf der Jahre fröhlich vor sich hin wächst, kann es schon mal passieren, dass aus einem Ein-Monitor-Projekt ein Zwei-Monitor-Projekt wird. Wenn man dann auch noch Mehrplatz-Bedienung mit webclients hat, bei denen manche
webclient_IE_multiplescreens automatisch starten
Hallo zusammen, habe mir das webclient_IE_multiplescreens - Tool heruntergeladen und war zunächst hocherfreut, wie leicht das funktioniert. :) Jetzt ergibt sich aber ein Folgeproblem: wie startet man das Ding per Autostart und/oder Desktop-Verknüpfung,
How can I use element in VSTA?
How can I use element in VSTA? This mean is that how can I take element to VSTA. Should I write element's name in VSTA? Example, I draw one line element, and I want use that element in VSTA, like changing line color, etc... In this case, should I write
Spalteneinstellungen für Alarmstatuszeile anpassen
Moin, ich möchte gerne die Spalteneinstellungen für die Alarmstatuszeile beim Erstellen eines Projektes bestimmt formatieren und dementsprechend den Parameter Spalteneinstellung AML über VSTA ansprechen. Ich versuche diesen wie folgt anzusprechen: Me.ActiveDocument.get_DynProperties("AlarmListEntry")
mehrere Treiber-Variablen beschreiben
Guten Tag, und zwar habe ich folgendes Problem. Ich habe einen Bildschirm auf dem 25 Variablen gesetzt werden können. Diese Variablen werden auf interne temporäre Variablen geschrieben, was noch funktioniert. Nun habe ich einen "Speichern" Button, welcher
ODBC variable show
Hi, I have a sample database in MySQL. I successfully setup the connection between the database and zenon using the sqldrv. I want to show a text from the database on the screen when I use runtime. I have imported a variable with the same exact name from
zenon editor6.21 project insert
Dear all just i want to know how to insert zenon project into the workspace. This is a migrated post! Originally posted on 01.03.2016 by user azzoz_82. Please be aware that information can be outdated.
Windows 7 Gestures
Good Afternoon, Im evaluating Zenon and one of the key features Im interested in is gesture control. The help file mentions a Windows 7 Multitouch demo, do you know where I could find this. The big demo that comes with Zenon is setup as Windows 8 Multitouch
Difference bewteen stratonng variables
Hello. What is the difference between "driver variable" and "PLC variable"? I mean in stratonng driver. Thank you. This is a migrated post! Originally posted on 01.03.2016 by user DavidMarek. Please be aware that information can be outdated.
LOG ERROR: 100ms Timer has not cycled
Hi, At startup a limit violation was not always effective. The log error reported below could be the reason of the malfunction? What does it mean? Log Connection: ZenRt32 Source file: ZENONRT.CPP (line 389) FunctionName: CZenonrtApp::MonitoringThread
Screen rotation
Hello. I would like to know, how I can rotate the screen 90 degrees. I would like to use my panel vertical. I tryied rotate all the screens, but not all the elements are rotated. For example: I rotated CEL screen, but in runtime I can se, that just buttons
events not displayed in event list
Hi support team, I have come across with a problem which is related to events. i have configured all the bool variables with both high and low limits in chronological event list. The variables only configured with events are appearing in event list but
IEC61850: error starting zenon logic application
Hi, I have a problem in Zenon logic project, in specific during launch of the application. In the project, I configured an IEC61850 Client with many Master/port added in. Under each Master port, I created a ConnectionState variable that monitors communication
PDIAG alarms with dynamic text
Hello, I hope that you can help me in the following matter. We were requested by our customer to modify the existing Zenon project (v6.51). The modification includes the alarm display with dynamically changing text. Currently alarms are generated in PDIAG
Straton Modbus Slave communication
Hi, I am using Straton 8.7 T5 runtime and IDE build 2. While creating Modbus slave configuration, It does not provide any facility to configure IP address for Master polling. it only accept slave ID and takes all available IPs. Eg.. My PC has 3 Ethernet
Using a button inside a symbol?
Hi, I'm pretty new to Zenon, but I think what I'm trying to do is relatively simple... I have a button inside a symbol (as well as a few indicators). I need to have a few hundred instances of this symbol on my screen. When pushing the button inside the
transparent frame
Hello, Is it possible to have a transparent frame ? The goal is to define a customized shape with a shadow visible over the background screen for a menu window (not modal popup). Thx for any support, This is a migrated post! Originally posted on 24.02.2016
How do I use Historian?
1.Historian->new archive->save->Evacuation after storage time -> SQL database (Not visible) ...How can I use? 2.Historian saving cycle minimum 1 second? 3.aggregated archive -> Recording type-> onchange (The minimum time onchange?) 4.61850 communication
Sending SMS and EMAIL together.
Hello. I use MessageControl in Zenon 6.51. Now I want to send alarm message by SMS and EMAIL when variable value out of limits. I bundle functions of sending messages by mail and sms in one script and attach function of run script in the limit's field.
Next Page