initial
This commit is contained in:
2
builds/FGSN Generate/FGSN_current/FGSN.aliases
Normal file
2
builds/FGSN Generate/FGSN_current/FGSN.aliases
Normal file
@@ -0,0 +1,2 @@
|
||||
[My Computer]
|
||||
My Computer="localhost"
|
||||
BIN
builds/FGSN Generate/FGSN_current/FGSN.exe
Normal file
BIN
builds/FGSN Generate/FGSN_current/FGSN.exe
Normal file
Binary file not shown.
12
builds/FGSN Generate/FGSN_current/FGSN.ini
Normal file
12
builds/FGSN Generate/FGSN_current/FGSN.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[FGSN]
|
||||
server.app.propertiesEnabled=True
|
||||
server.ole.enabled=True
|
||||
server.tcp.paranoid=True
|
||||
server.tcp.serviceName="My Computer/VI Server"
|
||||
server.vi.callsEnabled=True
|
||||
server.vi.propertiesEnabled=True
|
||||
WebServer.TcpAccess="c+*"
|
||||
WebServer.ViAccess="+*"
|
||||
DebugServerEnabled=False
|
||||
DebugServerWaitOnLaunch=False
|
||||
|
||||
BIN
builds/FGSN Generate/FGSN_current/LabSFTP.dll
Normal file
BIN
builds/FGSN Generate/FGSN_current/LabSFTP.dll
Normal file
Binary file not shown.
20
builds/FGSN Generate/FGSN_current/Readme.txt
Normal file
20
builds/FGSN Generate/FGSN_current/Readme.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
Settings.ini info
|
||||
Database Server IP = "127.0.0.1"
|
||||
|
||||
Tables = "wowp_info"
|
||||
Database tables name seperate with comma if there are more than 1 tables for fgsn data generate
|
||||
|
||||
Output Path = "D:\FGSN XML"
|
||||
Path info for XML file output from datatabase. A backup folder will automatic generate to store all uploaded file ad local backup
|
||||
|
||||
Update Exported = "TRUE"
|
||||
update the Exported field with date of exported
|
||||
|
||||
MfgDate = "2022-09-25"
|
||||
will get 1 week data before the date set, will get current date info if leave blank
|
||||
|
||||
Program flow:
|
||||
1. Read setting info
|
||||
2. Convert database to XML format, all dut data with mfgdate before Day of xml generate with will use. XML file will be organize with workordernumber
|
||||
3. Upload XML file to sftp
|
||||
4. All uploaded file will move to backup folder
|
||||
BIN
builds/FGSN Generate/FGSN_current/Renci.SshNet.dll
Normal file
BIN
builds/FGSN Generate/FGSN_current/Renci.SshNet.dll
Normal file
Binary file not shown.
6
builds/FGSN Generate/FGSN_current/settings.ini
Normal file
6
builds/FGSN Generate/FGSN_current/settings.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[Settings]
|
||||
Database Server IP = "127.0.0.1"
|
||||
Tables = "wowp_info,wowt_info,wowb_info"
|
||||
Output Path = "D:\FGSN XML"
|
||||
Update Exported = "FALSE"
|
||||
MfgDate = "2021-07-07"
|
||||
Reference in New Issue
Block a user