Skip to content

Elipse Knowledgebase

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

Category: Scripts

KB-29409: Creating a table link at runtime, via scripts.

25 de March de 201922 de May de 2019Enrico Busnello AmorimLeave a Comment on KB-29409: Creating a table link at runtime, via scripts.

Question: How can I create a table link in runtime via scripts? Solution: To do so, you must first use CreateLink method to create the link, and pass parameter “4”…

Read More

KB-29833: Checking or disabling menu options with SelectMenu method.

25 de March de 201923 de April de 2019Enrico Busnello AmorimLeave a Comment on KB-29833: Checking or disabling menu options with SelectMenu method.

Question: How can I check or disable a menu option in SelectMenu method? Solution: To check an option, add an asterisk (*) before the option. To disable an option, add…

Read More

KB-29768: Keeping a window from opening when login is cancelled.

25 de March de 201923 de April de 2019Renan De RossiLeave a Comment on KB-29768: Keeping a window from opening when login is cancelled.

Question: I have inserted Login() method in Viewer’s OnStartRunning event. However, when I click on Cancel button in the login window, the screen opens anyway. How can I fix this?…

Read More

KB-30432: Difference between current time and time in a setpoint, in minutes.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-30432: Difference between current time and time in a setpoint, in minutes.

Question: How can I obtain the difference between the current date/time and the date/time input in a setpoint, in minutes? Solution: To do so, you can use the following script:…

Read More

KB-30127: Using an internal tag as vector (Array).

25 de March de 201931 de March de 2025Renan De RossiLeave a Comment on KB-30127: Using an internal tag as vector (Array).

Question: How can I use an internal tag as vector (Array)? Solution: To save a vector in an internal tag, you must use the following script: Dim list(2) list(0) =…

Read More

KB-29405: Enabling/Disabling Caps Lock at runtime.

25 de March de 201924 de April de 2019Renan De RossiLeave a Comment on KB-29405: Enabling/Disabling Caps Lock at runtime.

Question: Can the Caps Lock key be enabled/disabled via E3? Solution: Yes, this cane be done via VBScript‘s SendKeys method. The script below toggles the Caps Lock key: set WshShell…

Read More

KB-29866: Opening Windows Explorer in a specific folder, via E3.

25 de March de 201924 de April de 2019Renan De RossiLeave a Comment on KB-29866: Opening Windows Explorer in a specific folder, via E3.

Question: Can I open Windows Explorer in a specific folder, via E3? Solution: Yes. With Run Application pick, you will just need to type the address of the folder in…

Read More

KB-29076: Sequence of Events (SOE).

25 de March de 201922 de January de 2020Paulo Gustavo SüffertLeave a Comment on KB-29076: Sequence of Events (SOE).

Question: How can I perform a Sequence of Events (SOE) in E3? Solution: This can be done in two ways: via alarms settings, or via I/O Driver’s OnTagRead event. How…

Read More

KB-29522: Opening a screen from a frame on another frame.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-29522: Opening a screen from a frame on another frame.

Question: On a frame, how can I open a screen on another frame? Solution: To do so, you can use a script with methods GetFrame() and OpenScreen(). Example: Application.GetFrame(“”).OpenScreen “NameOfTheFrame”,…

Read More

KB-14836: Plotting functions in E3.

25 de March de 201928 de July de 2020Pudi, Ricardo MeurerLeave a Comment on KB-14836: Plotting functions in E3.

Question: How can I plot the functions y=x+2; y=X^2; y=x^3 in an E3Chart? Solution: To do so, use Pen’s AddPoint method, via scripts, to add points to a chart. Examples:…

Read More

Posts navigation

Previous 1 … 25 26 27 Next

Categories

Search by Category

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