| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.simatic.S7.SectionType | |
Categories for interface sections.
Note: the ordering reflects the id's (also used by the Step7 editor). When it comes to mapping in memory for FC/FB/DB interfaces, the ordering is not the same (e.g. RET after IN)
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| S7.SectionType | IN | Input data of a non-OB routine (FB, FC, SFB, SFC) | |||||||||
| S7.SectionType | IN_OUT | Read/write data of a non-OB routine (FB, FC, SFB, SFC) | |||||||||
| S7.SectionType | OUT | Output data of a non-OB routine (FB, FC, SFB, SFC) | |||||||||
| S7.SectionType | RET | Return data of function (FC, SFC) | |||||||||
| S7.SectionType | STAT | Static storage data of a FB/SFB (not for OB/FC/SFC), stored in an associated instance data block (DI) | |||||||||
| S7.SectionType | TEMP | Temporary data, a.k.a. | |||||||||
| S7.SectionType | UNKNOWN | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static S7.SectionType | fromId(int id) | ||||||||||
| int | getId() | ||||||||||
| static S7.SectionType | valueOf(String name) | ||||||||||
| final static SectionType[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Static storage data of a FB/SFB (not for OB/FC/SFC), stored in an associated instance data block (DI)
Temporary data, a.k.a. Dynamic data: local data of a routine (OB, FB, FC, SFB, SFC)