forked from M-Labs/web2019
add MCX-DIO to shop
This commit is contained in:
parent
24b3a74096
commit
7fb64c0685
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 194 KiB |
|
@ -213,6 +213,37 @@ const shop_data = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'mcx-dio': {
|
||||||
|
id: 'mcx-dio',
|
||||||
|
name: 'MCX-TTL',
|
||||||
|
name_number: '2238',
|
||||||
|
name_codename: '',
|
||||||
|
price: 600,
|
||||||
|
image: '/shop/graphic-03_MCX-TTL.svg',
|
||||||
|
specs: [
|
||||||
|
'16 single-ended digital signals on MCX connectors.',
|
||||||
|
'Direction selectable in banks of four signals.',
|
||||||
|
'Termination individually selectable for each signal.',
|
||||||
|
'No galvanic isolation.',
|
||||||
|
'Higher speed and lower jitter than the isolated SMA and BNC DIO cards.'
|
||||||
|
],
|
||||||
|
size: 'small',
|
||||||
|
type: null,
|
||||||
|
hp: 4,
|
||||||
|
nbrSlotMin: 0,
|
||||||
|
nbrSlotMax: 0,
|
||||||
|
nbrClockMax: 0,
|
||||||
|
slotOccupied: 2,
|
||||||
|
clockOccupied: 0,
|
||||||
|
rules: {
|
||||||
|
resources: {
|
||||||
|
type: 'mcx-dio',
|
||||||
|
icon: '/shop/icon-warning.svg',
|
||||||
|
name: 'MCX-DIO',
|
||||||
|
message: 'This card needs a card that provides two EEM connectors (e.g. Kasli) at its left.',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'rj45-dio': {
|
'rj45-dio': {
|
||||||
id: 'rj45-dio',
|
id: 'rj45-dio',
|
||||||
name: 'LVDS-TTL',
|
name: 'LVDS-TTL',
|
||||||
|
@ -692,6 +723,7 @@ const shop_data = {
|
||||||
'kasli',
|
'kasli',
|
||||||
'bnc-dio',
|
'bnc-dio',
|
||||||
'sma-dio',
|
'sma-dio',
|
||||||
|
'mcx-dio',
|
||||||
'rj45-dio',
|
'rj45-dio',
|
||||||
'urukul',
|
'urukul',
|
||||||
'mirny',
|
'mirny',
|
||||||
|
|
Loading…
Reference in New Issue