Recent Topics
Transparent Clock element?
Hi Is it not possible to set the Clock element to be transparent like e.g. the Numerical value element. See attached screen shots. 6.22 SP1 Build8 Regards This is a migrated post! Originally posted on 02.03.2010 by user mvj. Please be aware that information
zenOn and VMware Workstation
Dear Sirs, there is a strange problem with zenon installed in the host OS and VMware workstation v6.5.2. If I start zenon editor on the host while any guest machine in VMware workstation is running, zenon editor can't open !? It does appear in the list
Variablen Array Zugriff
Hallo, ich hab eine Strucktur mit 3 Elementen generiert. Die Elemente sind vom Typ string mit den Namen ID, Name, Charge. Ich habe ein Array Definiert, das von diesem Neuen Typ ist und den Namen Daten hat. Nun würde ich gerne auf die einzelnen Elemente
Displaying pie charts / bar charts in zenon based on variable values
Situation: How to show pie charts / bar charts in zenon Runtime based on variable values? Using zenon <= 6.50 it is possible displaying charts / bar charts using the IPA (Industrial Performance Analyser) based on alarms Possibilities displaying charts
VSTA Startproblem
I have recently upgraded 6.22 to 6.50 and cant seem to open the VSTA editor. Whenever i try there is no error message it just doesnt open. i have applied the correct setting (manually) to the zenon6.ini file to no avail. I did install 6.50 straight over
Setting the clock time element
I have been looking at the clock element and the functions read time from variable. The function allows you to change the clock time from a variable if it is in the following format. dd.mm.yyyy hh:mm:ss. I have been able to use Straton to convert integer
Polling data
Hi Could you give me some advise about this: I have some PLCs connect with HMI (zenon 6.22 Sp1) but sometime my analogs data did not updated. It seem like "freeze" value but I check with web-browser connect to PLCs and saw that values changed. I used
Changelog/Release notes for Builds
Hi Is there any changelog or release notes for Builds? I would for an example like to know what has been changed/fixed from 6.22 SP1 Build 8 to 6.22 SP1 Build 9 Regards This is a migrated post! Originally posted on 25.02.2010 by user mvj. Please be aware
SCL file Validation
How zenon check SCL file validation in 61850 driver? In other word what happens when we import invalid SCL file? Below link (from siemens) checks them. dose zenon has similar ability? www.61850.com thanks This is a migrated post! Originally posted on
Monitor bits
We want to display the inputs of a PLC. So I have one variable that represents the 32 inputs. What is the simplest way to show the state of each bit, by a green rectangle for example? Use 32 combi elements or generate 32 math bool variables? This is a
InitInstance():Out of memory
Has anyone ever seen this message when trying to run a project? I think it occurred after I added an archive with 16 variables. The problem seems to have gone away after I removed the archive. Before the addition of the 16 variables there were only a
ETM internal functions
Hi, I am using Zenon 6.22 SP1 Build 0. I have made a picture of type ETM and put the default control buttons. There is one control button 'Diagram', which when clicked shows a small window in which you can edit the Trend diagram (Axis and curve options).
Textarea / multiline Textbox
Hi, does a textarea element exist in ZenOn? I need an functionality that the user can insert multiple lines (notes field). The varible behind is of kind simulation driver. The inserted text will further processed in a VBA procedure. Thx for help, Alex
Textbox navigation with tab key
Hi everybody, is it possible to navigate from one textbox to another with the tab key? If so, how to implement? ZenOn Version: 6.20 SP4 Regards, Alex This is a migrated post! Originally posted on 23.02.2010 by user gralex. Please be aware that information
Runtime from SICAM230 not running
Hello, when I try to start the runtime from SICAM 230 6.22 Editor, I get this error: zenrt32: InitInstance():eine unbenannte Datei hat ein falsches Format. If I start the runtime directly from the SICAM 230 Runtime icon is running, but if I try to start
Betriebsmittelkennzeichnung
Hallo, gibt es einen Grund, warum die Spalte "Betriebsmittelkennzeichnung" in der CEL nicht übersetzt wird? (6.50) Jürgen Berger This is a migrated post! Originally posted on 21.02.2010 by user hicom. Please be aware that information can be outdated.
zenkeyblock.exe
Hi how can be run the zenkeyblock.exe in two monitors? it means in project in which designed in two or three monitors as the zenkeyblock.exe was ran in the second monitor also the zenkeyblock.exe be extended to other and it block the context menu in the
zenkeyblock.exe
Hi how can be run the zenkeyblock.exe in two monitors? it means in project in which designed in two or three monitors as the zenkeyblock.exe was ran in the second monitor also the zenkeyblock.exe be extended to other and it block the context menu in the
Texte
Hallo, zwei Fragen: 1. gibt es eine vollständige Liste der Zenon Systemtexte (z.B. wird "All alarm areas" nicht übersetzt) ? Laut Hilfe soll es eine 'CEL_Keys.txt' Datei geben welche man in die Sprachtabellen integrieren kann. 2. wie kann man erreichen,
mathematical variabile for truncation function
Hi to everybody, I need to define two mathematical variables whose values must be the quotient and the remainder of an integer division. In particular I have a UINT variable: Seconds. Its value can be more that 60. I need convert it in minutes and seconds.
CapsLock deaktivieren bein schliessen von SETSTRINGKBD
Hallo, gibt es eine Möglichkeit CapsLock beim schliessen von SETSTRINGKBD automatisch zu deaktivieren, falls es noch aktiv ist? This is a migrated post! Originally posted on 18.02.2010 by user armin_sa. Please be aware that information can be outdat
Change RtFunctions parameters in VBA
Hello! I want to get rid of the "Linked variable not found:" messages without erasing the functions. It is not possible to change the ParamString because it's "Read only" so i tried to set the type to a beep sound, which seemed to work, but there was
how can certain recipe groups be "hidden" in the runtime?
sometimes it is necessary to hide certain recipegroups (e.g. with factory settings) from the normal user in the runtime. This used to be possible only by removing the recipegroup selection window, losing some operation comfort. With equipment modelling,
Trend autoscaling
Hello, Can I somehow set autoscaling (along the axis Y) for the trend? We use ETM in 6.22 SP1 version. Thank you. This is a migrated post! Originally posted on 12.02.2010 by user okhotnikov. Please be aware that information can be outdated.
Zenon OPC Server Versions and Compliances?
Hello! need infos for Zenon 6.22 OPC Server a.what is the OPC server version for Zenon 6.22? b.what are the compliance Zenon 6.22 OPC Server with OPC Foundation? Thanks! This is a migrated post! Originally posted on 11.02.2010 by user hoscillada. Please
Template copy across projects
Hi I have the following code which does not work. VBA Code: Public Sub CopyDepToDep() Dim dep1 As Project Dim dep2 As Project Dim temp1 As Template Dim temp2 As Template Set dep1 = MyWorkspace.Application.Projects.Item("DEP01") Set dep2 = MyWorkspace.Application.Projects.Item("DEP02")
Scrollbalken im Weltbild einfügen
Guten Morgen Forum Users Wie oben im Titel beschrieben suche ich eine Lösung um Scrollbalken in einem Weltbild einzufügen. Editor Version: 6.22 SP1 Build0 Wenn ihr weitere Infos benötigt einfach reinschreiben. mfg flo :) This is a migrated post! Originally
Login window in two monitors system
[SIZE="3"]Hi why is the login window extended to second monitor in the project that is in two monitors representation? it mesans that the OK and CANCEL button must be push in the second monitor.ofcourse the alarm status line is extended too but their
Windows CE CORE vs. PRO
Hi! Today when you ask for a WinCE platform, you can select the CORE or PRO version. As far as I know, the PRO version has some additional component (ActiveSync, ...). Is it possible to know if the today (WinCE6) CORE or PRO version fits the zenon or
CEL Entries from memory or file
Hi, My questions are about selection CEL Entries from memory or file in Filter window. 1. Is equal application for “Entries from memory” with “Entries from files” when I select same number for “Size of the ring buffer” (in project properties: Data storage
AutoLogout
Hello, I try to change the AutoLogout mode during runtime. VBA Code: Public Sub enableautologoff() thisProject.DynProperties("AutoLogout") = True thisProject.DynProperties("AutoLogoutTime") = 1 thisProject.Variables.Item("logoutstate").Value = "Enabled"
what is the minimum system requirements of your ZenOn products?
Hello, Just a little question : For your ZenOn products (ZenOn for XP, ZenOn for XP embedded, ZenOn CE for windows CE), what is the minimum system requirements of this three products? By the way, we have a PLC with Win CE, Pentium MMX 500 MHz Processor,
References from VBA
Hello! Please help me to get access to References. I have to set programmatically some references in SCADA VBA. I can do it in Microsoft Excel via "ActiveWorkbook.VBProject.References" but cannot in VBA SCADA :confused: This is a migrated post! Originally
CE Login Issue
There appears to be a user login issue with two B&R Windows CE units we have installed at a customer site. On three different occasions we've not been able to login. The zenOn apps are configured such that the users should not be locked out if the maximum
display the load changing
Hi can be shown in the universal slider or other combi element load changing dynamically?thus when the load exceed from specific value only the color of the exceeded value of universal slider get new color. I want to be different step in color changing.
Displaying .xml data in zenon Runtime
Situation: How to show .xml data in zenon Runtime? Remedy: Using a xsl stylesheet data from a .xml file can be shown i.e. in a table form when using an html picture Demo-Project: (see atachment 2010-03-01_12-49-29 xml_data_table_html.zip) - project created
Handling Asynchronous Data - Report Generator
I am new to Zenon, and using the 6.22 tutorials to try and understand the 6.50 system. All the examples for ARCHIVING, FOLLOWING ARCHIVES, and the REPORT GENERATOR seem to assume regular sampled data. I have asynchronous data from a machine, with 1 to
Killing webclient from runtime
Hi there... Is there a function where i can shutdown the webclient (explore) from the client??? I have 5 webclient and only 1 web licens that they have to share... So i would like to have a button in the runtime the user just cut press, and then it would
Alarm XML Export
Guten Tag! Ich habe folgendes Problem. œber die XML-Exportfunktion exportiere ich im Moment meine Alarmwerte in das XML- Format. Das ganze manipuliere ich in VBA mit folgendem Code: With zFCT .DynProperties("Filter[0].TimeFilter[0].ARVTime1") = start
SPS-Verbindung überwachen
Hallo, ich habe das Problem, dass bestimmte SPS`en immer wieder nicht über das Netzwerk erreichbar sind. Jetzt wollte ich mit Zenon den Status Verbindungsstatus überwachen. Gibt es eine Möglichkeit mit Zenon, das man die SPS immer wieder an pingt und
Next Page