KB-67793: Using an array in a script with Function instruction in Elipse E3.
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:…
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:…
Question: I want to connect Elipse E3 to Excel 2013 via ADO, as in the script below: However, when I try to connect it this way, the following warning message…
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…
Question: Why is the following message being displayed in Elipse E3? THE OBJECT COULD NOT BE LOADED CORRECTLY BECAUSE SOME OBJECTS’S CLASSES WERE NOT FOUND. USE “CHECK THE DOMAIN” OPTION…