Skip to content

Commit

Permalink
eio: Remove the SM SENS DI module
Browse files Browse the repository at this point in the history
This module is still under development, hence temporarily remove it from
the eio configuration. Once this module is released, it could be added
back.

Signed-off-by: Baocheng Su <[email protected]>
  • Loading branch information
BaochengSu committed Dec 14, 2023
1 parent 09a2df7 commit 366118c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export default function SlotInfo ({ slotNum, configData, updateSlot }) {
'6ES7231-5PD32-0XB0', // SM1231-4RTD
'6ES7231-5PF32-0XB0', // SM1231-8RTD
'6ES7231-4HF32-0XB0', // SM1231-8AI
'6ES7647-0CM00-1AA2', // SM SENS DI
'6ES7238-5XA32-0XB0' // SM1238 Energy Meter 480VAC
];

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -606,20 +606,6 @@ slot4:
open_wire_alarm: true

slot5:
description: |
SM SENS DI module
Configuration Items:
0. MLFB
Must be "6ES7647-0CM00-1AA2"
There is no configuration entry for this module other than mlfb.
mlfb: "6ES7647-0CM00-1AA2"

slot6:
description: |
SM1238 Energy Meter 480VAC
Expand Down Expand Up @@ -888,3 +874,7 @@ slot6:
ll_cur_measure: 50
vt_second_vol: 230
vt_prim_vol: 230

slot6:
description: No module for this slot
mlfb: "NA"
2 changes: 0 additions & 2 deletions recipes-app/iot2050-eio-manager/iot2050-eio-manager_0.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ SRC_URI += " \
file://config-template/mlfb-6ES7231-4HF32-0XB0.yaml \
file://config-template/mlfb-6ES7231-5PD32-0XB0.yaml \
file://config-template/mlfb-6ES7231-5PF32-0XB0.yaml \
file://config-template/mlfb-6ES7647-0CM00-1AA2.yaml \
file://config-template/mlfb-6ES7238-5XA32-0XB0.yaml \
file://config-template/mlfb-NA.yaml \
"
Expand Down Expand Up @@ -97,7 +96,6 @@ do_install() {
install -v -m 644 ${WORKDIR}/config-template/mlfb-6ES7231-4HF32-0XB0.yaml ${D}/usr/lib/iot2050/eio/config-template/
install -v -m 644 ${WORKDIR}/config-template/mlfb-6ES7231-5PD32-0XB0.yaml ${D}/usr/lib/iot2050/eio/config-template/
install -v -m 644 ${WORKDIR}/config-template/mlfb-6ES7231-5PF32-0XB0.yaml ${D}/usr/lib/iot2050/eio/config-template/
install -v -m 644 ${WORKDIR}/config-template/mlfb-6ES7647-0CM00-1AA2.yaml ${D}/usr/lib/iot2050/eio/config-template/
install -v -m 644 ${WORKDIR}/config-template/mlfb-6ES7238-5XA32-0XB0.yaml ${D}/usr/lib/iot2050/eio/config-template/
install -v -m 644 ${WORKDIR}/config-template/mlfb-NA.yaml ${D}/usr/lib/iot2050/eio/config-template/

Expand Down

0 comments on commit 366118c

Please sign in to comment.