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

allowed_file(filename)

Check if the uploaded file has an allowed extension.

change_to_iso(str_time)

Change date string to ISO format.

connect_database()

Connect to the specified database for tag browsing.

get_tagnames()

Get list of tag names for a specific unit.

get_unitnames()

Get list of unit names from the project.

load_plant()

Load plant configuration and setup plant instance.

manual_import_raw_data()

Import raw data from external database.

plot_tagnames()

Plot tag data for visualization.

run_offline_sim()

Run offline simulation.

save_esp_database()

save updated esp database.

status_offline_sim()

Check the status of a background calculation task.

status_unit_tagnames()

Get status of tag names for a specific unit.

upload_data_csv()

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.run_offline_sim()[source]

Run offline simulation.

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.

gemini_interface.blueprint.app_tagbrowser.routes.status_unit_tagnames()[source]

Get status of tag names for a specific unit.

gemini_interface.blueprint.app_tagbrowser.routes.upload_data_csv()[source]

Upload CSV data to the plant instance.