Skip to content

Elipse Knowledgebase

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

Author: Elipse Software

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

25 de March de 2019Elipse SoftwareLeave a Comment 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…

Read More

KB-31863: Fechando o Keypad quando pressionado o Enter.

25 de March de 20196 de June de 2019Elipse SoftwareLeave a Comment on KB-31863: Fechando o Keypad quando pressionado o Enter.

Descrição: Como fechar o Keypad quando o botão Enter for pressionado? Solução: Uma possibilidade é criar um script na tela desejada, no evento OnKeyPress, e selecionar a tecla ENTER (Return).…

Read More

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

25 de March de 2019Elipse SoftwareLeave a Comment 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…

Read More

KB-28712: Developing a pulse button with a confirmation question.

25 de March de 20193 de October de 2019Elipse SoftwareLeave a Comment on KB-28712: Developing a pulse button with a confirmation question.

Question: How can I create a pulse button that asks whether the user wants to confirm the command? Solution: This can be done with Click event. When clicking the button,…

Read More

KB-25562: Adding a new line to texts via scripts.

25 de March de 20199 de December de 2020Elipse SoftwareLeave a Comment on KB-25562: Adding a new line to texts via scripts.

Question: In a script for sending e-mails, how can I insert new text lines in the body text? Solution: To do so, you must concatenate it to Chr(10) and Chr(13)…

Read More

KB-28479: Retrieving a string’s size.

25 de March de 2019Elipse SoftwareLeave a Comment 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:…

Read More

KB-28475: Converting integers into strings.

25 de March de 2019Elipse SoftwareLeave a Comment 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).

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-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

Posts navigation

Previous 1 … 208 209 210 … 286 Next

Categories

Search by Category

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