KB-28270: Users’ application passwords.
Question: Can I retrieve any usernames and passwords created in the application? Can I work around this protection? Solution: No, it is not possible to retrieve anyone’s username or password…
Question: Can I retrieve any usernames and passwords created in the application? Can I work around this protection? Solution: No, it is not possible to retrieve anyone’s username or password…
Descrição: Como criar uma Function em um script do E3? Solução: Um exemplo simples de criação de uma Function no E3 pode ser: Sub CommandButton1_Click() MsgBox Funcao() End Sub Function…
Question: Can I run a *.bat file via E3? Solution: Yes. To do so, you can use a Run Application pick (as seen below). This pick is on Scripts tab,…
Descrição: É possível utilizar a função Sleep no E3? Solução: O método Sleep do VBScript (Windows Script Host – WScript Object) não é aplicável no E3. Além disso, técnicas que “gastem”…
Question: How can I record the events executed by the operator in the database? Solution: To do so, there are two possibilities: Access the Domain options via E3Admin and enable…
Question: Why are the tag licenses not released when this driver’s objects are deleted or deactivated at run time? And if a few settings are altered, why does the driver…
Question: How can I keep an OPC Client from hanging when it cannot communicate with the PLC? Solution: To do so, you must set your OPC Client’s ServerId property as…
Question: Which port must be released in the firewall exceptions when accessing an OPC Server on the Internet? Solution: That would be port 135.
Question: Can I open a screen by clicking in a graphic object in another screen? Solution: Yes. To do so, you can use an Open Screen pick (as seen below).…
Question: How can I play different .WAV files according to the active alarm’s severity? Solution: To do so, there are two possibilities: Create user events in Viewer to test ActiveHighAlarms,…