Jay,<br><br>Not sure if you've seen the section of the manual which covers some of these topics? Look in the help files under 'Zenon Security Guide'.<br><br>I have previously asked if there were any...
Type: Posts; User: HMIdeveloper123
Jay,<br><br>Not sure if you've seen the section of the manual which covers some of these topics? Look in the help files under 'Zenon Security Guide'.<br><br>I have previously asked if there were any...
Thanks for the feedback David.<br><br>We have opted to keep projects completely seperate as a measure to ensure that it is in no way possible to control one project from the other site.. by using...
Jose,<br><br>We use the Win 10 IOT version of SEL computers and PRP does work. Unless you really need Windows server for some reason (eg running domain controller etc) there shouldn't be any reason...
Hi,<br><br>I have noticed when importing screens / functions from one project to another that we end up with 'orphaned' objects within the screens.<br><br>Is there any way to find out where these are...
Morning all,<br><br>For various project related reasons I have a requirement to have 2 separate Zenon projects running on 2 different pairs of servers. It was orignially going to run using a...
<br><br>Nevermind, I completely missed the 'Allocation' tool under variables. I have been able to map to a simulation point successfully.<br><br>I knew there must be a (relatively) simple way to do...
<br><br>Felix,<br><br>I hadnt considered zenon logic... mainly as I've never used it before!<br><br>I would ideally like to do this directly in Zenon as if we start having to use the logic editor,...
<br><br>Thanks Ursula. I have not used the SIMUL32" driver before... how do I 'map' the incoming signal to the simulated point?<br>
<br>
From a bit of digging through the driver manuals it seems math driver & ADP cant use hysteresis. <br><br>Is there another driver type I can use to map temporary variables on to?
Randy,<br><br>You need to set the 'use qualifier of command' in the command processing for each of your controls.<br><br>Set the qualifier to 2 to use trip/close.<br><br>See the manual page for...
Hi,<br><br>I'm trying to achieve a 'deadband' on analogue inputs sent via DNP3 outstation from process gateway. Support have confirmed that PG doesn't have such a feature so I have requested...
Sorry, 1= left.
I have got values which work experimentally.<br><br>For font it seems all you need is the dynProperties("Font") = 2 (or whatever the index is in the font table)<br><br>For the colour from the palette...
Did some experimenting on this as I was curious while investigating a similar issue.<br><br>For some reason the values seems to be:<br><br>Left = 0<br>Center = 8<br>Right = 4<br><br>Found these by...
If I do DynPropertiesEnum("") for the particular object I'm trying to apply these to (a button) then I find that there isn't a 'LinkedFont' property, but there is a 'Font' property.<br>The font as...
Hi,<br><br>I'm trying to set the DynProperties for an element but its not liking it as I'm trying to set them to 'linked' values.<br>
elbutton.DynProperties("BackColor") = "8000000E"<br><br><br>...
Ok, never mind I have realised how to do this.<br><br>Instead of creating a blank symbol using elements.create, I used the .InsertSymbol method instead (it seems to assign a sensible...
Hi,
I'm using some code to create linked symbols on a screen & have run afoul of not using unique Symbol numbers (Dynproperty PropSymbolNumber).
Is there a method to check for existing values?...
Ursula,<br><br>Thanks for the reply.. I will certainly give that a try, although I was hoping there would be way to do this without using Zenon Logic... in the editor only. Is there at least a way...
Can anyone give some thoughts on the best way to take multiple single binary inputs and convert them to an analogue value?
We have a tap changer which gives us discrete binary output for each tap...
In case anyone needs to get a 64-bit file browser working here's how I got it to work (code adapted from code written by someone much smarter than me online).<br><br>I used this code for browsing...
To anyone experiencing the same issue, this was fixed by uninstalling & then reinstalling Zenon.
I've written a function to do this now, so will post here in the spirit of Cunningham's law..
Public Function GetRemaIndex(RemaName As String) As Integer
Dim i, j As Integer
j =...
so I have been able to set this based on the post here:<br><br>https://forum.copadata.com/showthread.php?3417-Rema-Object-einem-Limit-zuordnen&highlight=dynproperties<br><br>only using the 'ID' of...
Hi,<br><br>I'm trying to create a macro that will create new variables in the editor. <br><br>I can set properties such as net address & offset, but if I try to set the reaction matrix this way...