Skip to content

Elipse Knowledgebase

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

Category: Scripts

KB-43080: Creating Back and Next buttons to navigate Elipse E3 screens.

25 de March de 201926 de August de 2021Elipse SoftwareLeave a Comment on KB-43080: Creating Back and Next buttons to navigate Elipse E3 screens.

Question: How can I add Back and Next buttons to the Elipse E3 project, so that they can operate similarly to the web browsers buttons of the same name? Solution:…

Read More

KB-42651: Script not working.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-42651: Script not working.

Question: Why can’t I run and compile scripts (via E3 Studio) in my computer? When I issue the ‘compile’ message, no message is displayed in the message box below the…

Read More

KB-42297: Annual Preset.

25 de March de 201922 de April de 2019Marco Antonio Gomes SilvaLeave a Comment on KB-42297: Annual Preset.

Question: How can I reset the value of an InternalTag annually on January 1st? Solution: To do so, follow these procedures: 1. Add a TimerTag with the following configuration: a.…

Read More

Handling script errors.

25 de March de 201924 de February de 2022Elipse Software4 Comentários on Handling script errors.

A script error can happen for several different reasons. Some examples are: The operator forgot to fill in a Setpoint and then hit a button; The script required the value…

Read More

KB-42306: Running ExecuteExternalApp method in a server’s script.

25 de March de 20192 de July de 2019Elipse SoftwareLeave a Comment on KB-42306: Running ExecuteExternalApp method in a server’s script.

Question: How can I run the ExecuteExternalApp method in a server’s script? Solution: To do so, you can use the script below, which will perform the same task: Set shell…

Read More

KB-41359: Special characters in the setpoint.

25 de March de 201922 de April de 2019Marco Antonio Gomes SilvaLeave a Comment on KB-41359: Special characters in the setpoint.

Question: How can I keep the user from typing special characters in a setpoint ? Solution: To do so, you must add the following script to Setpoint’s Validate event: N…

Read More

KB-41736: Script error when writing on a tag.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-41736: Script error when writing on a tag.

Question: When there is no communication with the device, why does WriteEx() method not return script errors, unlike a regular write on tag, which always returns this type of error?…

Read More

KB-40655: Digital link via scripts.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-40655: Digital link via scripts.

Question: How can I create a digital link via scripts? Solution: Example: set bind = Screen.Item(“Text1”).Links.CreateLink(“Value”, “Data.Tag1.Value”, 3) bind.OnValue = “Text ON” bind.OffValue = “Text OFF”

Read More

KB 39563: Server quitting a remote Viewer via scripts.

25 de March de 201924 de April de 2019Elipse SoftwareLeave a Comment on KB 39563: Server quitting a remote Viewer via scripts.

Autor
Mateus Machado

Read More

KB-31483: ShowFilePicker() function not returning selected path.

25 de March de 201927 de February de 2023Elipse SoftwareLeave a Comment on KB-31483: ShowFilePicker() function not returning selected path.

Question: At an application, the following script is being used: Application.ShowFilePicker true, Application.GetObject(“Data.InternalTag1”).Value, , 98 Why is the Internal Tag not receiving the selected file’s path? Solution: This happens because…

Read More

Posts navigation

Previous 1 … 10 11 12 … 27 Next

Categories

Search by Category

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