KB-17370: Playing a sound file whenever alarm is active.
Question: How can I play a sound file whenever the alarm is active? Solution: To do so, you must create a new event in the Viewer with this property/expression: AlarmServer1.ActiveNACKAlarms…
Question: How can I play a sound file whenever the alarm is active? Solution: To do so, you must create a new event in the Viewer with this property/expression: AlarmServer1.ActiveNACKAlarms…
Question: How can save (via E3) a movie with audio recorded by a webcam with a microphone? Solution: Install in your computer an ActiveX called VideoOCX, which supports a webcam…
Question: On a screen with different types of objects, can I print only the RMChart and not the others? Solution: Yes. To do so, you will either use ActiveX’s Draw2File()…
Autor
Paulo Gustavo Süffert
Question: How can I create hot keys in E3? Solution: You can do so by using screen’s KeyDown or KeyUp events, where you can identify the code of the pushed…
The attached application shows you how to calculate the trigonometric functions arcsen and arccos according to the value typed by the user. When the application is running, type a certain…
In order to optimize reuse of existing code and integration with libraries already developed by integrators, Elipse E3 allows the use of libraries…
Autor
Alexandre Cabral Botelho
1) Introduction The Scripts Editor is an E3 tool that allows you to create codes in VBScript linked to events, which perform tasks regarding the application. These codes allow a…