[PRLS] Plate End Release

"PRLS": { "ITEMS": { "__DESC__": "Items", "__TYPE__": [ { "GROUP_NAME": { "__DESC__": "Boundary Group Name", "__TYPE__": "String" }, "N1": { "__DESC__": "N1", "__TYPE__": [ "Integer" ] }, "N2": { "__DESC__": "N2", "__TYPE__": [ "Integer" ] }, "N3": { "__DESC__": "N3", "__TYPE__": [ "Integer" ] }, "N4": { "__DESC__": "N4", "__TYPE__": [ "Integer" ] } } ] } }

 

  • Introduce Input Data Symbols

API - Value Type

Input Data

API - Value Type

Input Data

Integer

🔴

Essential

String

Unnecessary

Boolean

🔺

Optional

Real

 

 

 

  • The required Input Data for defining Plate End Release

NO.

Name

API - Key

API - Value Type

Default

Plate End Release

NO.

Name

API - Key

API - Value Type

Default

Plate End Release

1

Plate Element No.

“KEY”

 

🔴

2

 

"ITEMS"

 

 

🔴

3

Serial Number

  • If Add or Replace

"ID"

0

🔺

4

Boundary Group Name

"GROUP_NAME"

 

🔺

5

Position - N1

  • Release : 1

  • Connect : 0

"N1"

 

🔴

6

Position - N2

"N2"

 

🔴

7

Position - N3

"N3"

 

🔴

8

Position - N4

"N4"

 

🔴

 

  • The JSON format example for inputting Plate End Release

"PRLS": { "1002": { "ITEMS": [ { "ID": 1, "GROUP_NAME": "B1", "N1": [ 1, 0, 0, 0, 0 ], "N2": [ 0, 1, 0, 0, 0 ], "N3": [ 0, 0, 1, 0, 1 ], "N4": [ 0, 0, 0, 1, 0 ] } ] } }