diff --git a/static/images/shop/graphic-03_Fastino.svg b/static/images/shop/graphic-03_Fastino.svg new file mode 100644 index 0000000..17642af --- /dev/null +++ b/static/images/shop/graphic-03_Fastino.svg @@ -0,0 +1,656 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/js/shop_data.js b/static/js/shop_data.js index 9f4cfdc..b7b91dd 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -324,6 +324,51 @@ const shop_data = { }, }, }, + 'fastino': { + id: 'fastino', + name: 'DAC', + name_number: '5632', + name_codename: 'Fastino', + price: 3390, + image: '/shop/graphic-03_Fastino.svg', + specs: [ + '32-channel DAC.', + '16-bit resolution.', + '2 MSPS simultaneously on all channels.', + 'Output voltage +-10V.', + 'HD68 connector with all channels.', + 'Channels can also be broken out to BNC or SMA using IDC-BNC, IDC-SMA or IDC-MCX cards.' + ], + size: 'small', + type: 'zotino', + hp: 4, + nbrSlotMin: 0, + nbrSlotMax: 4, + nbrCurrentSlot: 0, + nbrClockMax: 0, + slotOccupied: 2, + clockOccupied: 0, + rules: { + maxSlot: { + type: 'fastino', + icon: '/shop/icon-reminder.svg', + name: 'Fastino', + message: 'Fastino has at most 4 IDC-BNC adapters.', + }, + maxSlotWarning: { + type: 'fastino-max-slot-warning', + icon: '/shop/icon-warning.svg', + name: 'Fastino', + message: 'Insufficient connectors.', + }, + resources: { + type: 'fastino', + icon: '/shop/icon-warning.svg', + name: 'Fastino', + message: 'This card needs a card that provides a EEM connector (e.g. Kasli) at its left.', + }, + }, + }, 'idc-bnc-adapter': { id: 'idc-bnc-adapter', name: 'BNC-IDC', @@ -639,6 +684,7 @@ const shop_data = { 'urukul', 'mirny', 'zotino', + 'fastino', 'idc-bnc-adapter', 'idc-sma-adapter', 'idc-mcx-adapter',