Recent Topics
BACnet und seine Uhren
Hallo, da aufgrund, zumindest in öffentlichen Ausschreibungen, der geforderte Standard sehr oft BACnet ist, habe ich große Hoffnung, hier in diesem Forum jemanden zu finden, der für die BACnet Uhren eine Visualisierungsmöglichkeit mittels zenon bereits
APPCrash(Zenrt32.exe)
Hello, colleageuas! scada version 6.51 build 14 Periodicali, i can see error on main or standby server. This happens suddenly. Regularities it is not revealed. Scada crashed. This error: This is a migrated post! Originally posted on 25.04.2016 by user
Macro execution on current PC within multi-user project
Hey, I need to execute a VSTA-Macro linked to a button. That Macro calls a Windows Form Dialog updating user data. The project is running on a Primary/Standby Server and the Clients are synchronized to that server. How do I manage it that only connected
Reading a REAL with Modbus tcp/ip with EWON
Good Day I have been having a struggle with reading a REAL value by using a Modbus Driver. I am connected to an eWon device and when I publish a specific register in the eWon software and read it with the corresponding offset in Zenon it works for Integer(Holding
Client license
Hi, What is the maximum number of clients can to connected to a server? Thanks This is a migrated post! Originally posted on 20.04.2016 by user archie. Please be aware that information can be outdated.
Simulate Mouse Event
Wir benutzen Windows 7 und zenon 7.20 build 24121. In unserer Applikation haben wir auf Multitouchgesten zu reagieren und deswegen die Option Projekt/Interaction/Multi-Touch/Recognition auf Windows 7 gestellt um so mittels des TouchManipulationCompleteEvent
VSTA dll übertragen
Hallo, ich habe eine dll in VSTA geschrieben und getestet, soweit passt auch alles. Nun würde ich gerne diese dll auf mehreren Systemen nutzen ohne immer den Quellcode in die VSTA Umgebung zu bringen. Ich habe nun auf einem anderen System die dll mit
Dokumentation / Demo / Tutorial zu StratOnCom (K5COM.dll)
Hallo! Ich muß unseren VSTA (C#) Wizard, mit dem wir zenon Projekte automatisiert anlegen, für die Programmgenerierung in zenon Logic erweitern. Der Umgang mit der Programmierschnittstelle und dem Obejctmodel von zenon ist klar und gut dokumentiert, bei
Button Transparent zu Laufzeit ändern
Hallo zusammen, versuch nun seit einem Tag die Transparenteinstellung zur Laufzeit über ein VBA-Makro welches per Init aufgerufen wird zu ändern. Bis lange ohne Erfolg. VBA Code: Public Sub Init_LinkButton(obElem As Element) Call mdlLinkButton.LinkButtonInit(obElem)
Zenon 7.11 Small Web Client Installationsfehler
Erledigt! This is a migrated post! Originally posted on 14.04.2016 by user ForstnerCh. Please be aware that information can be outdated.
Point in Variable Name
I used a variable (array of struct) with a point in the ame of the varaible. I can use the varaible in zenon logic with {}, that ist ok. But the debugger can not show the array ...:mad: This is a migrated post! Originally posted on 14.04.2016 by user
Zenon Web Client and Terminal Server 2012
Hi there! I'm writing here because I've got a problem with Zenon WebClient. We have deployed Zenon in an AD Domain and the standard Domain user cannot install the Zenon WebClient on their pc for safety. The problem is that I can't go to all PC where people
Starting runtime failed
Hi, yesterday I have had a problem during zenon 7.20 runtime starting. Message that appears on the screen is (see in attachment): "User information acquired are non valid! Runtime will be terminate". Does somebody know which is the problem? This is a
integrste Workspace and Project source files in version control
Hi all, has anyone integrated their zenon project with version control (subversion or git)? I created a new workspace and project, looked in the folder : there are no source files, only RT files. Are the workspace and project source files accessible and
Web-Client bildspezifische Funktionen defekt
Hallo! Ich habe das Phänomen, dass bei einigen Web-Clients bestimmte Buttons keine Funktion mehr haben. Im Vergleich mit funktionierenden Clients stellte ich folgendes fest: Es sind nur bildspezifische Funktionen betroffen und nur einige. Beispielsweise
how to Casting variables?
i want casting int. int test; test = this.Variables().Item("ExecuteTrend").get_Value(0); this error and (int) Int32.Parse all error ExecuteTrend Internal variables (int) This is a migrated post! Originally posted on 11.04.2016 by user backjahyun. Please
Multiple variables
Hello. I would like to use array of integer. So I created multiple variable from 1 to 10 and dimension 1 [0..0]. Straton created me int[1]....int[10]. I created it in global variables. But the problem is, when I want use these variables in some function.
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,
Next Page