VTScada-HistoricalTools/setup.toml

28 lines
676 B
TOML
Raw Normal View History

[system]
tags_path = "input\\tags.csv"
output_path = "output\\"
# Must be a valid Time Zone, ex:
# Canada/Mountain
# Canada/Pacific
system_timezone = "Canada/Mountain"
[aveva]
server_name = "172.16.1.123"
database_name = "Runtime"
[vtscada]
server_name = "lb-vanryn"
realm_port = "8888"
realm_name = "RESTRealm"
2023-06-14 11:21:58 -06:00
[clearscada]
historic_files = "C:\\ProgramData\\Schneider Electric\\ClearSCADA\\Database\\HisFiles"
install_location = "C:\\Program Files (x86)\\Schneider Electric\\ClearSCADA"
# Set true to clear out the Historic files as they are processed
delete_processed = false
[user]
application_user = "wwUser"
application_pass = "wwUser"