Phase 3+4 rename reorg: repo dir renames + startnet.cmd menu

Pairs with Phase 1+2 from earlier (alias maps in Install-FromManifest,
GE-Enforce, Get-PCProfile, verify-state). See project-shopfloor-rename-reorg
memory for the plan.

Phase 3 (repo + paths):
- git mv per-PC-type dirs to gea-shopfloor-* names:
    Standard      -> gea-shopfloor-collections
    CMM           -> gea-shopfloor-cmm
    Keyence       -> gea-shopfloor-keyence
    Genspect      -> gea-shopfloor-genspect
    WaxAndTrace   -> gea-shopfloor-waxtrace
    Display       -> gea-shopfloor-display
    Lab           -> gea-shopfloor-common (folded; Timeclock+Lab merge)
- New gea-shopfloor-nocollections/ (clone of collections sans UDC scripts).
- New gea-shopfloor-heattreat/ (placeholder, README only).
- Move Standard/ntlars-backups/ -> _ntlars-backups/ (per-MN, not per-type).
- Run-ShopfloorSetup.ps1: Resolve-PCTypeDir helper walks alias group when
  the on-disk dir for the current pcType is missing. Set-MachineNumber
  helper-copy gated on collections|nocollections|legacy Standard-Machine.
- Update-MachineNumber.ps1: pcProfiles lookups try gea-shopfloor-collections
  first, fall back to legacy Standard-Machine. PowerShell 5.1 compatible
  (no null-coalesce).

Phase 4 (startnet.cmd menu):
- Choice 3 "GEA Shopfloor" now drills into a 9-item sub-menu instead of
  going straight to enrollment. Sub-cats:
    1. Machine with Collections        -> gea-shopfloor-collections
    2. Machine without Collections     -> gea-shopfloor-nocollections
    3. Common (Timeclock, Lab)         -> gea-shopfloor-common
    4. Keyence                         -> gea-shopfloor-keyence
    5. CMM                             -> gea-shopfloor-cmm
    6. Genspect                        -> gea-shopfloor-genspect
    7. Heattreat                       -> gea-shopfloor-heattreat
    8. Wax and Trace                   -> gea-shopfloor-waxtrace
    9. Display                         -> gea-shopfloor-display
- Office menu (existing 6-option) follows for every sub-cat.
- Machine number prompt only for collections + nocollections.
- pc-subtype.txt + display-type.txt no longer written. PCTYPE is a
  single full string (gea-shopfloor-*); subtype-aware code paths fall
  back to empty and resolve via the alias map.
- CMM bootstrap stage gate switched from "%PCTYPE%"=="CMM" to
  "%PCTYPE%"=="gea-shopfloor-cmm".

Test harness:
- B-enforce/run.sh PCSUBTYPE default changed from "Machine" to "" so
  single-arg invocation matches the new single-string scheme. Two-arg
  legacy form ("Standard Machine") still works via aliasing.
- B-enforce/tamper.ps1 alias-aware Test-MatrixEntryMatches mirroring
  verify-state.ps1.

Smoke-tested on win11 VM as SYSTEM via qga: B-enforce harness 5-phase
cycle (stage / baseline / tamper / heal / idempotent) passes 10/10
with PCType=gea-shopfloor-collections AND with legacy "Standard Machine"
two-arg form.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
cproudlock
2026-05-04 08:09:16 -04:00
parent 48e20a7e73
commit 6dcf96e40a
262 changed files with 592 additions and 455 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
}
}