Skip to content

Elipse Knowledgebase

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

Categoria: En

KB-32047: Inserting a table in a formatted report.

25 de março de 201918 de outubro de 2019Elipse SoftwareDeixe um comentário on KB-32047: Inserting a table in a formatted report.

Question: Can I insert a table in a formatted report? Solution: Yes, but the table must be drawn manually. It will also remain fixed, that is, it will not increase…

Leia Mais

KB-24635: Checking wheter Value property is already linked, at runtime.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-24635: Checking wheter Value property is already linked, at runtime.

Question: How can I check, at runtime, whether an object’s Value property is already linked? Solution: To do so, use a script that is similar to the one in the…

Leia Mais

KB-27707: Synchronizing PLC’s and computer’s date/time (BIOS).

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-27707: Synchronizing PLC’s and computer’s date/time (BIOS).

Question: How can I synchronize the PLC’s date/time with the computer’s date/time (BIOS)? Solution: To do so, use this script: dim oShellSet oShell = CreateObject(“WSCript.shell”)oShell.run “cmd /K DATE “& Application.GetObject(“Dados.Data”).Value,0…

Leia Mais

KB-28518: Opening a pop-up window from another pop-up window.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-28518: Opening a pop-up window from another pop-up window.

Question: How can I open a pop-up window from another pop-up window, closing the first window in the process? Solution: To close the first pop-up window, follow these procedures: Create…

Leia Mais

KB-28479: Retrieving a string’s size.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-28479: Retrieving a string’s size.

Question: How can I retrieve the number of characters in a string? Solution: To do so, use VBScript’s Len function. Sample script to be executed at a button’s Click event:…

Leia Mais

KB-28475: Converting integers into strings.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-28475: Converting integers into strings.

Question: How can I convert an integer into a string? Solution: To do so, use VBSscript’s CStr command. For example: CStr(15).

Leia Mais

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

25 de março de 2019Elipse SoftwareDeixe um comentário 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…

Leia Mais

KB-20337: StrZero function in E3.

25 de março de 2019Elipse SoftwareDeixe um comentário 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…

Leia Mais

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

25 de março de 201923 de agosto de 2021Elipse SoftwareDeixe um comentário 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…

Leia Mais

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

25 de março de 201923 de abril de 2019Pudi, Ricardo MeurerDeixe um comentário 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…

Leia Mais

Navegação por posts

Anterior 1 … 52 53 54 … 60 Próximo

Categorias

Busca por Categoria

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