Skip to content

Elipse Knowledgebase

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

Category: English

KB-25514: Creating links between objects in different screens.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-25514: Creating links between objects in different screens.

Question: Can objects from two different screens be linked to one another? Solution: No, they can’t. If it is really necessary to link these objects, you can add internal tags…

Read More

KB-21269: Window pointing to the folder where the file must be saved.

25 de March de 20193 de October de 2019Elipse SoftwareLeave a Comment on KB-21269: Window pointing to the folder where the file must be saved.

Question: Which method should I use to open a Windows screen asking in which folder the user wishes to save a certain file, or in which folder the file is?…

Read More

KB-20337: StrZero function in E3.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-20337: StrZero function in E3.

Question: Is there a function similar to SCADA’s StrZero in VBScript? Solution: No, there is no such function in VBScript. However, this could be worked around with this script: Dim…

Read More

KB-25504: Converting HIMETRIC into PIXEL.

25 de March de 20198 de July de 2020Elipse SoftwareLeave a Comment on KB-25504: Converting HIMETRIC into PIXEL.

Question: How can I convert HIMETRIC into PIXEL when I can’t access the corresponding function in E3? Solution: The formula is: HIMETRIC = (PIXEL * 2540) / 96 Then, all…

Read More

KB-15050: Activating Windows Script Debugger.

25 de March de 20193 de October de 2019Elipse SoftwareLeave a Comment on KB-15050: Activating Windows Script Debugger.

Question: How can I activate Windows Script Debugger? Solution: Scripts can be debugged in E3 either in the server or in the Viewer. To do so, you must install the…

Read More

KB-28809: Setting Windows’s clock via E3 scripts.

25 de March de 201923 de August de 2021Elipse SoftwareLeave a Comment on KB-28809: Setting Windows’s clock via E3 scripts.

Question: How can I set Windows’ clock via E3 scripts? Solution: To do so, use DATE and TIME commands via DOS command line. It can be inserted in a script…

Read More

KB-19687: WriteEx() method returning error.

25 de March de 201923 de January de 2025Elipse SoftwareLeave a Comment on KB-19687: WriteEx() method returning error.

Question: I use WriteEx() method to command a remote device’s output. Some of these commands return errors, but the driver’s log indicates this method is working properly. How can I…

Read More

KB-15510: Changing a pen’s width at runtime.

25 de March de 201923 de April de 2019Pudi, Ricardo MeurerLeave a Comment on KB-15510: Changing a pen’s width at runtime.

Question: How can I change a pen’s width at runtime? Solution: To do so, you must change the pen’s Width property via scripts. Example: Screen.Item(“E3Chart1”).Pens.Item(“Pen1”).Width = 20 NOTE: Attached to…

Read More

KB-26508: Additional parameters for opening a screen.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-26508: Additional parameters for opening a screen.

Question: How can I pass additional parameters for opening a screen via scripts? Solution: To do so, you can use Parameter field in Open Screen pick. In OnPreShow event of…

Read More

KB-16467: Loading a query’s result into an internal tag.

25 de March de 201921 de January de 2020Pudi, Ricardo MeurerLeave a Comment on KB-16467: Loading a query’s result into an internal tag.

Question: How can I load a query’s result into an internal tag? Solution: To do so, you must use query’s GetADORecordset() method. In the script below, the query on the…

Read More

Posts navigation

Previous 1 … 155 156 157 … 181 Next

Categories

Search by Category

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