StringList.cs 4.0 KB
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace OnlineStore.Common
{
    public enum L
    {
        enable_config_mode,
        disable_config_mode,
        safty_release_string,
        safty_releaseing_string,
        safty_releaseed_string,
        connect_fail,
        humidity,
        current_status,
        device_initializing,
        tab_io,
        tab_axis,
        tab_store,
        tab_setting,
        tab_log,
        table_datetime,
        table_info,
        table_module,
        table_step,
        device_isrunning_cant_exit,
        start,
        device_pause,
        device_resume,
        device_suddenstop_cant_start,
        open_debug_mode,
        iocard_init_fail,
        tempnhum_sensor_init_fail,
        cant_find_storeposfile,
        transfer_equipment,
        string_inout_equipment,
        clamp_equipment,
        store_manage_equipment,
        reset_equipment,
        autotest_inout_equipment,
        Clamp_Axis_interference_01,
        Clamp_Axis_interference_02,
        Clamp_Axis_interference_03,
        Middle_Axis_interference_01,
        UpDown_Axis_interference_01,
        out_store_wait_ngdoor_ready,
        out_store_not_detect_material,
        out_store_detect_material,
        out_store_wait_string_ready,
        in_store_detect_material,
        wait_reel_transfer,
        sensor_alarm,
        reset_press,
        reset_press_with_sudden,
        runbtn_press,
        system_is_running,
        runbtn_press_with_sudden,
        not_detect_airpressure,
        x29_low_no_reel,
        wait_put_reel_into_ngdoor,
        ignored,
        SafetyLight_is_block,
        left_safedoor_not_close,
        right_safedoor_not_close,
        back_safedoor_not_close,
        x29_higt_has_reel,
        system_pause,
        in_suddenstop,
        system_need_reset,
        store_inout_debug_mode,
        airpressure_not_enough,
        motion_alarm,
        wait_detect_reel_height,
        wait_user_select_pos,
        wait_server_response_pos,
        reel_wait_in_store,
        please_take_ngdoor_reel,
        no_string,
        wait_stringdoor_close,
        detect_string,
        string_ready_for_get,
        wait_string_take,
        string_ready_for_put,
        in_store_ng,
        posnum,
        not_detect_reel_height,
        not_detect_reel_code,
        scan_code_timeout,
        wait_server_response_pos_timeout,
        string_releasing,
        ngdoor,
        scanning_code,
        taking_code,
        no_info_reel,
        ngdoor_reel_out,
        timeout,
        wait,
        empty_reel,
        full_reel,
        instore_reel,
        string_prepare,
        free,
        reel_outting,
        reel_ining,
        FrmPositionTool_serv_state,
        FrmPositionTool_enable,
        FrmPositionTool_disable,
        FrmPositionTool_homests,
        FrmPositionTool_finish,
        FrmPositionTool_unfinish,
        FrmPositionTool_busysts,
        FrmPositionTool_busying,
        detect_signal,
        reel_not_onposition_cant_manual_in,
        stop_inout_test,
        start_device_first,
        tips,
        autotest_msg_01,
        autotest_msg_02,
        stop_auto_test,
        start_auto_test,
        store_busy_cant_manual_out,
        monitor_open_fail,
        monitor_config_load_fail,
        monitor_config_not_exist,
        AxisMoveControl_status_monitor,
        string_full_takeout,
        string_not_onposition,
        in_store_nothave_position,
        begin_singlein,
        Clamp_Axis_running_cant_singlein,
        string_begin_release,
        store_running_cant_inout,
        close_singledoor,
        not_in_single_prosses,
        begin_open_string_door,
        string_not_onposition_01,
        begin_close_string_door,
        tray_detect_reel_01,
        system_running_cantmove,
        before_FrmPositionTool_stopmuchine,
        temp,
        outstore_abnormal_reel,
        bacth_no_fix,
        comInitError,
    }
}