KB-36584: Calculating the field’s average for each Report’s page.
Question: How can I calculate a field’s average for page in the report? Solution: To do so, you must create a Data Field in the Report’s PageFooter with the following…
Question: How can I calculate a field’s average for page in the report? Solution: To do so, you must create a Data Field in the Report’s PageFooter with the following…
Question: How can I set up Elipse SCADA’s date and time to be refreshed whenever the computer’s date/time changes? Solution: To do so, you must create the following key in…
Question: What is better for communication performance purposes: one single block with 1,100 elements, or the same number of elements split into smaller blocks? Solution: Support to superblocks has been…
Question: How can I display the pen’s values being displayed on the E3Chart? Solution: To do so, go to Legend tab in E3Chart‘s properties and enable the legend, selecting the…
Question: When exporting data to Excel using the PrintToFile() function, they stay in a single cell of the file. How can I configure them to be exported respecting the columns…
Question: How can I set up DateTime field to not be displayed in the Browser? Solution: To do so, open the Database tab in the Browser’s properties, select the DateTime…
Question: How can I load the text of the last active alarm into a script’s variable? Solution: To do so, you can use the Alarms’ GetInfo(“Comment”) function. Example of script:…
Question: Can Elipse SCADA be connected to an Oracle database? Solution: Yes. To do so, you will need to use an ODBC connection. For further information, see the related article…
Question: Can historical data be recorded and viewed when I use a View hardkey? Solution: No. To record and view historical data, you need, at least, an MMI hardkey.
Question: How can I check if the WriteRecord() command was successfully executed? Solution: To do so, you must pass the command’s return to an auxiliary variable, and execute an IF…