천호석
2022-12-06 183f2b92b7d5058a8f0d289826d7698b542038fe
SHARP_CLAS_UI/100.Screen/Form_Main.cs
@@ -178,7 +178,15 @@
        {
            if (_Parent._equip.Door_Opened)
            {
                Interlock_Manager.Add_Interlock_Msg("Key switch can't change.", "Door is opened");
                MessageBox.Show("Key switch can't change, Door is opened.");
                //Interlock_Manager.Add_Interlock_Msg("Key switch can't change.", "Door is opened");
                return;
            }
            if (_Parent._equip.equip_mode == En_Equipment_Mode.Auto && _Parent.sm.Get_Bit(Output_Memory_Address.Safety_Mode_SW_Unlock) == false)
            {
                MessageBox.Show("Key switch can't change, Equipment mode is Auto");
                //Interlock_Manager.Add_Interlock_Msg("Key switch can't change.", "Equipment mode is Auto");
                return;
            }