Zenon 6.50 Sp0 build 1 warning
Hi Could you tell me why after I open project : zenon said that: "Varialbe change12 was not load because type with datatype ID3 is missing" I checked with variables and have got any variable call "change12" Best regards. This is a migrated post! Originally
Populate listbox from SQL
Good morning, I'm trying to modify an existing zenon 6.22 project which uses a listbox to select a product number and send a corresponding integer value to the hardware which tells the machine which product is in production. Currently the Product numbers
Betriebsstunden und Schaltspielzähler
Hallo, irgendwie habe ich entweder den Sinn oder die Funktion von den Betriebsstunden und Schaltspielzähler nicht verstanden. Ich hab leider keinen Zugriff auf die Steuerung daher muss ich die Zähler selbst realisieren. Ich habe heute Variable die als
Access array variable from VBA
Hi Is it not possible to access an array variable at top level from VBA and use SubItem? I have a variable testarray with Array Dim 1: 4 In VBA: VBA Code: Dim var As Variable Set var = ThisProject.Variables.Item("testarray") var is Nothing When I change
Zenon OPC through VPN
Hi, I am planning to let Zenon act as an OPC server in a network. Then try to access it with a remote OPC client through internet using VPN. I want to make sure that Zenon doesn't have any in built security issues regarding VPN access. Will Zenon show
VBA Engineering and Active X
Hi, Can I use VBA technology in Zenon to create custom macros, calculations and reports? And does Zenon shows flexibility in executing any Microsoft or third party Active X Controls? Regards This is a migrated post! Originally posted on 09.03.2010 by
VSTA and Datagrids
Hi Guys, does anyone know how i can use the .net datagrid object from the system.windows.forms.dll library. I have linked in some VSTA to execute when the picture with the grid on is opened but i can't access the datagrid through it's ActiveX control.
how can be save the project that consist of the sub project?
Hi as one project is constitute from several sub project when I create back up from the main project only the back up file has created is from the main project and as I restore it only the main project has restored and sub project that is subbranch of
Mit Java COM-Interface zenOn starten
Hallo, ich habe folgendes Problem: Ich möchte zenOn Editor mithilfe von einer COM-Schnittstelle (jawin) starten und damit arbeiten. Es funktioniert aber nur soweit, dass ich zenOn NUR starten kann, das aber dafür benutzte Programm aber dann nicht terminiert.
How to detect the value of a variable is stagnant or not?
Hello, I receive a variable of an equipment by ZenOn supervision. Normally the value of this variable changes every second. If its value doesn't change during a long time, for example one minute, that means the equipment meet some problems. So, my question
basic mathematics in report generator
Hello I wonder about the syntax and possibilities in report generator. If I get for example two values by "=variabler(....)" in cell A1 and A2. In A3 I can add them without any error with the command "=A1+A2". But I can not sub them with "=A1-A2", I always
Text button DynProperties[GET] text1 problem
Hello, i need to get Text line 1 and 2 from Text button and put new ones, what is wrong in my syntax because I always get empty value. Thanks. VBA Code: Public Sub LeftClickUp_1(obElem As Element) Dim ss As String thisProject.DynPictures.Item("EVENT_List_expert").Elements.Item("Text
WinCC >>> zenOn: Getrennte Alarme von Bits eines Statuswortes
Hallo! Ich darf ein WinCC-System in ein zenOn-System umbauen und kämpfe jetzt mit den Eigenheiten von WinCC und wie ich diese in zenOn realisieren kann. Das bestehende System ist WinCC mit mehreren S5 uns S7 SPSen gekoppelt über Inat-OPC Server! Ich muss
Wie kann ich im VBA für TextOut den Font ändern?
In der Zenon Hilfe steht unter VBA->Draw->Textout folgender Hilfetext: The TextOut function writes a character string at the specified location, using the currently selected font, background color, and text color. Wie kann ich den Font bzw. die Schriftgröße
zenOn 6.50 paralel installation with 6.21/6.22 - language problem
Dear Sirs, after installing zenon 6.50 on the machine (Windows 7) where I already had 6.21SP1 and 6.22SP0 installed I faced the following problem: after working with zenon 6.50 editor, if I later on open either 6.21 or 6.22, their default language is
Dynamische Grenzwerttexte
Hallo Ich verwende eine Variable "sMessage" als dyn. Grenzwerttext und eine Alarmvariabeln xAlarm1, xAlarm2 Auf Seite SPS wird nun "sMessage" mit einer Meldung gefüllt und anschliessend eine der Alarmvariabeln xAlarm1 oder xAlarm2 gesetzt. Nun kommt es
Browse for variable in RT
Hi Is there a way in Runtime to browse the variables and get the name of the selected variable? I have a Link text element linked to a String variable. When I click this element in Runtime I would like a dialog/pop-up where I can select any variable from
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,
Next Page