|
@@ -671,7 +671,9 @@ namespace MOKA_Factory_Tools
|
|
functionSetting1.EnterFactoryRetry = jObject["EnterFactoryRetry"].Value<int>();
|
|
functionSetting1.EnterFactoryRetry = jObject["EnterFactoryRetry"].Value<int>();
|
|
functionSetting1.AllowNoScanning = jObject["AllowNoScanning"].Value<bool>();
|
|
functionSetting1.AllowNoScanning = jObject["AllowNoScanning"].Value<bool>();
|
|
functionSetting1.ReportTimeOut = jObject["ReportTimeOut"].Value<int>();
|
|
functionSetting1.ReportTimeOut = jObject["ReportTimeOut"].Value<int>();
|
|
-
|
|
|
|
|
|
+ if (jObject["Parity"] == null)
|
|
|
|
+ SaveJsonConfig("Parity", functionSetting1.TVParity);
|
|
|
|
+ functionSetting1.TVParity = jObject["Parity"] != null ? jObject["Parity"].Value<int>() : 0;
|
|
|
|
|
|
//本地离线抄写时key长度设置获取
|
|
//本地离线抄写时key长度设置获取
|
|
functionSetting1.LocalDidSize = jObject["LocalSize"]["DID"].Value<int>();
|
|
functionSetting1.LocalDidSize = jObject["LocalSize"]["DID"].Value<int>();
|