KB-32724: Sending commands via Elipse Web.
Question: Can I issue commands via WEB plug-in? Solution: No. Elipse SCADA’s WEB plug-in only allows you to monitor a screen opened in the server via internet, which means web…
Question: Can I issue commands via WEB plug-in? Solution: No. Elipse SCADA’s WEB plug-in only allows you to monitor a screen opened in the server via internet, which means web…
Question: When attempting to install SCADA, the following error window is displayed: What does it mean? Solution: DAO stands for Data Access Object, an API enabling communication between database management…
Question: How can I centralize in a single .PRJ file all the changes performed by different users in different objects of this file in a definitive way? Solution: To do…
Question: How can I retrieve, via scripts, both user name and user group to which this user belongs? Solution: Username is retrieved by Viewer‘s User property. Example: dim user user…
Three new properties were added to E3Chart in E3 version 3.2. They are: ShowPopupMenu: sets whether E3Chart’s default menu will be displayed when the user right-clicks the chart. MouseMode: controls…
Question: How can I change a row’s color when printing a report according to a field’s value? Solution: To do so, add a script to report’s OnFormat event to check…
How can a specific alarm be acknowledged inside E3Alarm via scripts? Alarm acknowledgement via scripts has been a feature of E3 since its version 3.2. To do so, three new…
OVERVIEW When TagTimer’s TriggerType property is set as a daily trigger (ttDaily), OnPreset event will be called just once. HOW CAN I REPRODUCE THIS PROBLEM? Create a TagTimer in the…
Question: How can I link a tag to a DrawScale object, which does not have Value property? Solution: E3’s DrawScale only works as a scale, unlike SCADA’s Bar Graph. One…
OVERVIEW Alarm messages can remain active in the summary if its corresponding AlarmSource is disabled via Studio, and then the domain is restarted. HOW CAN I REPRODUCE THIS PROBLEM? Stop…