Skip to content

Commit

Permalink
iot2050-eio-manager: sm1238: Hide E0-E3 module version temporarily
Browse files Browse the repository at this point in the history
When selecting Ex as module version, the data variant range is from 0x81
- 0x84 in TIA portal, which is not coverred by the module manual.

Currently clarification is under going, meanwhile let's hide these
module versions before any feedback is received.

Signed-off-by: Baocheng Su <[email protected]>
  • Loading branch information
BaochengSu committed Dec 7, 2023
1 parent 91df4cf commit d3ac46d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ properties:
const: "6ES7238-5XA32-0XB0"

module_version:
enum: [32, 112, 224, 225, 226, 227]
enum: [32, 112]

con_type:
enum: [0x00, 0x0B, 0x0C, 0x0E, 0x0F, 0x10]
Expand Down Expand Up @@ -151,46 +151,6 @@ allOf:
0xF5, 0xF0, 0xEF, 0xE2, 0xE1, 0xE0, 0x9F, 0x9E,
0x9D, 0x9C]

# EE@Industry measured data e0
- if:
properties:
module_version:
const: 224
then:
properties:
data_variant:
const: 0xE0

# EE@Industry measured data e1
- if:
properties:
module_version:
const: 225
then:
properties:
data_variant:
const: 0xE1

# EE@Industry measured data e2
- if:
properties:
module_version:
const: 226
then:
properties:
data_variant:
const: 0xE2

# EE@Industry measured data e3
- if:
properties:
module_version:
const: 227
then:
properties:
data_variant:
const: 0xE3

required:
- mlfb
- module_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ description: |
value options:
- 32: 32 bytes I/ 12 bytes O
- 112: 112 bytes I/ 12 bytes O
- 224: EE@Industry measurement data profiles e0
- 225: EE@Industry measurement data profiles e1
- 226: EE@Industry measurement data profiles e2
- 227: EE@Industry measurement data profiles e3
- con_type:
Connection type of the phases
Expand Down

0 comments on commit d3ac46d

Please sign in to comment.