This commit is contained in:
chanweehewsonos
2025-09-10 14:15:26 +08:00
parent 8180f4ff4f
commit 280d6a0ff8
4471 changed files with 398202 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
[My Computer]
My Computer="localhost"

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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"