..
This commit is contained in:
@@ -226,29 +226,11 @@ namespace AR
|
||||
#region "function"
|
||||
[Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||
public Boolean Force_JobEndBuzzer { get; set; }
|
||||
|
||||
//[Browsable(false)]
|
||||
//public Boolean Enable_ConveryorMode { get; set; }
|
||||
|
||||
|
||||
[Browsable(false)]
|
||||
public Boolean Disable_safty_F0 { get; set; }
|
||||
[Browsable(false)]
|
||||
public Boolean Disable_safty_F1 { get; set; }
|
||||
[Browsable(false)]
|
||||
public Boolean Disable_safty_F2 { get; set; }
|
||||
[Browsable(false)]
|
||||
public Boolean Disable_safty_R0 { get; set; }
|
||||
[Browsable(false)]
|
||||
public Boolean Disable_safty_R1 { get; set; }
|
||||
[Browsable(false)]
|
||||
public Boolean Disable_safty_R2 { get; set; }
|
||||
|
||||
|
||||
[Browsable(false)]
|
||||
public Boolean Disable_Buzzer { get; set; }
|
||||
|
||||
|
||||
|
||||
[Browsable(false)]
|
||||
public Boolean Enable_Magnet0 { get; set; }
|
||||
|
||||
|
||||
@@ -47,6 +47,25 @@ namespace AR
|
||||
#endregion
|
||||
|
||||
|
||||
[Category("Door Safty"),DisplayName("Disable Front - Left")]
|
||||
|
||||
public Boolean Disable_safty_F0 { get; set; }
|
||||
[Category("Door Safty"), DisplayName("Disable Front - Center")]
|
||||
|
||||
public Boolean Disable_safty_F1 { get; set; }
|
||||
[Category("Door Safty"), DisplayName("Disable Front - Right")]
|
||||
|
||||
public Boolean Disable_safty_F2 { get; set; }
|
||||
[Category("Door Safty"), DisplayName("Disable Rear - Left")]
|
||||
|
||||
public Boolean Disable_safty_R0 { get; set; }
|
||||
[Category("Door Safty"), DisplayName("Disable Rear - Center")]
|
||||
|
||||
public Boolean Disable_safty_R1 { get; set; }
|
||||
[Category("Door Safty"), DisplayName("Disable Rear - Right")]
|
||||
|
||||
public Boolean Disable_safty_R2 { get; set; }
|
||||
|
||||
public SystemSetting()
|
||||
{
|
||||
this.filename = UTIL.CurrentPath + "system.xml";
|
||||
|
||||
Reference in New Issue
Block a user