Wenn nur Englisch benötigt wird, kann man mit dem Startup Tool die Sprache umstellen.<br>Menü: Application/Options...<br>Unter General 'Language for Editor and Runtime' einfach die Sprache ändern und...
Type: Posts; User: stefan_m
Wenn nur Englisch benötigt wird, kann man mit dem Startup Tool die Sprache umstellen.<br>Menü: Application/Options...<br>Unter General 'Language for Editor and Runtime' einfach die Sprache ändern und...
Please see some other Threads<br><br><a data-cke-saved-href="https://forum.copadata.com/showthread.php?8986-How-to-assign-a-certain-entry-in-an-archive-to-a-variable"...
Hi,<br>you can use the recording type 'Event-triggered recording' with the option Apply timestamp from Trigger variable.<br>Set the trigger variable with the PLC or use the time control.<br><br>What...
The server address is <strong>smtp</strong>.gmail.com not stmp.gmail.com<br><br>Please use TLS version 1 with Port 587<br>Authentification: Use SMTP authentification on the outgoing mail server.
Hi,<br><br>the function F_SAVERETAIN creates a file in binary format and is only readable with the function F_LOADERETAIN.<br><br>Try this function LogFileCSV instead.<br><br>Best...
Hello,
you can do something like this for RDA type 4
Create a new Variable TempVar : ARRAY [0 .. 3] OF USINT ;
//RDA implementation with REAL// initialize Helper Array for 'SERIALIZEIN'...
Hi, <br><br>please take a look at this thread: <a...
Maybe a Switch would do this for you.<br>Properties<br> Write set value<br> Momentary switch -> active<br> ...
Hallo Nico,<br><br>möglicherweise hilft die Anleitung im Thread: <br><a...
Im Prinzip kann das Problem auch mit Standardfunktionen gelöst werden
Module: Report Generator, Zeitsteuerung, Variable, Archivserver
Funktionen: Report Generator: ausführen
1: Report anlegen...
Ja, das ist so gewollt.
Es war in 6.51 nicht möglich in der Sprachdatei das Zeichen "@" zu verwenden wie zum Beispiel in einer Emailadresse.
Anstatt des Leerzeichens kann auch zB das Unicode-Steuerzeichen "ZWJ Verbindungselement mit Breite 0" verwendet werden. Dadurch vermeidet man den Abstand den ein Leerzeichen verursachen würde.
Möglicherweise fehlt eine Systemvorrausetzung.
Aus dem Verzeichnis 'AdditionalSoftware\Microsoft Visual Studio C++ Redistributables' die beiden Batch Dateien Setup VC++ 2013_x64.bat und Setup VC++...
in the project manager open Screen->Font lists
Add your specific font to the existing Font list
Select the CombiElement and set this font in the property Font (Representation)
Open the...
Eine Projektdatenbank mit 13 GB kann es eigentlich auf einem SQL-Server Express nicht geben. (-> http://msdn.microsoft.com/en-us/library/cc645993(v=SQL.110).aspx)
Die Datenbankgröße ist auf 10 GB...
Der Zeitstempel der Min/Max Werte kann auf zwei unterschiedliche Arten gesetzt werden.
Dialog: Archiv bearbeiten, unter Optionen "Zeitstempel in Folgearchiven setzen"
Bei "Zeitstempel der...
Hi,
the archive saves the information time based. I could not see a solution that fits your problem.
Hallo,
das Setzen der Uhrzeit in der Steuerung sollte nur über einen Funktionsblock erfolgen.
Da bei der Übertragung der Uhrzeit Fehler auftreten können muß eine Plausibilitätsüberprüfung vor dem...
Bei meinem Projekt ist mir kein Unterschied zwischen Standalone und Server/Standby Betrieb aufgefallen.
Funktioniert der Zugriff auf das Alpha Archiv wenn VBA beim Filter nicht verwendet wird?
...
There are two ways to display text instead of a number. see 'Report1.xrs' in the attached project.
Use a picture from screentype 'Archive revision' with default control elements.
With the...
1. Open the report.
2. Select the specific column (e.g. click on table header [A] to select the complete column)
3. open the context menu and select 'Format Columns...'
4. select last tab (Column)...
see attached project.
used modules:
* historian
* report generator
* time control
To store the values in the archive the 'Type of scan' is set to 'Event-triggered'
A variable 'Trigger' is...
The file is stored in
for 6.22 SP1: %Programfiles%\COPA-DATA\zenon 6.22 SP1\PROFINET\DRV
for 6.50 SP0: %Programfiles%\COPA-DATA\zenon 6.50 SP0\PROFINET\DRV
see also the pdf file in thread...
Attached you will find a project to demonstrate how to set up the archives and filters to display the correct values in an report.
Take look at
Function: Report_Month; Tab 'Time': Properties:...
Please take a look at the attached project.
It uses the worldview-picture to emulate the scrollbar.