Hi Oleksandr,<br><br>1) the Online Container itself is used for monitoring variables and variable changes. However, an AddIn (Service or Wizard can access the full zenon API and therefore also has...
Type: Posts; User: felixst
Hi Oleksandr,<br><br>1) the Online Container itself is used for monitoring variables and variable changes. However, an AddIn (Service or Wizard can access the full zenon API and therefore also has...
Hi Oleksandr,<br><br>Wizards are ment to run once. So conserving data to the next run is not possible the way you are describing.<br><br>One approach would be to create a Service AddIn that does the...
So not considering any status bit checks or other API stuff you are talking about 1000 SetValue API calls per second.
COM-API calls need to by synchronzid to zenon main thread and might need up to...
Hello mwieczorkiewicz,<br><br>have you considered using the GenericNet driver for this task?<br><br>https://github.com/COPA-DATA/DriverExtensions<br><br>With that the variable communication can be...
Hello SmartS,<br><br>I suggest to take a look on our Report Engine. You can also contact your local sales person in order to request a demo.<br><br>See also:...
Hi VCmarkus,<br><br>in this snippet I don't see anything that should cause rising memory consumption.<br>What zenon version and build number are you using?<br><br>I suggest to contact your local...
Hello aherrero21,<br><br>for setting multiple values at once Recipes or the Recipegroupmanager can be used.<br>Please check the manual for detailed descriptions.<br><br>Regards,<br>Felix<br><br><br>...
Hi Markus,<br><br>what are you doing in your AddIn?<br>Can you share the code? At least the sections that access the zenonAPI?<br>Maybe you are creating objects and never deleting...
Dear Vlad83,<br><br>you can use the zenon standard function "redundancy switch" in the section "network" to switch servers without forced closing.<br>This function can also be linked to a...
As for this case also a ticket with COPA-DATA support has been opened, COPA-DATA replies will be done in that ticket.<br>
Hallo Tommylik,<br><br>bei einem Rework würde ich gleich auf das AddIn-Framework umsteigen. Dort kannst du auch bequem in C#.Net programmieren.<br>Für den Variablenzugriff brauchst du auch dort einen...
Dear mehrdad6687,<br><br>you can use the numerical value element to display the value of a numeric variable.<br>I also recommend to participate in a zenon training course. They are also available...
Hallo mst,<br><br>das mit den 100ms hatte ich auch irgendwoher im Kopf, das scheint aber nicht (mehr) aktuell zu sein.<br>In KB-Eintrag 259200...
Dear Soundarya,
please check if the variable is online before using it.
You can find various examples here in the forums. For a detailed information you could consume our (online) trainings...
Hallo Tobias,<br><br>schön, dass du eine Lösung gefunden hast. Danke für das Rückmelden des Lösungsweges!<br><br>Schöne Grüße aus Salzburg,<br>Felix
Dear Soundarya,<br><br>are you using an OnlineContainer to ensure that the variables have a proper value?<br><br>Regards,<br>Felix
Hallo mst,
wenn die Events ohnehin nicht benötigt werden und die Variablen vom internen Treiber sind, könntest du auch einfach die Eigenschaft "Variable ständig lesen" aktivieren und den Aufwand...
Hallo Tobias,<br><br>haben beide Variablen den selben Wert?<br>Um den 1.1.1970 ist der Nullpunkt der Unixzeit. Eventuell gibt es hier ein Konvertierungsproblem?<br><br>Schöne Grüße,<br>Felix
Hi razorghex,<br><br>we are glad that you are joining the club happy zenon users!<br><br>I would suggest to contact your local sales representative and discuss training options in order to assist you...
Dear ErikChristensen,<br><br>are you using the SQL export or the built in SQL-evacuation of zenon historian module?<br><br>Regards,<br>Felix
Hallo Tommylik,<br><br>bitte beachte, dass VBA-Code den zenon Hauptthread blockieren kann.<br>Ich würde das daher ausgiebigst testen. Auch mit Testfällen wo die Rechner übers Netz nicht erreichbar...
Auch von meiner Seite her Danke an die Community für die tolle Unterstützung hier (und auch in anderen Threads!)!<br><br>VBA ist seitens Microsoft seit geraumer Zeit abgekündigt.<br>So auch VSTA, das...
Das geht im zenon Editor in den Variableneigenschaften.<br><br>Generell empfehlen wir ab Version 7.60 den Umstieg von VBA auf das AddIn-Framework.<br><br>Schöne Grüße,<br>Felix
Hallo,<br><br>Wiki und Beispiele finden sich hier: https://github.com/COPA-DATA/DriverExtensions<br><br>Schöne Grüße,<br>Felix Steinlechner
Hallo wenzm,<br><br>welche zenon Version ist im Einsatz? Bei den aktuellen Versionen ließe sich das über ein selbstprogrammiertes AddIn lösen.<br>In der demnächst erscheinenden Version 8.20 über eine...