..
This commit is contained in:
@@ -16,9 +16,7 @@ namespace AR
|
||||
{
|
||||
this.filename = UTIL.MakePath("Data", "Setting.xml");
|
||||
}
|
||||
public string WebAPI_R1 { get; set; }
|
||||
public string WebAPI_R2 { get; set; }
|
||||
public string WebAPI_R3 { get; set; }
|
||||
|
||||
|
||||
#region "log"
|
||||
|
||||
@@ -198,20 +196,6 @@ namespace AR
|
||||
public Boolean Disable_SidQtyCheck { get; set; }
|
||||
|
||||
|
||||
[Category("Advanced Parameter"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public Boolean Disable_Axis0 { get; set; }
|
||||
[Category("Advanced Parameter"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public Boolean Disable_Axis1 { get; set; }
|
||||
[Category("Advanced Parameter"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public Boolean Disable_Axis2 { get; set; }
|
||||
[Category("Advanced Parameter"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public Boolean Disable_Axis3 { get; set; }
|
||||
[Category("Advanced Parameter"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public Boolean Disable_Axis4 { get; set; }
|
||||
[Category("Advanced Parameter"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public Boolean Disable_Axis5 { get; set; }
|
||||
[Category("Advanced Parameter"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public Boolean Disable_Axis6 { get; set; }
|
||||
[Category("Advanced Parameter"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public Boolean EnableDebugMode { get; set; }
|
||||
|
||||
@@ -386,10 +370,6 @@ namespace AR
|
||||
|
||||
#endregion
|
||||
|
||||
[Category("Joystick"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public int Jostick_vid { get; set; }
|
||||
[Category("Joystick"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public int Jostick_pid { get; set; }
|
||||
|
||||
[DisplayName("Barcode Position Rotation (Rear)")]
|
||||
public float RearBarcodeRotate { get; set; }
|
||||
@@ -469,15 +449,8 @@ namespace AR
|
||||
if (WMS_CENTER_CD.isEmpty()) WMS_CENTER_CD = "V1";
|
||||
if (WMS_PROGRAM_ID.isEmpty()) WMS_PROGRAM_ID = "LABEL ATTACH";
|
||||
if (WMS_REG_USERID.isEmpty()) WMS_REG_USERID = "ATVLA1";
|
||||
|
||||
if (WebAPI_R1.isEmpty()) WebAPI_R1 = "http://10.131.32.31:9001";
|
||||
if (WebAPI_R2.isEmpty()) WebAPI_R2 = "http://10.131.32.24:9001";
|
||||
if (WebAPI_R3.isEmpty()) WebAPI_R3 = "http://10.131.32.22:9001";
|
||||
|
||||
if (swplc_size < 1) swplc_size = 100;
|
||||
if (swplc_name.isEmpty()) swplc_name = "swplc";
|
||||
|
||||
|
||||
if (StatusInterval < 10) StatusInterval = 300; //5분간격
|
||||
|
||||
var currentpath = AppDomain.CurrentDomain.BaseDirectory;
|
||||
@@ -521,9 +494,6 @@ namespace AR
|
||||
PortAlignDownTimeU = 1.0f;
|
||||
}
|
||||
|
||||
if (Jostick_vid == 0) Jostick_vid = 121;
|
||||
if (Jostick_pid == 0) Jostick_pid = 17;
|
||||
|
||||
if (PrintLWaitMS == 0) PrintLWaitMS = 1500;
|
||||
if (PrintRWaitMS == 0) PrintRWaitMS = 1500;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user