diff --git a/APP_Framework/Applications/control_app/plc_demo/schneider/schneider_m241.c b/APP_Framework/Applications/control_app/plc_demo/schneider/schneider_m241.c index 2121da530..fe64929c6 100644 --- a/APP_Framework/Applications/control_app/plc_demo/schneider/schneider_m241.c +++ b/APP_Framework/Applications/control_app/plc_demo/schneider/schneider_m241.c @@ -15,7 +15,7 @@ * @brief PLC SCHNEIDER M241 app * @version 3.0 * @author AIIT XUOS Lab - * @date 2022.9.27 + * @date 2023.2.1 */ diff --git a/APP_Framework/Applications/control_app/plc_demo/xinje/Makefile b/APP_Framework/Applications/control_app/plc_demo/xinje/Makefile new file mode 100755 index 000000000..fcf6b1e27 --- /dev/null +++ b/APP_Framework/Applications/control_app/plc_demo/xinje/Makefile @@ -0,0 +1,3 @@ +SRC_FILES := xsdh-60a32-e.c xdh-60t4-e.c + +include $(KERNEL_ROOT)/compiler.mk diff --git a/APP_Framework/Applications/control_app/plc_demo/xinje/xdh-60t4-e.c b/APP_Framework/Applications/control_app/plc_demo/xinje/xdh-60t4-e.c new file mode 100644 index 000000000..9abf2800b --- /dev/null +++ b/APP_Framework/Applications/control_app/plc_demo/xinje/xdh-60t4-e.c @@ -0,0 +1,20 @@ +/* + * Copyright (c) 2022 AIIT XUOS Lab + * XiUOS is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: + * http://license.coscl.org.cn/MulanPSL2 + * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + * See the Mulan PSL v2 for more details. + */ + +/** + * @file mitsubishi_fx3u.c + * @brief PLC MITSUBISHI FX3U app + * @version 3.0 + * @author AIIT XUOS Lab + * @date 2022.9.27 + */ + diff --git a/APP_Framework/Applications/control_app/plc_demo/xinje/xsdh-60a32-e.c b/APP_Framework/Applications/control_app/plc_demo/xinje/xsdh-60a32-e.c new file mode 100644 index 000000000..1872af036 --- /dev/null +++ b/APP_Framework/Applications/control_app/plc_demo/xinje/xsdh-60a32-e.c @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2022 AIIT XUOS Lab + * XiUOS is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: + * http://license.coscl.org.cn/MulanPSL2 + * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + * See the Mulan PSL v2 for more details. + */ + +/** + * @file mitsubishi_fx3u.c + * @brief PLC MITSUBISHI FX3U app + * @version 3.0 + * @author AIIT XUOS Lab + * @date 2022.9.27 + */