Skip to content

Elipse Knowledgebase

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

Categoria: En

KB-38181: Counting Driver licenses in an XObject.

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

Leia Mais

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

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

Leia Mais

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

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

Leia Mais

KB-28261: Monitoring links between Remote Domains.

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

Leia Mais

KB-28076: Removing blank spaces from a variable.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-28076: Removing blank spaces from a variable.

Question: How can I remove blank spaces from a variable? For example, the text “Elipse Software Ltd.” is in a variable, but I want to display “ElipseSoftwareLtd.” instead. Solution: To…

Leia Mais

KB-28065: Converting a number into a string.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-28065: Converting a number into a string.

Question: How can I convert a number into string?                 Solution: To do so, use the Global Manager’s Str() function. Example of script: // Str(Value,size,prec)TagReceiveValue = Str(30.95,6,2)

Leia Mais

KB-27783: Driver for Rockwell’s CompactLogix.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-27783: Driver for Rockwell’s CompactLogix.

Question: What driver should I use with Rockwell’s CompactLogix? Solution: With this, you must use ABCIP driver (Ethernet/IP – CIP protocol). You can download it directly at Elipse’s website.

Leia Mais

KB-27705: Generating a report every X minutes.

25 de março de 201918 de outubro de 2019Elipse SoftwareDeixe um comentário on KB-27705: Generating a report every X minutes.

Question: How can I create a report that repeats itself periodically in a regular time interval (for example, every 15 minutes)? Solution: To do so, you can create a Chrono…

Leia Mais

KB-27732: Exponentiation function.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-27732: Exponentiation function.

Question: What is the exponentiation function in Elipse SCADA ? Solution: To do so, you must use **. Example of script: // tag001 squared tag001 ** 2

Leia Mais

KB-27605: Executing Windows calculator via application.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-27605: Executing Windows calculator via application.

Question: How can I call the Windows calculator at run time? Solution: To do so, you must use the Global Manager’s ShellExecute method: ShellExecute (strOperação, strArquivo, strParametros, strDir, nCmdVisual)) Example…

Leia Mais

Navegação por posts

Anterior 1 … 19 20 21 … 59 Próximo

Categorias

Busca por Categoria

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