KB-55539: Running a Stored Procedure in E3 with input/output data.
Question: How can I run a Stored Procedure in E3 that passes input data and reads output data? Solution: To do so, follow these procedures: 1. Declare the output variable:…
Question: How can I run a Stored Procedure in E3 that passes input data and reads output data? Solution: To do so, follow these procedures: 1. Declare the output variable:…
Question: Can I export a list of I/O tags from Elipse SCADA to E3? Solution: Yes, you can. To do so, you must access the driver in Elipse SCADA via…
Question: When executing a command via scripts, “Error creating VBScript object” is displayed in the log. How can I fix this? Solution: Elipse E3 uses Visual Basic 32 bits as…
Descrição: Ao importar os símbolos na configuração, o driver retorna a seguinte mensagem de erro: “WARNING: The number of variables to import will exceed the maximum number supported. Delete at…
Descrição: Como estabelecer a comunicação entre o Elipse E3 e o microcontrolador da plataforma Arduino? Solução: Para estabelecer essa comunicação, será utilizado o driver Modicon Modbus Master (ASC/RTU/TCP), disponível para…
Another possibility is to use the technique of scanning a certain location (such as a data folder or a substation) to look for specific types of objects (internal tags, switchers,…
Most Elipse E3’s and Elipse Power’s objects can be inserted via scripts with AddObject method: AddObject(ClassName[[, Activate], ObjectName]) This method’s parameters are: ClassName: indicates the type of object to be…
In scripts that create objects automatically, it is important to check whether such objects have already been created in the application, in order to avoid duplicated objects or even script…
Descrição: Como utilizar múltiplos monitores no Elipse SCADA? Solução: Para abrir as telas do Elipse SCADA em múltiplos monitores, deve-se fazer a seguinte configuração: 1. Abra a tela do Organizer.…
Descrição: É possível ler o relógio dos equipamentos utilizando o Driver Power Measurements ION? Solução: Sim. Para que seja possível ler o relógio dos equipamentos, deve-se criar um tag de…