Pin Configuration and Assignment¶
Description¶
Several internal digital and analog signals are available that can be output at the pins of the device. Pin 4 and pin 2 can be configured with the following functions:
Pin 4¶
Digital Output
Pin 2¶
Digital Output
Analog Output
ISDU¶
Name | Index | Subindex | Access | Length | Data Type | Data Storage | Default |
---|---|---|---|---|---|---|---|
Pin 4 Function | 0x0090 (144) |
0 | R/W | 2 bytes | Yes | ||
Behavior IO-Link | 1 | R/W | 1 byte | UINT8 (ENUM) |
0x00 (0) IO-Link |
||
Mode | 2 | R/W | 1 byte | UINT8 (ENUM) |
0x00 (0) Inactive |
||
Pin 4 Digital Configuration¹ | 0x0091 (145) | 0 | R/W | 4 bytes | Yes | ||
Signal Source | 1 | R/W | 2 bytes | UINT16 (ENUM) |
0x003F (63) Switching Signal Channel 1.1 |
||
Logic | 2 | R/W | 1 byte | UINT8 (ENUM) |
0x00 (0) Normal | ||
Type | 3 | R/W | 1 byte | UINT8 (ENUM) |
0x02 (2) Push-Pull |
||
Pin 2 Function | 0x0093 (147) | 0 | R/W | 2 bytes | Yes | ||
Behavior IO-Link | 1 | R/W | 1 byte | UINT8 (ENUM) |
0x01 (1) Normal Operation |
||
Mode | 2 | R/W | 1 byte | UINT8 (ENUM) |
0x00 (0) Inactive |
||
Pin 2 Digital Configuration¹ | 0x0094 (148) |
0 | R/W | 4 bytes | Yes | ||
Signal Source | 1 | R/W | 2 bytes | UINT16 (ENUM) |
0x003F (63) Switching Signal Channel 1.1 |
||
Logic | 2 | R/W | 1 byte | UINT8 (ENUM) |
0x00 (0) Normal |
||
Type | 3 | R/W | 1 byte | UINT8 (ENUM) |
0x00 (0) PNP |
||
Pin 2 Analog Configuration² | 0x0095 (149) |
0 | R/W | 4 bytes | Yes | ||
Signal Source | 1 | R/W | 2 bytes | UINT16 (ENUM) |
0x0028 (40) Target distance |
||
Characteristic | 2 | R/W | 1 byte | UINT8 (ENUM) |
0x00 (0) Rising |
||
Type | 3 | R/W | 1 byte | UINT8 (ENUM) |
0x00 (0) 4..20mA |
¹ The settings in the digital configuration are only used if the pin was configured as a digital output or digital input.
² The settings in the analog configuration are only used if the pin was configured as an analog output.
Behavior IO-Link¶
With Behavior IO-Link, the behavior of the pins during active IO-Link communication can be determined. The pin can either continue to perform its function or become inactive.
Value | Name | Description |
---|---|---|
Pin 4 | ||
0x00 (0) | IO-Link | This is the communication pin. It cannot execute any other function during an active IO-Link connection. |
Pin 2 | ||
0x00 (0) | Inactive | The pin has no function and is high-impedance. |
0x01 (1) | Normal Operation | The pin retains its function. |
Mode¶
The function of the pin can be selected with Mode.
Value | Name | Description |
---|---|---|
Pin 4 | ||
0x00 (0) | Inactive | The pin has no function and is high-impedance. |
0x01 (1) | Digital Output | The pin works as a digital output. |
Pin 2 | ||
0x00 (0) | Inactive | The pin has no function and is high-impedance. |
0x01 (1) | Digital Output | The pin works as a digital output. |
0x02 (2) | Analog Output | The pin works as an analog output. |
Signal Source¶
With Signal Source, the internal signal source for the pin can be selected. Various signal sources are available that can be output or read on a pin.
Value | Name | Description |
---|---|---|
Digital Output | ||
0x0000 (0) | Nothing | No Signal Source |
0x0017 (23) | Primary supply voltage under-run | Power supply voltage is under its limit. |
0x0018 (24) | Primary supply voltage over-run | Power supply voltage is over its limit. |
0x002B (43) | MDC Measurement Error | No valid Target found. |
0x002C (44) | MDC Out of Measurement Range Warning | Target out of the configured measurement range. |
0x002F (47) | System Error | A System Error is active. |
0x003F (63) | Switching Signal Channel 1.1 | The state of Switching Signal Channel 1.1. |
0x0040 (64) | Switching Signal Channel 1.2 | The state of Switching Signal Channel 1.2. |
0x0173 (371) | Switching Signal Channel 2.1 | The state of Switching Signal Channel 2.1. |
0x0174 (372) | Switching Signal Channel 2.2 | The state of Switching Signal Channel 2.2. |
0x004E (78) | Device Temperature Alarm Status | The Device Temperature Alarm is active. |
Analog Output | ||
0x0028 (40) | Target distance | The current Target distance. |
0x0171 (369) | Target strength | The current Target strength. |
Logic¶
With Logic, the input/output can be configured as inverted or normal.
Value | Name | Description |
---|---|---|
0x00 (0) | Normal | Non-inverting logic |
0x01 (1) | Inverted | Inverted logic |
Characteristic¶
With Characteristic, a rising or falling characteristic of the analog output can be configured.
Value | Name | Description |
---|---|---|
0x00 (0) | Rising | Rising input value = Rising output value |
0x01 (1) | Falling | Rising input value = Falling output value |
Type¶
The output can be configured with Type.
Value | Name | Description |
---|---|---|
Digital | ||
0x00 (0) | PNP | PNP output |
0x01 (1) | NPN | NPN output |
0x02 (2) | Push-Pull | Push-Pull output |
Analog | ||
0x00 (0) | 4…20mA | Analog current output 4 to 20mA |
0x01 (1) | 0…20mA | Analog current output 0 to 20mA |
0x02 (2) | 1…5V | Analog voltage output 1 to 5V |
0x03 (3) | 0…10V | Analog voltage output 0 to 10V |
0x04 (4) | 2…10V | Analog voltage output 2 to 10V |
Warning
The voltage and current settins listed above (e.g., 4…20mA, 0…10V) only represent the nominal signal ranges of the configured meassurement range, not the absolute maximum or minimum values that may occur. Actual output may exceed these ranges in error or out-of-range conditions. More information about the analog output configuration can be found in the Analog Output section