KB-33465: Método Sleep.
Descrição: Ao executar o método Sleep, toda a aplicação fica travada. O que fazer? Solução: Este é o comportamento esperado do método: a interface do usuário não responderá enquanto a…
Descrição: Ao executar o método Sleep, toda a aplicação fica travada. O que fazer? Solução: Este é o comportamento esperado do método: a interface do usuário não responderá enquanto a…
Question: How can I generate the hardkey’s programming? Solution: To do so, follow these procedures: Download HKCustomer from Elipse’s website. Run this software. Choose Copy hardkey. Select the directory to…
Descrição: Como ler um dado Int16? Solução: Para isto, deve-se utilizar a função 15 no N2 do tag PLC.
Question: When I use Sleep method, my application hangs for the whole duration of this process. How can I fix this? Solution: This is the expected, default behavior of this…
Descrição: Posso capturar o número do IP ativo através de um tag? Como posso forçar a troca do IP principal para o de backup? Solução: Sim, isto é possível através…
Question: How can I have a display showing a tag’s value only when it is higher than 5? Solution: To do so, you can set a Multiple-type link, as follows:…
Question: Can I retrieve the number of the active IP with a tag? How can I force a switchover from the main to the backup IP? Solution: Yes, this can…
Question: How can I disable a table link row’s Blink property via scripts? Solution: To do so, just access the object’s links collection, select the property containing the table link,…
Question: Can I share a DLL/connection between two or more I/O drivers? Solution: Yes. If ShareServer property is set as TRUE, this driver will share its execution between the other…
Question: Why is a filter by date, recorded as a string, not working? Solution: For the comparison logic to work (value higher than InitialDate, but lower than FinalDate), the value…