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…
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…
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…
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…
Question: Which DOS command lists the ports being used by the computer? Solution: The command is: netstat -na
Question: What DOS command can be used to synchronize the computer’s date/time with the server’s date/time? Solution: The DOS command used for synchronizing the computer’s time with the network’s is…
Question: When an Elipse SCADA application is run in Windows Vista, the right side of the screen appears to have been cropped. Why does this happen? Solution: Elipse SCADA’s appearance…
Question: When I tried to open an application, the following message was displayed: “This is not an application file of Elipse SCADA”. What could be happening? Solution: The .APP file…
Descrição: Como visualizar o status do driver? Solução: Para isto, é necessário criar um tag e configurar seus parâmetros como N1=-1, N2=0, N3=0 e N4=2, ou importar um Tag PhysicalLayerStatus…