-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSettings.ini
27 lines (22 loc) · 850 Bytes
/
Settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
; Leave Save_Path empty if files are under same directory as script or exe
; If files are on another networked machine, change IP and path
; You can also use host names instead of IP
; Remote_Save_Path=\\192.168.1.0\c$\PathToFile
; Local_Save_Path=C:\Path\To\File\
; Can also leave path blank to default to root directory of utility
[Settings]
PLC_IP=192.168.176.1
PLC_SLOT=1
Remote_Save_Path=C:\Users\CanrigAdmin\Documents\Temps\dp_test\dpu_DP
Local_Save_Path=C:\Users\CanrigAdmin\Documents\Temps\dp_test\local_DP
Files_Extension=CFG
; Add data preserve files below without extension
[Remote_Files]
File_01=DataPreserve_01
File_02=DataPreserve_02
[Local_Files]
File_01=DataPreserve_03
; copies another folder not related to dp to root dir
[Folder_Copy_On_Save]
; copies a root dir folder note related to dp to a remote dir
[Folder_Copy_On_Load]