UDC settings: pre-stage from server backups, fix arg format, action prompts

Root cause found via decompiling UDC_Setup.exe: it never writes
udc_settings.json from CLI args. Instead it pulls
Settings_Backups\udc_settings_<num>.json from \\tsgwp00525\shared\SPC\UDC
-- which is unreachable at imaging time (no SFLD creds yet). Silent
File.Exists() false, settings never copy, UDC lands on Evendale defaults.

Fix: stage 80 udc_settings_*.json backups under
shopfloor-setup/Standard/udc-backups/ (same tree as ntlars-backups,
xcopy'd to C:\Enrollment\ by existing startnet.cmd). 00-PreInstall
pre-creates C:\ProgramData\UDC\udc_settings.json from the matching
backup BEFORE UDC_Setup.exe runs. Installer's server-side copy silently
fails (unreachable), our pre-staged file survives.

Also:
- preinstall.json UDC InstallArgs corrected: "West Jefferson" -9999
  (quoted spaced site + dash-prefixed number, confirmed via decompile)
- Update-MachineNumber.ps1 UDC.exe relaunch: quoted site + dash number
- Monitor-IntuneProgress: action prompts (Select Device Category after
  Phase 1; Initiate ARTS Lockdown after Phase 5/creds), Display flow
  (3-phase: Registration -> Config -> Lockdown), Phase 6 IME-based
  lockdown detection

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
cproudlock
2026-04-16 08:44:34 -04:00
parent db55bd772a
commit 85e74e5dd1
84 changed files with 4419 additions and 97 deletions

View File

@@ -0,0 +1,57 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3037",
"MachineNumberDual": "3038",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": true,
"UseSecondComPort": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": false,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8193",
"KeepRelay": "16",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3101",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3102",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3103",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3104",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3105",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3106",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM5",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3107",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3108",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3109",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3110",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3111",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3112",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3113",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,56 @@
{
"GeneralSettings": {
"Site": "West",
"MachineNumber": "3114",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"UseSecondComPort": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,56 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3115",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"UseSecondComPort": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3116",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3117",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3118",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3119",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3120",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3121",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3122",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3123",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3124",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3125",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3126",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3127",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3128",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM5",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3129",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM6",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3201",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3202",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM5",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3203",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3204",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3205",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3206",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3207",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3208",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3209",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3210",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3211",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM2",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,49 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "3212",
"SerialEthernet": "Serial",
"ControlType": "Okuma",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"InhibitOnOff": false
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "4001",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM2",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "4002",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "4003",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "4004",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "4005",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "4006",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 7,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "4007",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM5",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "4008",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "11",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "4101",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM5",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.11",
"Port": "8193",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "4102",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.2",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "4103",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7401",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.0.114",
"Port": "8192",
"KeepRelay": "16",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7402",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.0.114",
"Port": "8192",
"KeepRelay": "16",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7403",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.0.114",
"Port": "8192",
"KeepRelay": "16",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7404",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.0.114",
"Port": "8192",
"KeepRelay": "16",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7405",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.0.114",
"Port": "8192",
"KeepRelay": "16",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7501",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7502",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8193",
"KeepRelay": "21",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7503",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8193",
"KeepRelay": "21",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7504",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8193",
"KeepRelay": "21",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7505",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8193",
"KeepRelay": "21",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7506",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8193",
"KeepRelay": "21",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7507",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8193",
"KeepRelay": "21",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7601",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7602",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM5",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7603",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7604",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7605",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,51 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7602",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.rd.ds.ge.com\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.rd.ds.ge.com\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true
},
"EthernetSettings": {
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM3",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7607",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7608",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7801",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM2",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7802",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 7,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7803",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "7804",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8192",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "8001",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8193",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "8002",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM1",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8193",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}

View File

@@ -0,0 +1,55 @@
{
"GeneralSettings": {
"Site": "WestJefferson",
"MachineNumber": "8003",
"SerialEthernet": "Serial",
"ControlType": "eFocas",
"DncType": "eDNC",
"UploadShared": true,
"UploadFTP": false,
"ServerDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\udc\\CLM_Data",
"UploadQCCalc": true,
"QCCalcDataPath": "\\\\tsgwp00525.wjs.geaerospace.net\\shared\\spc\\UDC_Data",
"FtpServerPath": "",
"RemoveInhibitPW": "R3m0ve",
"StartOnBoot": true,
"ShowGUI": true,
"DualPath": false,
"HeaderRequired": true,
"UpdateReminderDelay": 15,
"MTCYesNo": true,
"MTCPort": 6005,
"IsBadgeScan": true,
"AutoScroll": true
},
"EthernetSettings": {
"TCPAddress": "127.0.0.1",
"TCPPort": 0
},
"SerialSettings": {
"ComPort": "COM4",
"BaudRate": 9600,
"Parity": 0,
"DataBits": 8,
"StopBits": 1,
"CycleStart": false
},
"SerialSettingsPath2": {
"ComPort": "COM2",
"BaudRate": 0,
"Parity": 0,
"DataBits": 0,
"StopBits": 1,
"CycleStart": false
},
"FtpSettings": {},
"FocasSettings": {
"IPAddress": "192.168.1.1",
"Port": "8193",
"KeepRelay": "10",
"WriteVar": "101",
"DprntUser": "",
"DprntPassword": "",
"InhibitOnOff": true
}
}