1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
|
{
"$type": "System.Collections.Generic.List`1[[Tango.Settings.SettingsBase, Tango.Settings]], mscorlib",
"$values": [
{
"$type": "Tango.PPC.Common.PPCSettings, Tango.PPC.Common",
"ApplicationState": "PreSetup",
"MachineScanningTimeoutSeconds": 20,
"AutoConnectWiFiName": null,
"AutoConnectWiFiPassword": null,
"EmbeddedComPort": null,
"EmbeddedDeviceHint": "Tango USB Serial Port",
"EnableExternalBridge": false,
"ExternalBridgePassword": "Aa123456",
"EnableHotSpot": false,
"HotSpotPassword": "Aa123456",
"EnableRemoteAssistance": false,
"DeploymentSlot": "DEV",
"EnableWatchDog": true,
"EnableTechnicianModeByDefault": false,
"JobUploadStrategy": "JobDescriptionFile",
"EnableGradientGeneration": true,
"GradientGenerationResolution": 20,
"EnableLockScreen": false,
"LockScreenTimeout": "00:10:00",
"LockScreenPassword": "1111",
"EnableEmergencyNotifications": true,
"EmergencyComPort": "COM1",
"EnableJobLiquidQuantityValidation": true,
"JobUnitsMethod": "Device",
"LoadedRmlGuid": null,
"DefaultRmlGuid": null,
"SupportedColorSpaces": {
"$type": "System.Collections.Generic.List`1[[Tango.BL.Enumerations.ColorSpaces, Tango.BL]], mscorlib",
"$values": []
},
"SupportedJobTypes": {
"$type": "System.Collections.Generic.List`1[[Tango.BL.Enumerations.JobTypes, Tango.BL]], mscorlib",
"$values": []
},
"DefaultSpoolTypeGuid": null,
"DefaultSegmentLength": 100,
"PreviousApplicationVersion": "1.0.0.0",
"SynchronizeJobs": true,
"SynchronizeDiagnostics": true,
"SynchronizationInterval": "01:00:00",
"FirmwareVersion": "1.0.0.0",
"DisplayPowerUpScreen": true,
"PowerUpScreenTimeout": "00:00:20",
"AutoCheckForUpdates": true,
"AutoUpdateCheckInterval": "00:30:00",
"EnableAutomaticThreadLoading": true,
"DisplayAutomaticThreadLoadingScreen": true,
"EnableEmbeddedDebugLogs": true,
"TcpTransportAdapterWriteMode": "Interval",
"EnableExternalBridgeSignalR": true,
"ExternalBridgeSignalRHub": "ExternalBridgeHub",
"EnableRemoteDesktop": true,
"RemoteDesktopFrameRate": 5
},
{
"$type": "Tango.Core.CoreSettings, Tango.Core",
"DataSource": {
"$type": "Tango.Core.DataSource, Tango.Core",
"Type": "SQLServer",
"Address": "localhost\\SQLEXPRESS",
"Catalog": "Tango",
"IntegratedSecurity": true,
"UserName": "",
"Password": "",
"AccessToken": null,
"AccessTokenExpiration": "0001-01-01T00:00:00"
}
},
{
"$type": "Tango.PPC.Publisher.UI.PublisherSettings, Tango.PPC.Publisher.UI",
"Options": {
"$type": "Tango.PPC.Common.Publish.PublishOptions, Tango.PPC.Common",
"BasePath": "D:\\Development\\Tango\\Software\\Visual_Studio\\Build\\PPC\\Debug\\..\\",
"BuildConfig": "Release",
"Email": "roy@twine-s.com",
"Password": "1Creativity",
"Comments": "Several bug fixes.",
"Environment": "TEST",
"MachineVersionGuid": "997a53b0-e752-474e-9618-7262c02d0127",
"TfpPath": "P:\\Software\\FirmwareUpgrade\\Version 1.4.6.20\\firmware_package.tfp",
"InstallerProject": "D:\\Development\\Tango\\Software\\Visual_Studio\\Advanced Installer Projects\\PPC Installer.aip",
"InstallerOutputFolder": "D:\\Development\\Tango\\Software\\Visual_Studio\\Build\\Installers\\PPC",
"Synchronization": {
"$type": "Tango.PPC.Common.Publish.SynchronizationOptions, Tango.PPC.Common",
"ProvisionSequenceItems": {
"$type": "System.Collections.ObjectModel.ObservableCollection`1[[Tango.PPC.Common.Publish.SequenceItem, Tango.PPC.Common]], System",
"$values": [
{
"$type": "Tango.PPC.Common.Publish.SequenceItem, Tango.PPC.Common",
"Type": "Schema",
"Direction": "SourceToTarget",
"Index": 0,
"Name": "Synchronizing schema",
"FilePath": "D:\\Development\\Tango\\Software\\Visual_Studio\\Tango.SQLExaminer\\SQLExaminer\\Configurations\\Schema.xml",
"RequiresSerialNumber": false,
"FileName": "Schema.xml"
},
{
"$type": "Tango.PPC.Common.Publish.SequenceItem, Tango.PPC.Common",
"Type": "Data",
"Direction": "SourceToTarget",
"Index": 1,
"Name": "Synchronizing collections",
"FilePath": "D:\\Development\\Tango\\Software\\Visual_Studio\\Tango.SQLExaminer\\SQLExaminer\\Configurations\\OverrideData.xml",
"RequiresSerialNumber": false,
"FileName": "OverrideData.xml"
},
{
"$type": "Tango.PPC.Common.Publish.SequenceItem, Tango.PPC.Common",
"Type": "Data",
"Direction": "SourceToTarget",
"Index": 2,
"Name": "Configuring machine",
"FilePath": "D:\\Development\\Tango\\Software\\Visual_Studio\\Tango.SQLExaminer\\SQLExaminer\\Configurations\\ProvisionMachine.xml",
"RequiresSerialNumber": true,
"FileName": "ProvisionMachine.xml"
}
]
},
"UpdateSequenceItems": {
"$type": "System.Collections.ObjectModel.ObservableCollection`1[[Tango.PPC.Common.Publish.SequenceItem, Tango.PPC.Common]], System",
"$values": [
{
"$type": "Tango.PPC.Common.Publish.SequenceItem, Tango.PPC.Common",
"Type": "Schema",
"Direction": "SourceToTarget",
"Index": 0,
"Name": "Updating schema",
"FilePath": "D:\\Development\\Tango\\Software\\Visual_Studio\\Tango.SQLExaminer\\SQLExaminer\\Configurations\\Schema.xml",
"RequiresSerialNumber": false,
"FileName": "Schema.xml"
},
{
"$type": "Tango.PPC.Common.Publish.SequenceItem, Tango.PPC.Common",
"Type": "Data",
"Direction": "SourceToTarget",
"Index": 1,
"Name": "Updating collections",
"FilePath": "D:\\Development\\Tango\\Software\\Visual_Studio\\Tango.SQLExaminer\\SQLExaminer\\Configurations\\OverrideData.xml",
"RequiresSerialNumber": false,
"FileName": "OverrideData.xml"
},
{
"$type": "Tango.PPC.Common.Publish.SequenceItem, Tango.PPC.Common",
"Type": "Data",
"Direction": "SourceToTarget",
"Index": 2,
"Name": "Updating machine",
"FilePath": "D:\\Development\\Tango\\Software\\Visual_Studio\\Tango.SQLExaminer\\SQLExaminer\\Configurations\\UpdateMachine.xml",
"RequiresSerialNumber": true,
"FileName": "UpdateMachine.xml"
}
]
}
}
}
}
]
}
|