diff --git a/static/images/shop/graphic-03_Kirdy.svg b/static/images/shop/graphic-03_Kirdy.svg new file mode 100644 index 0000000..a99842c --- /dev/null +++ b/static/images/shop/graphic-03_Kirdy.svg @@ -0,0 +1,3 @@ + diff --git a/static/js/shop_data.js b/static/js/shop_data.js index 91557f7..29617ff 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -1348,6 +1348,36 @@ const shop_data = { hp: 4, }, }, + 'kirdy': { + id: 'kirdy', + name: 'Laser diode driver', + name_number: '1550', + name_codename: 'Kirdy', + price: 1700, + image: '/images/shop/graphic-03_Kirdy.svg', + specs: [ + "Low noise precision laser diode driver: 300mA max output current with 20 bit resolution, 4V compliance voltage.", + "High Frequency Bias-T modulation input.", + "Low Frequency modulation input (±1V max) with DC to 18MHz 3dB bandwidth and selectable modulation coefficient 0.25, 2.5 or 25mA/V.", + "RMS noise (10Hz-1MHz): <200nA , current noise density: <300pA/√Hz at 1kHz.", + "0 - 2.5mA photodiode current monitoring.", + "TEC Controller: ±1A max output, 4V compliance, ±1mK stability.", + "100Base-T Ethernet with PoE.", + "1270-1610nm DFB laser sold separately (from USD 200.00)." + ], + options: [ + {type: "Line", args: {title: "IP", outvar: "ip", + validator: {name: "ipv4"}, + fallback: "192.168.1.128/24", + tip: "Set up IP address used by the device."}}, + ], + size: 'big', + type: null, + warnings: [], + consumes: { + hp: 8, + }, + }, }, columns: { @@ -1403,6 +1433,7 @@ const shop_data = { itemIds: [ 'koster', 'eem_pwr_mod', + 'kirdy', ]} ], },