Datenblatt Einbaurahmen

From innovaphone wiki
Jump to navigation Jump to search
Einbaurahmen
19" Einbaurahmen für Gateways

Gehäuse

19" Einbaurahmen für bis zu zwei innovaphone Gateways (beliebige Modelle kombinierbar)

1 Höheneinheit (HE)

Masse in mm (B x H x T): 482.6 x 31.75 x 183

Gewicht: 1250g

Material: Edelstahl

Aussparungen im Rahmen gewährleisten mechanischen Halt des Gateways

Optional feste Montage der Gateways am Boden des Einschubrahmens durch Verschraubung möglich (Schrauben nicht enthalten)

Feste Montage in 19" Racks durch Verschraubung (Schrauben nicht enthalten)

Bestellnummer : 01-00999-001

innovaphone® AG | Umberto-Nobile-Str. 15 | 71063 Sindelfingen | Germany | T +49 7031 73009-0 | F +49 7031 73009-9 | info@innovaphone.com | www.innovaphone.com
Irrtümer, Liefermöglichkeiten und technische Änderungen vorbehalten. Copyright © 1997-2025 innovaphone® AG

`; const url = URL.createObjectURL(new Blob([html], { type: "text/html; charset=UTF-8" })); const popup = window.open( url, "popup", 'width=793,height=1122,screenX=200,screenY=200' ); } document.addEventListener('DOMContentLoaded', function () { if (!prevent_twice && document.getElementsByClassName('inno_print_icon').length) { console.log('inno print class exists'); // ******************************************************** // check for key press: // P & (CTRL or WIN) & not ALT & (not Shift or chrome or opera) // // Warning: At least as of Firefox 48, the Windows key is no longer considered the "Meta" key. // KeyboardEvent.metaKey is false when the Windows key is pressed. // ******************************************************** window.addEventListener('keydown', function(event) { if ( event.keyCode === 80 && // p (event.ctrlKey || event.metaKey) && // STRG / CMD (mac) !event.altKey // not alt ) { event.preventDefault(); inno_print(); if (event.stopImmediatePropagation) { event.stopImmediatePropagation(); } else { event.stopPropagation(); } return; } }, true); document.getElementsByClassName('inno_print_icon')[0].addEventListener('click', function (event) { inno_print(); }); } }, false);