This commit is contained in:
ChiKyun Kim
2025-09-23 15:41:16 +09:00
parent 02028afc27
commit b037dd53e6
74 changed files with 4269 additions and 7917 deletions

View File

@@ -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; }

View File

@@ -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";