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
No visiable trends
Hi guys, I am having some problems with showing my trends in RT. I used to see them but probably did something wrong as I don`t see them anymore. Could you have a short look at my settings and give me some clues what went wrong? Let me know if you need
Problems installing Zenon Editor on a new laptop
Hello, My old laptop is at the end of its life, I have re-installed Zenon Editor (6.2) on a new machine but when it runs, it freezes. I'm sure this is when it connects to its SQL database. I have looked at the services compared to my old machine and ZenDBSvr
WebClient Screen Configurator
When starting the WebClient and thus also the Internet Explorer the WebClient will be started only at the first screen per default. In the attachment of this post you can find a small application which starts the WebClient (Internet Explorer) at the given
Buffer/Unbuffer report
I have some questions about IEC 61850 driver. 1. I want to active Buffer report in zenon so I add report ID from ICD file. What should I do on next stage? Could you explain more about it? How can I check it that works correctly? 2. Is there a way that
Variable's name in CEL without the column
Hello, I need to show in CEL when some variables change (new and old value) so I use "Logging in CEL" in variable's parameters but I want to show which variable has change in the same line BUT I don't want to show the "entry in the list" (column) : variable
Probleme mit Togglebit Alarm (S7-Status LED)
Guten Tag! Ich überprüfe mit Zenon das Status-LED Bit einer S7 SPS um festzustellen ob bzw. wenn sich diese im Stopp Modus befindet. Die Variable gibt im Limit 1 einen Alarm aus wenn der Wert mehr als 10 Sekunden auf 0 steht und im Limit 2 wenn der Wert
RemoteTransport mit zwei Netzwerkkarten in einem Rechner
Hallo zusammen! Ich habe einen Rechner mit Win XP und zenOn 6.21 SP1 B1. Dieser Rechner hat zwei Netzwerkkarten. Wie kann ich einstellen über welche Netzwerkkarte die RT-Daten auf diesen Rechner übertragen? Momentan lauscht der Transport Service auf dem
VSTA Batchinformationen
Hallo zusammen, ich möchte über VSTA auf mein Batcharchiv zugreifen und die Batchinformationen auslesen.In VBA mach ich das mit folgendem Programmcode: Dim zArchiveCharge As Archive Dim Batchspeicher As Variant Set zArchiveCharge = thisProject.Archives.Item("BA
VSTA Startproblem
Guten morgen zusammen, Ich habe mich heute in VSTA eingearbeitet. Bisher funktioniert es ganz gut. Nur auf einmal lässt sich der VSTA-Editor im zenOn-Editor nicht mehr starten. In der zenOn-Runtime hingegen kann ich den VSTA-Editor ohne Probleme starten
NEC Builtin PC - for Zenon with Windows CE
Dears, Happy new year to all. I would like to seek your expertise. I have annunciator project using NEC 52" LCD comes with a builtin PC as attached. The plan is to install Zenon in this PC with Windows CE. This PC will connect directly to IEC61850 compliant
Problem with archives in VBA
Hello! I'm trying to display a graph, using an archive. The values and the date come from an Oracle database and must be displayed at the right time. Everything seems to work, except the ApplyChanges VBA Code: Public Sub ModifyArchive() Dim obArchive
Access to operating system
[SIZE="3"]Hi I put the keyBlock.exe in Windows startup, Runtime version is 6.22 sp1. Is it possible to access to operating system by some user (e.g. administrator) from runtime temporally as kyeblock.exe has been activated? Please consider that I don’t
P&F Scheduler
Is it possible, in PFS, to use a calculated value (math var) as the offset for a schedule, type Time Relative? If so, how? Example: Controlling a heater, the heater must be switched on a calculated time before shift starts. The pre-start time depends
Assign function for key
Hi guys. Can I assign some functions/scripts for keyboard keys in runtime? I want to assign "F1", "F2"...to function "picture switch" to change over between pictures. Thanks and regards. This is a migrated post! Originally posted on 07.01.2010 by user
some of system message is not translated.
why some of system messege isn't translated by language switch function? such as CEL filter system error (e.g. to time is higher than from time in absolute time error of CEL or alarm filter). I write this text in language table but it's not translated
zenon server acting as a client
Just want to ask if these is possible for zenon, server acting as a client here is the scenario: SERVER A- with zenon software communicating to relay A & B thru IEC61850 protocol - displaying in the runtime the SINGLE LINE DIAGRAM of SUB A in one picture
Connect VBA to Oracle
Hello, I would like to connect ZenOn VBA to an Oracle 11g database, but I can not even find an ODBC Oracle driver that is compatible with the ZenOn 6.22 SP1 version. Is that connection possible via ODBC? Is there a driver which works? Thanks for answering
Variablen Statustest formatieren
Hallo, wie kann ich das Fenster Variablen Statusftest formatieren? Ich möchte die Spaltenauswahl festlegen die beim starten in der RunTime erscheinen sollen. Danke Daniel This is a migrated post! Originally posted on 05.01.2010 by user stibi. Please be
Name of curretly open picture
How can I get the name of the currently open picture/screen? This is a migrated post! Originally posted on 28.12.2009 by user scotttee. Please be aware that information can be outdated.
Editing Pictures in the Master Station
Hi, I have 6-SCADA Servers communicating directly to IED's in IEC61850 protocol and 1-SCADA Master Server communicating to that 6-SCADA Servers in DNP3 protocol. Each of the 6-SCADA servers are of course has it's own picture diagrams, and the master server
Cel
hello why do any CEL items go automatically to the CEL list and refresh is needed to others ("restart CEL picture"):eek:. We use REMA's for variables states. Alarms items and functions in REMA work fine. regards, Justas This is a migrated post! Originally
Import / Automatic creation of Variables in STRATON
Hi I have approx 200 remote I/O nodes each with 8 digital inputs & 8 Digital outputs. These are to be connected to STRATON over Modbus-TCP. Remote I/O controller maps these I/Os in Holding register. Therefore one holding register is to be read & one register
Benutzer vom Editor in RT übernehmen
Hallo, ich muss mich in Zenon einarbeiten was auch ganz gut klappt. Nur beim übernehmen der Benutzer und Benutzerrecht vom Editor in die RT habe ich probleme!:confused: Kann mir jemand erklären, wie das funktioniert. Danke This is a migrated post! Originally
Next Page