Erro ao tentar reprogramar a hardkey.
Descrição: Durante a reprogramação da hardkey, por que a seguinte mensagem de erro aparece? Solução: Esta mensagem de erro significa que a versão do instalador da hardkey é antiga e…
Descrição: Durante a reprogramação da hardkey, por que a seguinte mensagem de erro aparece? Solução: Esta mensagem de erro significa que a versão do instalador da hardkey é antiga e…
Elipse E3 is Elipse Software‘s third-generation HMI/SCADA system. It represents the evolution from traditional, two-layer client/server systems to models with multiple layers that comprise servers, application rules, and client stations.…
Question: How can an application be edited remotely with the local configurator’s hardkey? Solution: Elipse SCADA does not allow this possibility. To work around this, you can have a Master…
Question: How can a SetPoint be set up to lose keyboard focus whenever Enter key is pressed? Solution: To do so, use the script below at KeyDown event of the…
Question: How can the number of characters in a .TXT file be retrieved? Solution: To do so, there are two possibilities (both via scripts): 1st: TxtFile = ReadFromFile(“Address_File.txt”) Number_of_Characters…
Question: Why is the error message “Wrong hardkey found! Replace with the original one and press ‘Retry’ to try again or ‘Cancel’ to quit Elipse SCADA” displayed after the application…
Descrição: Como obter o número de caracteres de um arquivo .TXT? Solução: Para isto, existem duas possibilidades (ambas via scripts): 1ª: ArquivoTxt = ReadFromFile(“Endereco_Arquivo.txt”) Numero_Caracteres = Len(ArquivoTxt) 2ª: Numero_Caracteres =…
Question: Can Elipse SCADA be logged out after a certain inactivity time? Solution: No, this is not possible. An alternative is using a Chrono Tag for checking the mouse’s X…
To create a basic login/logout system for users of Elipse SCADA, you must first make sure that users have been created. To do so, just open the Organizer and, at…
Descrição: Como posso configurar um SetPoint para que ele perca o foco do teclado quando a tecla Enter for pressionada? Solução: Para isto, utilize o script abaixo no evento KeyDown…