Skip to content

Elipse Knowledgebase

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

Category: Elipse E3

Returning items sorted alphabetically.

25 de March de 201924 de April de 2019Elipse SoftwareLeave a Comment on Returning items sorted alphabetically.

Autor
Mateus Machado

Read More

Extracting ZIP files via scripts.

25 de March de 2019Elipse SoftwareLeave a Comment on Extracting ZIP files via scripts.

Question:Can I extract a ZIP file via scripts? Solution: Yes, you can. For example: ‘ZIP file to be extracted:pathToZipFile=”C:\Folder1\MyZIPfile.zip” ‘Folder of destination:extractTo=”C:\Folder2\”‘Tests if the file existsset fso2 = CreateObject(“Scripting.FileSystemObject”)if fso2.FileExists(pathToZipFile)…

Read More

KB-38178: Closing a computer’s process via E3

25 de March de 201924 de November de 2022Elipse SoftwareLeave a Comment on KB-38178: Closing a computer’s process via E3

Question: Can I close a computer’s process via E3? Solution: Yes. To do so, you must write a script. For example: ProcessName = “notepad.exe”PID = 2536Set service = GetObject(“winmgmts:\\.\root\cimv2”)‘Closes the…

Read More

KB-38181: Counting Driver licenses in an XObject.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-38181: Counting Driver licenses in an XObject.

Question: In an application, an I/O Driver is inserted into an XObject. Are the Driver licenses counted for each XObject‘s license? Solution: Yes, each XObject‘s instance uses one Driver license.

Read More

Accessing all tags of a Driver.

25 de March de 201910 de June de 2019Elipse SoftwareLeave a Comment on Accessing all tags of a Driver.

Question: How can I access all tags of a Driver if it has several subfolders? Solution: To do so, you must write a script using recursion. Example (script executed at…

Read More

KB-34892: License to view application on two monitors.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-34892: License to view application on two monitors.

Question: Do I need an additional Viewer license to open an application on two monitors? Solution: No. Although you are using two monitors, the application is being executed on a…

Read More

KB-28261: Monitoring links between Remote Domains.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-28261: Monitoring links between Remote Domains.

Question: How can I detect when a Remote Domain is down via XObject?  Solution: To do so, follow these procedures: 1. Create an XObject, and insert three properties in it:…

Read More

KB-38040: Hot-StandBy servers’s switchover via scripts.

25 de March de 201911 de September de 2019Elipse SoftwareLeave a Comment on KB-38040: Hot-StandBy servers’s switchover via scripts.

Question: How can I force a HotStandBy servers’s switchover via scripts? Solution: To do so, you must enable the Activate backup server on local failure option in the Domain’s options…

Read More

KB-35784: Displaying values with milliseconds in a Report.

25 de March de 20192 de July de 2019Délio DaminLeave a Comment on KB-35784: Displaying values with milliseconds in a Report.

Question: How can I display values with milliseconds in a Report? Solution: For versions equal to or higher than v. 3.5 b. 174, to format the date/time with milliseconds, the…

Read More

KB-27327: Hiding data with bad quality in an E3Chart.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-27327: Hiding data with bad quality in an E3Chart.

Question: How can I keep bad quality data from being displayed in an E3Chart? Solution: To do so, you must edit ShowBadPoint property of all the chart’s pens to False,…

Read More

Posts navigation

Previous 1 … 65 66 67 … 130 Next

Categories

Search by Category

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