LED2
ASCII - Command  | LED2  | 
  | 
  | |
Syntax Transmit  | LED2 [Data]  | 
  | ||
Syntax Receive  | LED2 <Data>  | Available in  | 
  | |
Type  | Variable rw  | MMI  | Yes  | |
ASCII Format  | Integer8  | CANBus Object Number  | 357F (hex)  | |
DIM  | -  | PROFIBUS PNU  | 1727 (dec) IND = 0000xxxx (bin)  | |
Range  | 0 .. 127  | DPR  | 127 (dec)  | |
Default  | -  | 
  | ||
Opmode  | All  | Data Type Bus/DPR  | Integer8  | |
Drive State  | -  | Weightning  | 
  | |
Start Firmware  | 1.20  | 
  | ||
Configuration  | No  | Revision  | 1.3  | |
Function Group  | Actual Values  | EEPROM  | -  | |
Short Description  | State of Display 2 Segment  | |||
Description
The command LED2 returns the present status (7-segment code) of the segment in LED2 (center).
Bit-assignment for a 7-segment display:
- Bit 0 (0x01, 1) segment A (top)
 - Bit 1 (0x02, 2) segment B (top right)
 - Bit 2 (0x04, 4) segment C (bottom right)
 - Bit 3 (0x08, 8) segment D (bottom)
 - Bit 4 (0x10, 16) segment E (bottom left)
 - Bit 5 (0x20, 32) segment F (top left)
 - Bit 6 (0x40, 64) segment G (center)
 
A write action LED2 <code> produces the defined code on the display.
This only makes sense if the internal display output has been switched off (LEDSTAT 0).
It is not possible to output a decimal point.