KB-60979: Installation issues: “Error changing registry data”.
Question: Why does the message “Error changing registry data”, regarding the permissions granted to the program, pop up when installing an Elipse system (E3 or SCADA) when it is trying…
Question: Why does the message “Error changing registry data”, regarding the permissions granted to the program, pop up when installing an Elipse system (E3 or SCADA) when it is trying…
Description: The Micrologix 1100 has an embedded ethernet port that can be used to comunicate with ABDF1 driver. To do so, the driver must usually be set up as follows:…
Question: How can I open an ordinary file (for example, an Excel file) via Elipse SCADA? Solution: To open any files via Elipse SCADA, there are two possibilities: 1. Use…
Descrição: Como fazer uma quebra de linha em um MessageBox? Solução: Para isto, é necessário utilizar um script com a função Chr(). Por exemplo: MessageBox(“phrase line 1″+Chr(13)+Chr(10)+”phrase line 2”)
Descrição: É possível habilitar o botão Fechar de uma tela modal quando a opção que desabilita a troca de janelas estiver ativa? Solução: Ao desabilitar a troca de janelas (propriedades…
Question: If the time set up at Run every x msec field in the WhileRunning event is decreased, will the application’s execution become faster or slower? Solution: First, we should…
Question: Can I erase the contents of a text file (*.txt)? Solution: No, because there is no specific command that does so. One way to work around this is to…
Question: Can I use a ComboBox in Elipse SCADA? Solution: No, because Elipse SCADA does not support this resource. You will only be able do use the buttons already available…
Question: How can I convert a counter’s value from seconds to hours, minutes, and seconds (for example, from 70 seconds to 00h 01min 10seg)? Solution: A possible solution is by…
Descrição: Qual é o comportamento do Elipse Plant Manager no horário de verão? Por exemplo, se às 00:00 o servidor do EPM retorna para 23:00 do dia anterior, o que…