ATSCADA AI Predictor Application for Time Series Data Forecasting

Introduction

ATSCADA AI Predictor is an artificial intelligence application used for forecasting time series data such as:

  • Temperature, humidity
  • Energy consumption (electricity, gas, water flow, etc.)
  • Other sensor indicators

The system supports:

  • Importing data from CSV files.
  • Automatically detecting data frequency (seconds, minutes, hours, days).
  • Short-term forecasting (next 15–90 steps).
  • Comparing 3 models: LSTM, Transformer, Prophet.
  • Exporting results to Excel with charts, CSV, or JSON.
  • Saving cache to improve rerun speed.

Objective: Help users take early action to avoid risks across the entire system through predictive analytics and ATSCADA mobile alarm applications for instant notifications.

Benefits:

  • Provide users with future data insights for a broader overview based on actual data.
  • Enable earlier decision-making to minimize risks.

System Requirements

• Operating System: Windows 10/11 (64-bit)
• RAM: Minimum 8 GB (16 GB recommended for large datasets)
• Free Disk Space: At least 2 GB
• No need to install Python or any other libraries.

Main Interface

1. When opening the application for the first time, the license key input interface will be displayed:

ATSCADA AI Predictor license activation window requesting a valid serial key to operate the software.

At this stage, please contact ATSCADA Lab to obtain a license key for using the software.

If the license key is entered successfully, the following notification will be displayed:

ATSCADA AI Predictor success message confirming license activated and valid until March 26 2026.

At this point, restart the software and use it normally.

Note: When copying and pasting the license key into the license textbox, there may be an extra space at the end. If an extra space is included, an error may occur as shown below:

ATSCADA AI Predictor invalid license warning showing license signature may be fake or tampered.

Once the license key is successfully activated, you will see the interface shown below:

ATSCADA AI Predictor dashboard displaying Data Source page with CSV upload option and navigation sidebar.

The menu includes 7 main tabs:

  1. Data Source: Select a file to analyze data and generate predictions.
  2. Parameters: Configure the forecast points for future prediction models.
  3. Results: View analysis results from the AI system and export reports.
  4. Charts: View results displayed in chart format.
  5. License: Check the remaining validity of the license for software usage.
  6. Settings: Configure system settings.
  7. Help: Quick access to the ATSCADA Lab page to read documentation in the browser.

Step-by-Step User Guide

Step 1: Import Data (Data Source Tab)

Select Upload CSV File as shown below:

ATSCADA AI Predictor Data Source page showing CSV upload section with Browse button highlighted for selecting dataset files.

Select a file with the following format:

Column 1: Time (ISO 8601 format, e.g., 2025-11-01 00:00:01)
Columns 2 onwards: Numerical value (temperature, electricity consumption level, etc.)
Example:

Spreadsheet dataset containing timestamp rows and multiple numeric columns for AI prediction model training input.
Step 2: Set parameters (Tab “Parameters”)

ATSCADA AI Predictor Parameters page showing future steps setting and Run Prediction button.

Future Steps: Specify the number of points the model needs to predict in the future (default is 30 points, maximum is 90 points).
After selecting the future steps, click Run Prediction.

ATSCADA AI Predictor running prediction process with progress bar and training log console output.

The system will read the data file (selected in step 1), analyze the data using the three models Prophet, LSTM, and Transformers, and provide a prediction with the score set in step 2.

Step 3: View the results (Tab “Result”)

ATSCADA AI Predictor Results page displaying target zones, best model LSTM, MAE, MAPE, accuracy, and future steps.

Target: The name of the data column detected by the system from the file selected in Step 1.

Best Model: The best model selected by the system to generate forecasting results.

MAE: Mean Absolute Error :

  • Unit: Same as the input data unit (kWh, °C, etc.)
  • Meaning: “On average, how many units does each prediction differ from the actual value?”
  • Example: MAE = 120 vehicles/hour → The forecast differs by an average of 120 vehicles per hour from actual values.
  • Lower MAE → Higher model accuracy.
  • Advantage: Easy to understand and less affected by large outliers.

MAPE (%): Mean Absolute Percentage Error

  • Unit: Percentage (%)
  • Meaning: “On average, how much percentage does each forecast differ from the actual value?”
  • Example: MAPE = 5% → The forecast differs by an average of 5% from the actual value.
  • MAPE < 10% → Excellent
  • MAPE 10–20% → Good
  • MAPE > 50% → Poor

Accuracy (%): Accuracy

  • Unit: Percentage (%)
  • Meaning: “The closeness of the forecast to actual values, measured on a 0–100% scale.”

Example: MAPE = 8% → Accuracy = 92%

Higher Accuracy → More reliable model.

Industry Standards:

 ▪ > 90%: Excellent – can be used for decision-making.
 ▪ 80 – 90%: Good – requires further monitoring.
 ▪ < 80%: Data and model should be reviewed.

◦ Customers can use the Export Data function to export this report file:

ATSCADA AI Predictor Results page with Export Results button highlighted for downloading prediction reports.

