Recent Topics
CE Device won't comm. with PLC
I can ping the PLC from the CE device. I can run the app on my PC and read and write values to/from the PLC. I CANNOT read/write values to/from the PLC from the CE app. What am I missing. Thanks. This is a migrated post! Originally posted on 07.03.2009
Zenon Projekt wieder bearbeiten
Hallo ich hab damals ein Projekt erstellt. Dieses läuft auf einem PC auf dem nur die Runtime installiert ist. Nun hab ich das Problem dass von meinem Laptop die Festplatte defekt ist. Damals hatte ich keine Projekt-Sicherung gemacht. Nun möchte ich dieses
Missing remote activation number
I am only able to run my application on my CE device in demo mode now. I WAS able to run my application without zenOn asking "Start Demo Mode?". Something happened to the activation number. It somehow was wiped out when I established a connection and
Laufzeitfehler...
Hallo, ich habe ein Wizard geschrieben für die Bearbeitung von zenonSprachdatei. Testen kann ich aber nicht, weil immer ein Laufzeitfehler kommt. Keine Ahnung woran das liegen könnte...:confused: This is a migrated post! Originally posted on 05.03.2009
how to simulate PLC data?
Hi, normaly I receive data via Modbus RTU from the PLC. Now I have to build a simulation of my ZenOn application. The simulation environment does not contain a PLC. So how can I simulate the PLC data in ZenOn? thx for help. Alex This is a migrated post!
zenOn mit OPC UA
Hallo an Alle! Hat jemand schon Erfahrungen mit OPC UA gesammelt? Gibt es oder wird es in absehbarer Zeit einen OPC UA Client für zenOn geben? Wir haben brauchen den Client in Verbindung mit dem TwinCat OPC UA Server von Beckhoff. Danke für alle Infos!
CD_Combobox leftklick function
Hi I've got a problem with the CD_Combobox activeX element. The leftklcikdown action seems to work a little bit "exotic". The problem is it doesn't get executed when the Element in the Editor is smaller then the Font size of the form. Ok thats not a problem,
Microsoft Forms 2.0 Object Library - Multipage ActiveX in zenon
- in zenon, create a picture and add a dynamic element of the type "ActiveX control" in the picture, and in the properties of this element, select the Multipage control: - in the VBA editor, in the menu "Extra" choose "References", and check the Microsoft
SQL Server Logdatei
Hallo, ich haben auf einem PC Entwicklungsumgebung und Runtime installiert. Die Festplattle wächst mir langsam zu, weil eine SQL Server Logdatei ständig anwächst. ...COPA-DATA\SQL\40ef2781-2c11-4405-8eb0-18d8268f647a\SQL\Project_Log.LDF Diese Datei hat
Automatic Backup
Hi, Is there a way of automating a backup of projects and exporting them to another location when for example I close zenon development or periodically during runtime. Thanks:) This is a migrated post! Originally posted on 01.03.2009 by user allmendinger.
VBA Formen immer im Vordergrung
Hallo Startet man aus VBA eine Userform, so ist die immer ALxayOnTop. Wenn ein ZenOn-Bildwechsel in der RT stattfinden, wird das ZenOn Bild immer im Hintergrund aufgeschaltet. Die VBA-Form irgnorierd auch die API-Funktion AlwaysOnTop, d.h. sie ist immer
Kopieren von DynPic in VBA
Hallo derweil arbeite ich noch mit ZenOn 6.20 SP1. Ich möchte über einen Wizard Pilder (dynPicture) kopieren und diese anschliessend neu benennen. Umbennen ist kein Problem aaer die Copy bzw. SaveAs Propertys scheinen nicht zu funktionieren. Einen einzel
'Update Windows CE Runtime' grayed out
I need to update the runtime on my Windows CE device but the menu item to do this is grayed out. (Options,Update Windows CE Runtime) How do I enable this menu item? This is a migrated post! Originally posted on 26.02.2009 by user scotttee. Please be aware
6.22 SP1 And CE
I have installed 6.22 SP1 on my PC and have lost the CE functionallity I had under 6.22 SP0. I presume that the installation removed 6.22 SP0 and installed 6.22 SP1. I ave tried to install CE from the disk I have, but there is an error because the SP's
filtered CEL page
6.22 SP0: how is it possible to create a function that calls a CEL picture that shows events of variables with different indentifications? For example: the CEL picture may show events of variables "machine 1", with indentifications XYZ and also of "machine
Beckhoff Buscontroller BC / BK
In zenon a special driver exists for the Beckhoff bus controller. The BeckhBC32 driver. Unlike a TwinCAT softplc on a PC or Beckhoff CX devices, the Beckhoff buscontroller do not support symbolic communication. In order to not only read inputs and write
Status variable for alarm areas
6.22 SP0: when I want to insert a variable for an alarm area as status variable, zenon seeks for a boolean variable, but it must be a byte one. So the solution is to change the variable to boolean, insert it and change back to byte. Ist this bug solved
Start IE in Zenon5.50SP6
How I start EE or bether a HTML-Hyperlink from Zenon Project 5.50SP6 over a Button? This is a migrated post! Originally posted on 19.02.2009 by user rgnos. Please be aware that information can be outdated.
Function Hardcopy
Hallo, ich hab einen Code, wieso funktioniert es nicht? Ich kriege keinen Fehler und kein Bild :confused: Hilfe!!! VBA Code: Private Sub HardcopyButton_Click() Dim zPRJ As Project Set zPRJ = ApplicationED.Projects.Item(cmbProjects.ListIndex) zPRJ.DynPictures.Item("test1").Hardcopy
Bildumschaltungsfunktion eines BIldtypes CEL über VBA
Hallo Ich möchte einen Bildumschaltung eines Bildes vom Typ CEL aus VBA realisieren (Inkl. dynamischer Filterkriterien). Ich möchte hierdurch erreichen, dass ich die Bildumschaltungsparameter wie z.B. Filter -> Variablenname bzw. Kennunng dynamisch eingetragen
Variable erzeugen mit VBA
Hallo, ich habe mir Wizards programmiert mit denen ich Variablen im ZenOn Editor erzeugen kann. Wenn ich Variablen von einem eigenen Datentyp anlege sind leider alle Strukturvariablen deaktiviert. œber welche Eigenschaft oder über welches DynProperties
Textfiled that can show Tagnames and is changed by the languageswitch
Hi is there any textfield/box/activex element, that can show the tagname of a variable and is changed by the language switch. If i copy the variable property tagname into an string it is not changed. I need this, to show a parameter description at a special
Auto start runtime when windows starts
Is there any way I can get the runtime to automatically start when windows starts up? I've tried putting a link to the runtime in the windows start-up directory but when I do this and test it I get: So it needs to be done after that service has been started.
get heigh msforms combo box as aktiveX
Hi I have a problem to get the height in an AktiveX Combobox. I need the height to set the Font.Size of the Combobox because some boxes are on more pictures with a different size. I tried following Code on the Init function Set combobox1 = obElem.AktiveX
Variable was not loaded
I've been using VBA scripts to generate some variables and I created one wrong by accident and now when i start the editor I get: Variable 'inhibitTimerModeR1-I0.Point[1]' was not loaded because type with datatype ID '3' is missing! Variable 'inhibitTimerModeR1-I0.Point[1]'
VBA - New Online Container in zenOn 6.22 (BulkMode)
With zenOn 6.22 SP0 a new kind of Variable Online Container has been implemented. Using this "Bulk Mode" a faster start of the zenOn Runtime can be guaranteed in comparison to the "normal" Variable Online Container. With the "normal" Variable Online Container
Allocation from zenOn to Straton doesn't work?
Allocation from zenOn to Straton doesn't work? I have in a project a variable "3434". As it's starting with a number and not a letter, I can't use it in Straton. So I have to make an allocation to "sbc3434", but it doesn't work. Can anyone tell me why?
@Modify spontaneous value (0.000000)
I have put two variables in a onlinecontainer. of these variables i have switched off the setting : "Logging in CEL: Setting value with VBA" But still i get a message : @Modify spontaneous value (0.000000) How can I surpress this message. Thanks in advance
Eigene Meldungen im DiagViewer erzeugen
Hallo, ist es möglich, über VBA eigene Meldungen im DiagViewer zu erzeugen? Oder im Ausgabe-Fenster? Wo wird eigentlich Text von ausgegeben? This is a migrated post! Originally posted on 04.02.2009 by user maerz@staudinger-est.de. Please be aware that
How to change ComboBox Entires with VBA
Hi, I got a problem with a Combobox. Is it Possible to change the Entries via VBA in the runtime? It should show a list out of a SQL Database. Or is it possible to include an Userform in Zenon, like an normal objekt. Or is there another way to use the
Vernetzte Variablen verändern
Hallo Forum Ich habe folgendes Problem in einem Client-Server-Netzwerk mit mehreren Clients. Der Server besitzt mehrere vernetzte interne Variablen (Variableneigenschaften->Interne Variablen->Berechnung: Netzwerk). Die Clients sollen per VBA die Werte
Breakpoints in VBA
Hallo Die Funktionen, welche in VBA erstellt werden, werden in Zenon beim Aufruf erfolgreich abgearbeitet, jedoch funktioniert das Breakpoint setzen im VBA Editor nicht. Das heisst die Breakpoints werden einfach ignoriert, obwohl der code abgearbeitet
Substituierung Symbolvariabeln
Hallo Ich habe folgende Situation: Ein Bild, welches mehrere gleiche Symbole enthält. Jedes Symbol stellt den Zustand einer SPS dar, welcher von der SPS über Sx_.wStatus an Zenon kommuniziert wird. Wobei "x" für die Netzadresse der SPS steht. Was ich
Anti-virus software
Is it recommended to install anti-virus software (or other anti-malware/spyware s/w) in a zenon server or HMI? Any problem if we do? many thanks This is a migrated post! Originally posted on 19.01.2009 by user tauhien. Please be aware that information
Schrift in Editor und RT unterschiedlich
Hallo Ich habe unterschiedliche Schriftgrössen unter Projekt/Bilder/Schriften in "Schriftliste 1" definiert. Nun werden diese auch im Editor richtig übernommen. Das heisst, dass die geöffneten Bilder die Schriften richtig darstellen. In den Runtimebildern
using a text box
Hello I want to use a value from a VBA textbox in runtime . the userform opens but i can't use the value in my makro. thank you very much This is a migrated post! Originally posted on 14.01.2009 by user beer_klinkhammer. Please be aware that information
Verbindungsstatus
Hallo Ich habe mehrere Verbindungen zu unterschiedlichen SPS'en im Beckhoff NG Treiber angelegt. Nun möchte ich die Zustände (ok/notok) der einzelnen Verbindungen visualisieren. Gibt es dazu eine Statusvariable der einzelnen Verbindung. Die Treibervariabeln
Probleme mit dem Sqldrv
Hallo, ich habe probleme mit dem SQL Treiber von Zenon(6.22). Habe mir die Treiber Dokumentation durchgelesen und versucht das ganze nach zubauen. Habe eine OBCD Verbindung erstellt diese mit Access bearbeitet, also die 2 Tabellen erstellt, das ganze
Read Real variables in VBA
Hello I like to read a Real variable (Zenon) into VBA . But I always get an Error on this Boolean value is no problem. Can someone help me on this Thanks in advance JOulz This is a migrated post! Originally posted on 12.01.2009 by user joulz. Please be
Authorization is not available on this PC
Hello, I have an error message (Authorization is not available on this PC) when trying to force variable from Zenons button. This is aknowledge button for alarm. This is Zenon 6.22 version. Best regards This is a migrated post! Originally posted on 09.01.2009
Next Page