KB-31922: Displaying a timer in hour/minute/second format.
Question: How can I display on screen the total amount of time the machine has been on, in hour/minute/second format? Solution: At E3Studio, follow these procedures: Insert a counter tag…
Question: How can I display on screen the total amount of time the machine has been on, in hour/minute/second format? Solution: At E3Studio, follow these procedures: Insert a counter tag…
Question: How can I record data in table only when there is a significant variation on its value? Solution: To do so, use E3Storage. This module has an algorithm that…
Question: How can I set up a delay time to activate a digital alarm? Solution: To do so, right-click the alarm in E3Studio and select the option Properties. On Digital…
Question: How can I set up a bit’s change in status as an event, and not as an alarm? Solution: To do so, set it up normally as an alarm…
Question: How can a digital alarm be set up to be activated when the values of two different tags are both TRUE? Solution: To do so, just write an AND…
Question: Can alarms be acknowledged via Viewer Only? Solution: No, this is not possible. A Viewer Only does not allow sending commands to the server, and the Alarm Server, which…
Question: How can I have a Query’s Log10 function be executed only in rows different from 0 (zero), leaving rows equal to zero with value 0 (zero)? Solution: To apply…
Question: Can both “.” and “,” characters be used as decimal marks at the same time? Solution: No, this cannot be done, because Windows only accepts one decimal mark at…
Question: Can Windows APIs be declared in the E3 application to leave the screen transparent, only displaying objects (buttons, images, etc.)? Can it be done in Visual Basic applications? Solution:No,…
Question: Why can’t the .DOM file be executed via double click after it had been copied and pasted onto the desktop? It works properly when executed via the project’s folder.…