After the report is successfully generated, the system will automatically open the file and access it:

ATSCADA AI Predictor export success popup confirming prediction results saved successfully.

In the report export file, the data will be displayed in the Result tab. Additionally, there will be extra sheets depending on the column names in the data file selected in Step 1.

Excel summary report showing prediction models, MAE, MAPE, accuracy, and prediction days for multiple power consumption zones.

By selecting each sheet, you can view both the actual data and the predicted data from the system:

Excel workbook tabs displaying Summary and PowerConsumption Zone1, Zone2, Zone3 sheets generated from AI Predictor results.

Excel charts for PowerConsumption Zone1, Zone2, and Zone3 comparing actual historical data with future prediction trends using LSTM model.

Step 4: View the results chart (Tab “Charts”)

TSCADA AI Predictor dashboard visualizing historical data, validation, and future forecast for PowerConsumption Zone1.

ATSCADA AI Predictor Prediction Charts dashboard showing PowerConsumption Zone2 and Zone3 forecast charts with train, validation, test, and future trend lines.

The Charts tab provides an interactive chart interface that helps users visually observe, compare, and analyze forecasting performance, with deployment options through ATSCADA Fastweb industrial web SCADA applications.. The chart is designed to highlight actual trends, historical forecasts (validation/test), and future forecasts.

Component Color Description
Train Light Gray Actual data from the file selected in Step 1
Validation Orange Yellow The time period used by the system to evaluate the model before future forecasting
Validation (Model Name) Green Model prediction results based on actual Validation data for performance scoring
Test Red The time period used by the system to recheck the model before future forecasting
Test (Model Name) Blue Model prediction results based on actual Test data for performance scoring
Future Yellow Values predicted by the AI model

Interactive Features:

Action  Effect
Left-click and drag Move the chart
Zoom in/out Zoom the time axis by selecting the desired area
Reset Clear all actions and return the chart to the original position

view atscada demo & download
Advice via WhatsApp Chat

How to Read the Chart:

Ideal Situation:

• The Validation (Model Name) line closely follows the Validation (Actual) line during the Validation phase.

• The Test (Model Name) line closely follows the Test (Actual) line during the Test phase.

Warning:

• If these two lines are far from the Actual lines, it may result in high MAPE, meaning future forecasts may be unreliable.

View license key information (Tab “License”)

ATSCADA AI Predictor License Management page displaying valid license status, expiry date, and activate new license section.

Users can view license key information provided by ATSCADA Lab:

User ID: Name assigned to the license key by ATSCADA Lab
Expiry Date: Expiration date of the license key
Days Remaining: Remaining days of the license key

In addition, users can activate a new license key if provided by ATSCADA Lab.

Configure data when exporting Excel reports (Tab “Settings”)

ATSCADA AI Predictor Settings page showing default language and export folder configuration with Save Settings button.

The “Actual Steps in Export” section configures the number of historical data points to export to the Excel file for easy comparison with future prediction data. (Default is 30 points).

👉 Learn More about ATSCADA Software

ATPro việt nam

ATSCADA - Smart SCADA Software with AI Predictor & Blockchain. ATSCADA is an advanced SCADA software platform for real-time monitoring, intelligent control, and efficient data acquisition. It is ideal for Industrial IoT (IIoT), smart cities, integrated automation systems, and Agriculture 4.0. With a built-in AI Predictor, ATSCADA enables predictive analytics to detect issues early, optimize performance, and reduce downtime. The integration of Blockchain technology ensures secure, transparent, and tamper-proof data management. Highly scalable and easy to integrate, ATSCADA is trusted by businesses to enhance productivity, strengthen cybersecurity, and accelerate digital transformation.

Bài viết liên quan

ATSCADA Mobile Alarm Application for SCADA Alerts

The ATSCADA Mobile Alarm Application is a smart mobile solution developed by ATSCADA Lab, designed [...]

ATSCADA Fastweb -Industrial Web SCADA Applications

iWebService Tool The iWebService tool is a software component developed by ATSCADA Lab, operating in [...]

ATSCADA IExcelPouringTools – Smart Excel Pouring Data Management for Industrial Automation

ATSCADA IExcelPouringTools is a powerful toolkit designed to generate Excel reports from pre-built templates without [...]

ATSCADA IWebAPI Tools – Web API Integration Tools for Modern SCADA Systems

The ATSCADA IWebAPI toolset is designed to retrieve data from ATDriver Server and expose it [...]

ATSCADA IFTP – Advanced FTP File Transfer Tools for Industrial SCADA Systems

ATSCADA IFTP is a specialized FTP communication toolkit designed for industrial automation and environmental monitoring [...]

ATSCADA iEnergy– Smart Energy Monitoring and Management System

ATSCADA iEnergy Tools is an extension library (plugin) for the ATSCADA SCADA system, working alongside [...]

T.Vấn Zalo(t.Việt)
ATSCADA Profile.
WhatsApp ( Eng.)
Map (chỉ đường.)