Input DescriptionΒΆ
EN
| Data_Type | Default_Value | Range | Unit |
|---|---|---|---|
| BOOL | - | - | - |
If a FALSE->TRUE edge is applied to input EN, all further inputs are read. If the input values are valid, a corresponding request message is sent to the Communication Module. While this request message is processed, output DONE is set to FALSE. If at least one input value is invalid, an error is indicated at the outputs ERR and ERNO and the termination of the request processing is indicated by DONE = TRUE.
During the processing of a request, state changes at input EN are recognized but not evaluated.
SLOT
| Data_Type | Default_Value | Range | Unit |
|---|---|---|---|
| BYTE | - | - | - |
At input SLOT, the Communication Module slot (module number) to be used by the Function Block is selected.
The internal Communication Module always has the module number 0. All external Communication Modules are serially numbered from right to left, starting with module number 1.
MAC_ID
| Data_Type | Default_Value | Range | Unit |
|---|---|---|---|
| BYTE | - | - | - |
Input MAC_ID is used to specify the MAC ID of the slave, the diagnosis data of which are to be requested.
CLASS_ID
| Data_Type | Default_Value | Range | Unit |
|---|---|---|---|
| BYTE | - | - | - |
Input CLASS_ID is used to specify the class ID of the object containing the attribute to be written (compare to Class entry in Parameter data list in SYCON.net).
INST_ID
| Data_Type | Default_Value | Range | Unit |
|---|---|---|---|
| BYTE | - | - | - |
Input INST_ID is used to specify the instance number of the object to be reset (compare to Inst. entry in Parameter data list in SYCON.net).
ATTR_ID
| Data_Type | Default_Value | Range | Unit |
|---|---|---|---|
| BYTE | - | - | - |
Input ATTR_ID is used to specify the number of the attribute to be written within the object containing the attribute (compare to Attr. entry in Parameter data list in SYCON.net).
DATA
| Data_Type | Default_Value | Range | Unit |
|---|---|---|---|
| DWORD | - | - | - |
At input DATA, the address of the variable containing the attribute data to be transmitted is specified via the ADR operator (for the data format refer to the Type entry in the Parameter data list in SYCON.net).
DATA_LEN
| Data_Type | Default_Value | Range | Unit |
|---|---|---|---|
| BYTE | - | - | - |
At input DATA_LEN, the length of the data to be transmitted which are stored in the variable at address DATA is specified as a byte value.