var fDesc=new Array(); fDesc[0] = "Design and order customized front panels without any prior knowledge or experience. Get started today!
Front panels with different basic shapes can be created in Front Panel Designer. Dimensions can be entered in mm or inches and in rack units and horizontal pitch units for 19" systems. Alongside other features, you can choose the material, colors, and edge machining.
Through holes and blind holes can be made in the front panel. Countersinks and threads can be applied to these holes, according to set standards or customized to your needs.
Front panel with different cut out examples.
Rectangular, trapezoidal, and triangular cut-outs as well as elongate holes, D-holes and curved slots are available in Front Panel Designer. The edges of these elements can be machined with bevels or radii.
Front Panel with Deepened Cavities.
Position circular or rectangular cavities on the front or back of your panel. Cavities with a raised inner surface and edge machining are also possible.
Front panel with Complex Outer Contour.
Thanks to the DXF import assistant (File > Import), you can generate your entire front panel directly from your DXF file. Outer contours, drill holes and cut-outs are recognised and can be applied selectively to the FPD file.
Print files can be imported directly into your front panel design. Supported file formats are: PDF, PNG, TIFF, JPG, BMP, and various print options can be set in the software. We use our own patented UV printing process to ensure a durable, high-quality print.
Basic geometric shapes and a large number of fonts are available. In addition to the RAL colors that we keep in stock, we would be happy to procure any color that you need. All engraving elements can also be printed as an alternative to engraving.
Using the HPGL import feature, even complex objects such as graphics, alternative fonts, or your company logo can be engraved onto your front panel.
Threaded studs and standoffs can be selected in Front Panel Designer as fastening elements. Standard and heavy-duty versions are available.
Front Panel Designer contains an extensive library of macro elements. This includes the right assembly sections for many common plugs, fans, switches and other components.
Thanks to the scale generator, you can create round and straight scales. The scales can be engraved or printed.
The enclosure generation feature included in the software allows you to create all sections of a complete enclosure in a single step. You can design the sections as you wish, and any accessories needed can be added during checkout."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }