Tools for importing historical data into VTScada
Go to file
2023-06-14 11:21:58 -06:00
.vscode Initial repo setup - toml configuration and basic python argument interpretation 2023-05-01 10:51:46 -06:00
input Adding ClearSCADA raw data functions. 2023-06-14 11:21:58 -06:00
main.py Adding ClearSCADA raw data functions. 2023-06-14 11:21:58 -06:00
README.md Adding ClearSCADA raw data functions. 2023-06-14 11:21:58 -06:00
setup.toml Adding ClearSCADA raw data functions. 2023-06-14 11:21:58 -06:00

VTScada-HistoricalTools

Key Point: In the tags list file, the Source Name field is the unique identifier for the tag name to query. In VTScada this can be something like temp\old_value1. In ClearSCADA, it will be the unique point ID, ex. 005152. The leading zeroes can be left out as the script will pad them in front of the integere to determine the correct path.