Skip to content

Elipse Knowledgebase

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

Category: Elipse E3

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-13594: Retrieving the RGB value from an absolute value.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-13594: Retrieving the RGB value from an absolute value.

Question: How can I convert an absolute decimal value into its separate RGB values? Solution: To do so, you will need to use scripts. In the example below, the script…

Read More

KB-28855: Writing multiple values at once in a block.

25 de March de 20198 de August de 2025Renan De RossiLeave a Comment on KB-28855: Writing multiple values at once in a block.

Question: Can I write all the values in a block at once, instead of writing them individually in each element? Solution: Yes. To do so, disable the IOBlock’s AllowWrite property…

Read More

KB-17264: Playing sound files via E3.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-17264: Playing sound files via E3.

Question: How can I play sound files in E3? Solution: To do so, select a script and use Viewer’s PlaySound method. NOTE: Attached to this article is a sample application…

Read More

KB-12286: Creating links at runtime.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-12286: Creating links at runtime.

Question: How can I create links between I/O tags and objects already added to the screen, at runtime?Solution: To do so, use the object’s CreateLink method.: CreateLink (Property, Source[, Type])…

Read More

KB-29215: Script debugger for Windows Vista.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-29215: Script debugger for Windows Vista.

Question: Is there a Windows Vista-compatible script debugger available that can be used with E3? Solution: No, there is no specific script debugger available in Windows Vista, but we recommend…

Read More

KB-19378: Showing the value of the pen being plotted by E3Chart.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-19378: Showing the value of the pen being plotted by E3Chart.

Question: How can I show in a display the value of the pen being plotted in E3Chart? Solution: To do so, you must add E3Chart‘s GetCursorPos(x,y) method to a script…

Read More

KB-19299: Comparing dates in a script.

25 de March de 201926 de May de 2026Elipse SoftwareLeave a Comment on KB-19299: Comparing dates in a script.

Question: How can two dates from two different sources be compared to each other? Solution: To do so, you must use CDate() command to format the dates before they are…

Read More

KB-19380: Disabling tags’ read/write.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-19380: Disabling tags’ read/write.

Question: How can I disable the writing and reading of all the tags in a folder inside an I/O driver? Solution: To do so, you must use the Deactivate() method…

Read More

Posts navigation

Previous 1 … 107 108 109 … 130 Next

Categories

Search by Category

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