Hi, I've been trying to create an intern variable using Scada addin<br>I'm VariableCollection Create method like this:<br><br>IVariableCollection myVariables =...
Type: Posts; User: lsimas3
Hi, I've been trying to create an intern variable using Scada addin<br>I'm VariableCollection Create method like this:<br><br>IVariableCollection myVariables =...
Hello, <br><br>I ran into a problem, when I launch an addin from zenon runtime. runtime freezes. It makes sense, because both the addin and the runtime run in foreground thread. So I read that I...
Thanks. it worked.<br>firstly I declared IVariableCollection with:<br><br>IVariableCollection myVariables = context.VariableCollection;<br><br>then I simply wrote value to each variable...
Hi, <br>I was wondering is it possible to populate a ListBox element in Runtime with a list created in ScadaAddin. And if it is possible then how should I do it? Thanks in advance.<br>
Felix, we've tried using imbedded SQL driver, but we ran into another problem: we need our tables to remain the same formatting as before, because they're already used to generate reports. SQL driver...
Hi, <br>I just started working with scada addins and came up with a little problem: I am trying to write a script that takes variable values that are already imported in Zenon 8.20 and send them to...