Hi!
Try this example from the help file in zenon 8.10:
using System;
using Scada.AddIn.Contracts;
using Scada.AddIn.Contracts.Historian;
using System.Diagnostics;
Type: Posts; User: FredrikV
Hi!
Try this example from the help file in zenon 8.10:
using System;
using Scada.AddIn.Contracts;
using Scada.AddIn.Contracts.Historian;
using System.Diagnostics;
Hi!<br><br>I think you want to apply the filter before reading values.<br><br><img src="https://forum.copadata.com/attachment.php?attachmentid=3247&stc=1" attachmentid="3247" alt=""...
Hi!<br><br>If you check the Object Model for Addin, there is a summary in the top of the description of each object.<br>For...
Hi!<br><br>String variables have a maximum length of 255 chars.<br>Check the part "Text buffers manipulation" in the help file!<br><br>Remember that there is a bit "low level" memory handling...
Hi!<br><br>Since I don't know what you want to accomplish this might be a stupid suggestion, but if you want to set a variable true and wait 10 seconds for it to change back to false, maybe to check...
Hi!<br><br>You can do a Workspace backup.<br>It will contain your projects and the structure they have in your workspace.<br><br>Best regards<br>Fredrik
Hi!<br><br>More info: <a data-cke-saved-href="https://www.copadata.com/en/support-services/knowledge-base-faq/pseveral-issues-were-observed-where-the-web-clie-2909/"...
Hi!<br><br>They are only warnings (orange) and you can ignore them.<br>Errors are red.<br><br>/Fredrik
Hi!<br><br>As far as I understand from the screen shot it tries to open symbol files from the global symbol library, batteries_16_9.SYM.<br>I don't know why you have this strange ._ prefix in file...
Hi Andreas!<br><br>Check the documentation of the driver.<br><div>
<div id="breadcrumb">Service Engine drivers -> IEC850 -> IEC850 client functions ->...
Hi Arun!
Why would you need to do that?
Wildcards work in Command processing.
From the help file: Manual ->Energy Edition ->Command Processing
Name replacement
To simplify or to...
Hi!<br><br>For back, you can use the function "Screen: Return to last".<br>There is no similar function for forward.
Hi!<br><br>Change your "Driver Object Type" to PLC Marker.<br>Right now, you are only reading communication statistics from the driver.<br><br>/Fredrik
Hi!<br><br>In zenon 10 there is a function to start and stop project service extensions.<br>It's called "<span class="popuponclicktemplate "><a data-itemtoggle="popover" id="d1e828863"...
Hi!
Check the Alarm chapter in the help.
https://onlinehelp.copadata.com/Content.html?product=supervisor&version=820&lang=en&id=6491D41AC47F9A3BABBE49CB972D615FA6CD3A48D47A777B49D9580493BC0D3D
...
Hi!
If you create a driver and create variables they are not polled automatically when you start the Runtime. They have to be used somewhere for actually being polled.
This is where "advised"...
Hi!<br><br>You cant create an element in Runtime:<br><br><img...
Hi!<br><br>When learning zenon, it is important to do a training before starting doing projects. Then you will get familiar with the naming used in the system.<br>There are online trainings that are...
Hi!<br><br>You should avoid a solution based on VBA for real time operations. There is a risk that you'll block the zenon Runtime.<br>Use the built in functionality like evacuation, export or the...
Hi!<br><br>I would recommend reading a quick Modbus intro for basic understanding of the protocol.<br>It will make it easier to understand how it works and how to map your variables without extra...
Hi!<br><br>Then you need to convert your variable.<br>An Int is signed 16 bits.<br>V110 := <span style="color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:...
Hi!<br><br>As mst wrote, itīs better to use the built in functionality.<br>If you just want to find out the total number of alarms in the project, why not use the system variable "<span...
Hi!
I see one SINT and one UDINT.
One variable is signed and use 8 bits while the other is unsigned and use 32 bits.
What data types in modbus are they mapped to?
Hi!<br><br>By default, zenon creates the runtime folder in C:\Users\Public\Documents\zenon_Projects.<br>Remote transport usually doesn't have permission to write files into another user...
Hi!<br><ol><li>The project should adapt automatically to the screen resolution on the panel PC, unless you have changed the settings in Monitor administration.<br><div>Manual / Monitor...