KB-28200: Historic not recording decimal values.
Question: The application reads the PLC’s decimal value as “0.98”, but the Historic displays this value as 0 instead. Why does this happen, and how can I fix this? Solution:…
Question: The application reads the PLC’s decimal value as “0.98”, but the Historic displays this value as 0 instead. Why does this happen, and how can I fix this? Solution:…
Question: How can I duplicate an XControl or an XObject? Solution: ElipseX libraries settings can now be copied, because this has been a feature of Elipse E3/Power since version 5.5.…
Question: How can I get individual data about the current date (day, month, year, hour, minute and second)? Solution: To do so, you can use now command, which returns the…
Question: Can I remove only a link’s source via scripts, with no need to change the other settings (in a table link, for example)? Solution: Yes, you can. To do…
Question: How can I erase the list with the projects registry displayed when E3Studio starts? Solution: To do so, just follow these procedures: Open Run command via Start menu. Execute…
Question: Can I exchange memory contents between hardkeys? Solution: No, you can’t, because each hardkey has a uniquely generated code. What you could do is contact the Elipse Software‘s sales…
Question: How can I execute the Windows calculator via scripts? Solution: There are two ways to do so: 1) By using Viewer’s ExecuteExternalApp method, which executes external software. For example:…
Question: Can I set up an XControl property to create other properties when it receives a certain value? Solution: No, this can’t be done.
Question: Does Elipse E3 allow firing several queries at the same time? Solution: Yes, it does. To do this, you will need to use the Execute method, that executes a…
Question: How can scripts be debugged in E3? Solution: If the script is executed in the Viewer, you can use the MsgBox’s Message command. If the script is executed in…