diff --git a/static/images/shop/graphic-03_MCX-IDC.svg b/static/images/shop/graphic-03_MCX-IDC.svg
new file mode 100644
index 0000000..a15f52e
--- /dev/null
+++ b/static/images/shop/graphic-03_MCX-IDC.svg
@@ -0,0 +1,404 @@
+
+
+
diff --git a/static/images/shop/graphic-03_SMA-IDC.svg b/static/images/shop/graphic-03_SMA-IDC.svg
new file mode 100644
index 0000000..c6bfb60
--- /dev/null
+++ b/static/images/shop/graphic-03_SMA-IDC.svg
@@ -0,0 +1,349 @@
+
+
+
diff --git a/static/js/shop_data.js b/static/js/shop_data.js
index f484c2b..f5c659b 100644
--- a/static/js/shop_data.js
+++ b/static/js/shop_data.js
@@ -359,6 +359,64 @@ const shop_data = {
}
},
},
+ 'idc-sma-adapter': {
+ id: 'idc-sma-adapter',
+ name: 'SMA-IDC',
+ name_number: '5528',
+ name_codename: '',
+ price: 160,
+ image: '/shop/graphic-03_SMA-IDC.svg',
+ specs: [
+ 'Breaks out analog signals from Zotino or HD68-IDC to SMA connectors.',
+ 'Each card provides 8 channels.',
+ 'Breaking out all 32 channels from a Zotino requires 4 SMA-IDC cards.'
+ ],
+ size: 'big',
+ type: 'idc-bnc',
+ hp: 4,
+ nbrSlotMin: 0,
+ nbrSlotMax: 0,
+ nbrClockMax: 0,
+ slotOccupied: 1,
+ clockOccupied: 0,
+ rules: {
+ wrong: {
+ type: 'idc-sma',
+ icon: '/shop/icon-warning.svg',
+ name: 'SMA-IDC',
+ message: 'Should be after a Zotino or a HD68-IDC or with another SMA-IDC.',
+ }
+ },
+ },
+ 'idc-mcx-adapter': {
+ id: 'idc-mcx-adapter',
+ name: 'MCX-IDC',
+ name_number: '5528',
+ name_codename: '',
+ price: 160,
+ image: '/shop/graphic-03_MCX-IDC.svg',
+ specs: [
+ 'Breaks out analog signals from Zotino or HD68-IDC to SMA connectors.',
+ 'Each card provides 8 channels.',
+ 'Breaking out all 32 channels from a Zotino requires 4 MCX-IDC cards.'
+ ],
+ size: 'big',
+ type: 'idc-bnc',
+ hp: 8,
+ nbrSlotMin: 0,
+ nbrSlotMax: 0,
+ nbrClockMax: 0,
+ slotOccupied: 1,
+ clockOccupied: 0,
+ rules: {
+ wrong: {
+ type: 'idc-mcx',
+ icon: '/shop/icon-warning.svg',
+ name: 'MCX-IDC',
+ message: 'Should be after a Zotino or a HD68-IDC or with another MCX-IDC.',
+ }
+ },
+ },
'hd68-idc-adapter': {
id:'hd68-idc-adapter',
name: 'HD68-IDC',
@@ -589,6 +647,8 @@ const shop_data = {
'mirny',
'zotino',
'idc-bnc-adapter',
+ 'idc-sma-adapter',
+ 'idc-mcx-adapter',
'hd68-idc-adapter',
'novo',
'koster',