Skip to content

Elipse Knowledgebase

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

Categoria:

KB-28904: Problems when history files are too big.

25 de março de 201918 de outubro de 2019Elipse SoftwareDeixe um comentário on KB-28904: Problems when history files are too big.

Question: Why is data recorded on a Historic not being viewed when the *.dat file is too big? Solution: This happens because Elipse SCADA can’t open files that are too…

Leia Mais

KB-28571: SCADA full screen closed with Ctrl+F4.

25 de março de 20199 de setembro de 2019Elipse SoftwareDeixe um comentário on KB-28571: SCADA full screen closed with Ctrl+F4.

Question: Why is a SCADA full screen being closed when pressing Ctrl+F4? Solution: This is SCADA’s standard behavior. To change it, you can use the Ctrl+F4 combination in an OnKeyPress()…

Leia Mais

KB-28574: UserAdministration() function only executed by users with permission.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-28574: UserAdministration() function only executed by users with permission.

Question: There is a script in the application using UserAdministration() function, but when the function is executed nothing happens. Why is this happening? Solution: This function is only executed if…

Leia Mais

KB-28340: Exporting screens from Elipse SCADA to Elipse E3.

25 de março de 201918 de outubro de 2019Elipse SoftwareDeixe um comentário on KB-28340: Exporting screens from Elipse SCADA to Elipse E3.

Question: How can I export screens from Elipse SCADA to Elipse E3? Are scripts exported too? Solution: To do so, access Elipse SCADA, open the Organizer (Alt+O), select the desired…

Leia Mais

KB-28355: Recovering corrupted application.

25 de março de 20199 de setembro de 2019Elipse SoftwareDeixe um comentário on KB-28355: Recovering corrupted application.

Question: How can I recover an application from the .BAK file after the .APP file had been corrupted? Solution: To do so, follow these procedures: Delete the corrupted .APP file.…

Leia Mais

KB-38308: Requesting confirmation before writing on a tag.

25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on KB-38308: Requesting confirmation before writing on a tag.

Question: How can I request the user to confirm before writing on a tag? Solution: To do so, you must use MessageBox() function. Then, depending on the answer returned by…

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

Navegação por posts

Anterior 1 … 4 5 6 … 13 Próximo

Categorias

Busca por Categoria

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