KB-30489: Generating an E3Chart’s report.
Question: How can I generate an E3Chart‘s report? Solution: In case of historic pens, you must insert an E3Chart in the report’s PageHeader section and use CopyConfig method in OnBeforePrint…
Question: How can I generate an E3Chart‘s report? Solution: In case of historic pens, you must insert an E3Chart in the report’s PageHeader section and use CopyConfig method in OnBeforePrint…
This application illustrates how data with bad quality (which might have been generated due to communication problems, for example) can be distinguished in a report. To do so, a script…
The attached demo application illustrates how to dynamically select the fields to be printed in the report. Since report fields can neither be added nor deleted at run time, the…
The attached demo application illustrates two types of reports: a simple report, and a detailed report, with statistical functions available in its data fields. Alongside the ActiveReports‘ documentation, this feature…
Question: How does a tag’s deadband (PercentDeadband property) work? Does it depend on a configured scale, or is it calculated from each value updated in the tag? Solution: If you…
Question: What are I/O Blocks for? Solution: I/O Blocks optimize the communication. For example, when there is a sequence of addresses in the device, the I/O Block will read all…
Question: How can I detect any communication failure via Elipse E3? Solution: Any communication failure can be handled via scripts the Driver’s OnCommError and OnCommErrorEx, which are always fired whenever…
Question: How can I access (read/write) the bits in an I/O tag? Answer: To do so, you must enable the tag’s UseBitFields property. That way, these bits can be accessed…
Question: How can I apply a scale in an I/O Tag? Can I retrieve, via scale, its value without the scale? Solution: To use a value scale in an I/O…
We recommend that all clients using Elipse E3 v. 3.2 b. 217 to 259, communicating with either an Access or SQLServer database, upgrade it to E3 v3.2 Build 260.…