KB-31839: Alarm group’s OnAlarmReturn() event.
Question: How can I tell whether an alarm group has returned, since this object doesn’t have an event such as OnAlarmReturn(), only OnAlarm()? Solution: The alarm group’s OnAlarm() event fires…
Question: How can I tell whether an alarm group has returned, since this object doesn’t have an event such as OnAlarmReturn(), only OnAlarm()? Solution: The alarm group’s OnAlarm() event fires…
Question: I have several screens in my application, each one with its own Alarms object. How can I have each of these objects showing only its own screen’s alarms? Solution:…
Question: How can I create a Function instruction in an E3 script with an array? Solution: To do so, use a script similar to the one in the example below:…
REPORTS Para a leitura de valores utilizando o driver IEC61850, não é indicada a leitura por polling dos dados. Em vez disso, deve-se preferencialmente utilizar reports, para aumentar a eficiência…
Descrição: Como posso criar tags de forma manual no Driver SNMP? Solução: A criação de tags de forma manual acontece quando mesmo após seguir os procedimentos do artigo KB-58480: Erro…
Descrição: Quero conectar o Elipse E3 ao Excel 2013 via ADO, como no script abaixo: No entanto, ao tentar conectar deste modo, é retornado o seguinte erro: “Provedor não encontrado.…
To enable Elipse SCADA to send SNMP traps to a server on the network, the following settings are necessary: Installing and setting up Windows SNMP service. Installing Elipse SCADA’s SNMP…
Autor
Mateus Machado
Descrição: Como posso criar uma instrução Function em script do E3 utilizando um array? Solução: Para isto, utilize um script como o do exemplo abaixo: Sub CommandButton1_Click() ‘ Operações dos dados enviadas…
Question: How can I write a script using an IODriver property in a library? Solution: This script must be written normally. The only difference is that when you use a…