Hi,
setting the obVar.Value will result in an endless loop, try this instead
Public Function AdjustZenOnValue_Scaling330KV(obVar As Variable, vValue As Variant) As Double
On Error Resume Next...
Type: Posts; User: sntech
Hi,
setting the obVar.Value will result in an endless loop, try this instead
Public Function AdjustZenOnValue_Scaling330KV(obVar As Variable, vValue As Variant) As Double
On Error Resume Next...
Hi,<br>I could reproduce this behaviour, I named a variable "CON" and added it to the archive, whenever I clicked on the project on the tree, I got this message.<br>So try to avoid variables names...
Hi,<br>could you elaborate on this point "<strong>1. How to set a PLC variable by clicking a button?"<br></strong>What is your usecase here? Where would the parameter for the C# Function come...
<br>Hi,<br>you have some options.<br> Probably the best would be the SNMP
Driver, next to Pingstate one can monitor the whole network e.g. state
of a port on a networkswitch.<br>further reading...
Hi,<br>kurzer Tipp hierzu, die Umstellung erfolgte von 7.20 in 7.50, deswegen gibt es in der 7.20(nur da) einen StaticTextWizard der macht aus einer eingebetteten Schrift eine verlinkte...
Hi,<br>it is hard to analyse without further information.<br>What I suggest you to do would be, log the communiction with the Diagviewer(<span style="font-family:arial;"><strong>Manual->Drivers->...
Hi,<br>i guess you are looking for "SymbAddr"<br>best regards<br>Sigi
Hi,<br>could you specify your use case?<br>We currently have a wizard, Variables->Everywhere Essentials QR Code Generator, which creates QR Code for variables. This QR codes may then be used in the...
Hi, <br>I guess you look for the "Autorization in Network" which you'll find in projectsettings-network<br>From the Help chapter(further reading <a href="98424.htm">Manual</a> -> <a...
Hi,<br>ich hab mal ein Sample angehängt wie man ArchiveWerte für einen bestimmten Zeitraum für EINE Variable ausliest, wenn also mehrere Variablen aus dem Archive benötigt werden bitte...
Hier ist das Problem das dabei der MainThread blockiert wird.Hab dazu mal ein kleines Sample gemacht, dass mit Block() den MainThread für 10 sec. blockiert.
Alternativ könntest du die Gui auch mit...
Hi loucks80,
for further posts regarding code I kindly ask you to use the text formatting as you see below,as it is easier to read and find the issue.
Regarding your issue.
Please use the...
Please see http://forum.copadata.com/showthread.php?t=3716
Best regards
Additonaly if you are familiar with C# you could expand the System Text Wizards to suit your needs since it is available in the WorkspaceAddin. If you have a look at it you'll see that it uses a xml...
Hmm could you tell me which version you are working with
public void Macro_CreateTemplate()
{
for(int i=0;i<this.Parent.Projects().Count;i++)
{
...
There would be 2 options for this
If you export the language table in the zip(via the wizard) there will be a xml called translation xml. There you'll find entries like this
<Screens>
...
In zenon Editor open the according AlarmScreen and select the AlarmMessagList. In Properties go to Runtime=>Double Tap as Reaction chose "No reaction" instead .See Screenshot
Best regards
Sigi
Hi,
as I see it, there are 2 options.
Option 1:
Don't import your XML-Templates directly. In your Wizard make a Copy of your XML file, then edit the XML to your needs and then import the edited...
Hi,
im Moment wird an einem Demo und Tutorial für genau deinen Anwendungsfall gearbeitet. Leider habe ich mit der StratOnCom noch keine Erfahrung, aber es gibt auch eine Alternative=>
Das Invoken...
Naja, damit bekommst du Messages vom System, in dem Fall sogar MouseDown/UP (nur wenn auf einem Element z.b. Button oder Liste)im Falle eines TouchDowns/Up. Somit lassen sich die MouseEvents wieder...
Hi,
Sorry hab mir noch ne VM mit Windows7 machen müssen um das zu testen.
dann Ansatz gefällt mir gut, ich sehe nur 2 Problem, die Übersetzung von Start,Delta und Complete in ein MouseClick und das...
Hi,
ich hätte da vielleicht eine Idee.
Bitte kurz zur Klarstellung, wer welche Infos braucht und wo die Events stattfinden.
Wenn Window7Touch in zenon aktiv ist, werden durch das Touchlayer...
Hi,
ich glaub nicht das es direkt über die API geht, ich würde in dem Fall über die Project.ini gehen.
z.B um die Row1 Color zu lesen
string inPath = this.activedocument.Path +...
Yes you can, via OnlineVariable, please check out the Thread "Sample How to create a OnlineContainer" in this Forum.
http://forum.copadata.com/showthread.php?t=1074
Hi,
hier eine Beispiel wie man das in C# umsetzen kann, sollte aber in VBA analog funktionieren, hierbei wird auch überprüft ob für den Zeitpunkt schon ein Eintrag existiert in dem Fall würde er...