5.4.2.8.1. gemini_interface.blueprint.app_tagbrowser.routes
Tag Browser Application Routes.
This module provides data tag management and system component browsing functionality including database connectivity, tag listing, and data visualization.
Functions
|
Check if the uploaded file has an allowed extension. |
|
Change date string to ISO format. |
Connect to the specified database for tag browsing. |
|
Get list of tag names for a specific unit. |
|
Get list of unit names from the project. |
|
Load plant configuration and setup plant instance. |
|
Import raw data from external database. |
|
Plot tag data for visualization. |
|
Run offline simulation. |
|
save updated esp database. |
|
Check the status of a background calculation task. |
|
Get status of tag names for a specific unit. |
|
Upload CSV data to the plant instance. |
- gemini_interface.blueprint.app_tagbrowser.routes.allowed_file(filename)[source]
Check if the uploaded file has an allowed extension.
- gemini_interface.blueprint.app_tagbrowser.routes.change_to_iso(str_time)[source]
Change date string to ISO format.
- gemini_interface.blueprint.app_tagbrowser.routes.connect_database()[source]
Connect to the specified database for tag browsing.
- gemini_interface.blueprint.app_tagbrowser.routes.get_tagnames()[source]
Get list of tag names for a specific unit.
- gemini_interface.blueprint.app_tagbrowser.routes.get_unitnames()[source]
Get list of unit names from the project.
- gemini_interface.blueprint.app_tagbrowser.routes.load_plant()[source]
Load plant configuration and setup plant instance.
- gemini_interface.blueprint.app_tagbrowser.routes.manual_import_raw_data()[source]
Import raw data from external database.
- gemini_interface.blueprint.app_tagbrowser.routes.plot_tagnames()[source]
Plot tag data for visualization.
- gemini_interface.blueprint.app_tagbrowser.routes.save_esp_database()[source]
save updated esp database.
- gemini_interface.blueprint.app_tagbrowser.routes.status_offline_sim()[source]
Check the status of a background calculation task.