Skip to content

Elipse Knowledgebase

  • Home
  • English (US)English (US)
    • Português do BrasilPortuguês do Brasil

Category: Elipse E3

Automation in code generation: Lesson 4 – Scanning specific objects in a location.

25 de March de 20198 de April de 2020Elipse SoftwareLeave a Comment on Automation in code generation: Lesson 4 – Scanning specific objects in a location.

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,…

Read More

Automation in code generation: Lesson 5 – Adding objects via scripts.

25 de March de 20198 de April de 2020Elipse SoftwareLeave a Comment on Automation in code generation: Lesson 5 – Adding objects via scripts.

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…

Read More

Automation in code generation: Lesson 6 – Checking for pre-existing objects.

25 de March de 20198 de April de 2020Elipse SoftwareLeave a Comment on Automation in code generation: Lesson 6 – Checking for pre-existing objects.

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…

Read More

Automation in code generation: Lesson 3 – Changing a string into a vector.

25 de March de 20198 de April de 2020Elipse SoftwareLeave a Comment on Automation in code generation: Lesson 3 – Changing a string into a vector.

For the purposes of this article, we will consider option 1 from Lesson 2 is being used. After the .csv file has been read, we are left with a string…

Read More

Automation in code generation: Lesson 1 – Working with vectors.

25 de March de 20198 de April de 2020Elipse SoftwareLeave a Comment on Automation in code generation: Lesson 1 – Working with vectors.

A vector is a one-dimensional matrix with n positions. Each position can store a value of any type. Vectors are commonly used in automated scripts, because they allow multiple values…

Read More

KB-56005: Checking whether the program is being executed.

25 de March de 201923 de January de 2020Cézar Lumiatti TeixeiraLeave a Comment on KB-56005: Checking whether the program is being executed.

Question: Can I check, via scripts, if a program is being executed? Solution: Yes. By using winmgmts object and accessing the Win32_process instances, you can scan the name of all…

Read More

Automation in code generation: Lesson 7 – Events for script execution.

25 de March de 20198 de April de 2020Elipse SoftwareLeave a Comment on Automation in code generation: Lesson 7 – Events for script execution.

Autor
Mateus Machado

Read More

KB-55180: Interspersing the background color of a report’s rows.

25 de March de 201923 de January de 2020Cézar Lumiatti TeixeiraLeave a Comment on KB-55180: Interspersing the background color of a report’s rows.

Question: How can I print a report whose rows’ background colors are interspersed, in a zebra-like pattern? Solution: To do so, go to the section’s OnFormat event and insert a…

Read More

Automation in code generation: Introduction.

25 de March de 20198 de April de 2020Elipse SoftwareLeave a Comment on Automation in code generation: Introduction.

Elipse E3 and Elipse Power applications are developed with Studio, an application development tool whose intuitive graphical interface helps the developer to create and configure objects in a simpler way.…

Read More

Automation in code generation: Lesson 2 – Reading information from an Excel file.

25 de March de 20198 de April de 2020Elipse SoftwareLeave a Comment on Automation in code generation: Lesson 2 – Reading information from an Excel file.

Auxiliary Excel spreadsheets are commonly used in code generation because of their functionalities, such as sequential copies of cells and sorting out of information, among others. The spreadsheets can be…

Read More

Posts navigation

Previous 1 … 38 39 40 … 130 Next

Categories

Search by Category

© 2026 Elipse Knowledgebase | Elipse Software - Todos os Direitos Reservados.