Что такое формат файла LDT?
A .ldt file contains photometric data. .ldt files are generally created and supplied by lighting product manufacturers. Each file stores data for a given luminaire, for example:
- light distribution curve,
- luminous intensity,
- physical dimensions of the luminaire,
- lamp and ballast parameters.
.ldt files are used by specialized lighting installation design software such as DIALux evo and Relux Desktop to simulate how a fitting will illuminate a space before installation.
.ldt is a plain ASCII text file following the EULUMDAT specification - a de-facto European standard for luminaire photometric data exchange, proposed by Axel Stockmar (Light Consult Inc., Berlin) in 1990. Unlike the North American .IES format, which opens with a version keyword, EULUMDAT has no file signature: every line has a fixed positional role, and intensity values are stored in candela per 1000 lumens (cd/klm).
Безопасность и защита
РИСК: LOWAn LDT file is plain ASCII text with no executable code, so it is safe to open and cannot carry malware in any meaningful way. The only practical caution is sourcing: download LDT files from the fixture manufacturer or a reputable photometric library so your lighting calculations are based on real measured data rather than an edited or fabricated file.
Детали формата
в двух словах- ZEMAX Source EULUMDAT object data - ZEMAX OpticStudio can read EULUMDAT (.ldt) as a non-sequential source's photometry, which is why the database mislabeled the format as a 'ZEMAX source file'.
Программы, открывающие файлы LDT
Технические подробности
глубокая спецификация| File encoding | ASCII (7-bit) plain text; CR/LF line endings required by most parsers |
| File structure | Strictly positional line sequence - no field labels or tags; every line's meaning is determined by its position in the file |
| MIME type | text/plain |
| File signature | No magic bytes; the first line is the manufacturer identification string (Ident), typically the company name |
| Intensity unit | Candela per 1000 lumens (cd/klm); parsers scale to actual lamp lumens at calculation time |
| C-plane (horizontal) angles | Count declared by the `Mc` field; step angle `Dc` in degrees; full distribution typically covers 0°-360° in 5° or 10° increments |
| G (vertical) angles | Count declared by the `Ng` field; step angle `Dg` in degrees; spans 0° (nadir) to 90° or 180° depending on luminaire type |
| Symmetry code (Isym) | `Isym` 0 = no symmetry; 1 = rotational; 2 = symmetric about C0-C180 plane; 3 = C90-C270; 4 = quadrant - reduces stored data for symmetric fittings |
| Luminaire type (Itype) | `Itype` 1 = point source; 2 = linear; 3 = rectangular area source - determines how software models near-field luminance |
| Physical dimensions | Luminaire length, width, and height stored in millimetres in dedicated positional fields |
| Lamp and ballast block | Records number of lamps, nominal luminous flux per lamp, colour temperature, wattage, and a free-text ballast description line |
| Tilt correction | Optional section storing tilt angle and per-angle correction factors for luminaires mounted at non-horizontal positions |
| Data integrity | No checksum; the declared `Mc` and `Ng` counts must exactly match the number of data rows present, or parsers reject the file |
| Typical file size | 2 KB - 150 KB, scaling with the number of C-planes and G-angle measurements |
| Выпущен | 1990 (EULUMDAT, proposed by Axel Stockmar as a European luminaire data exchange format) |
| Последняя версия | EULUMDAT (single revision; an unofficial 'EULUMDAT/2' extension exists but is rarely used) |
| Открыть стандартное | Да · без роялти |
| Спецификация | en.wikipedia.org |
Конвертации LDT
Вопросы и ответы сообщества
спрошено пользователямиВопросов пока нет - станьте первым, кто спросит о файлах LDT.