Коннектор Watercool для водоблоков GPU-X³ Dual-Link
The GPU-X Dual link allows ideal connection of two graphics card water blocks in a SLI or Crossfire setup. It is flow-optimized and gives added stability to the graphics cards. With only few quick setps, the link can be set from parallel to serial operation. The serial connector necessary for this is optionally available. All common configurations for dual graphics card setups are covered by the GPU-X Dual link. Four additionaly G1/4" threads are machined into the connector, allowing flexible integration inot the cooling loop. The unused threads are sealed with the included screw plugs.
Mounting is quick and easy. THe GPU-X Multi-link replaces the connection blocks of the graphics card water blocks. No additional adaptors are required.
This product is compatible with all water blocks from the HEATKILLER® GPU-X³ series.
Technical specifications:
Material: POM (black)
Dimensions: ( L x W x H ) 80 x 60 x 20 mm
Weight: 130g
Connection threads: 4x G 1/4 Inch(DIN ISO 228-1)
Pressure tested: 5 bar
Compatible with: HEATKILLER® GPU-X³-Serie, HEATKILLER® GPU-X³ Core
Extent of delivery:
1x GPU-X Dual-Link
1x Sealing bridge
Общие характеристики
118, obshchie_kharakteristiki, divider, 0, 4
Расстояние между слотами
1, 2, 3
Материал
Пластмасса
Штрихкод
4049470000000
Код производителя
10196
Производитель
Watercool
Примечание
Товар поставляется только после полной предоплаты
Вес
0.134 кг
Рекомендуем посмотреть
Комплект для модернизации водоблока
Комплект для модернизации водоблока
Комплект для модернизации водоблока
Комплект для модернизации водоблока
Комплект для модернизации водоблока
Спасибо! Будем держать вас в курсе.
© InSocket, 2021. Все права защищены.
');
//console.log(counter_code);
$('body').append(counter_code);
if (!!params && params.ecommerce_flag === 1) {
if (!window[params.ecommerce_object]) {
window[params.ecommerce_object] = [];
}
if (typeof(params.action) === "string") {
//Добавляем объект "Просмотр товара"
if (params.action === 'product') {
if (!!params.object) {
window[params.ecommerce_object].push(params.object);
//console.log(params.object);
}
}
}
//Добавляем объект "Заказ"
if (reg_str_success.test(location.href)) {
if (params.referer_flag === 1) {
if (!!params.object) {
$.post(params.path_script, {'action': 'purchase', 'cart_code': params.cart_code, 'cart': params.cart}, function(response){
if (response.data.state) {
window[params.ecommerce_object].push(params.object);
//console.log(params.object);
if (response.data.user && response.data.user_orders) {
tmp_object = {};
if (typeof response.data.user_orders == 'object') {
for (i in response.data.user_orders) {
tmp_object[i] = response.data.order_format.replace('\{$order.id\}', response.data.user_orders[i]);
}
response.data.user_orders = tmp_object;
}
window[ya_counter_object_name].userParams({
'user': response.data.user,
'user_orders': response.data.user_orders
});
//console.log(response.data.user);
//console.log(response.data.user_orders);
}
if (!!params.object['ecommerce']) {
document.location.reload(true);
}
}
}, 'json');
}
}
}
$(document).on('ajaxSuccess', function (evt, xhr, options) {
var
fields = [],
field = [],
tmp_object = {},
query_params = {},
i, features = {}, key = '',
regexp = /^features(\[\d+\]){1}.*$/;
//counter_object;
///////////////////////////////Добавление товара в корзину/////////////////////
if (reg_str_add.test(options.url)) {
fields = [];
field = [];
tmp_object = {};
query_params = {};
features = {};
key = '';
fields = options.data.split('&');
for (i in fields) {
field = fields[i].split('=');
if (decodeURI(field[0]).indexOf('features') >= 0) {
key = regexp.exec(decodeURI(field[0]));
key = key[1];
key = key.replace('[', '').replace(']', '');
features[key] = parseInt(field[1]);
}
query_params[decodeURI(field[0])] = parseInt(field[1]);
}
/////////////Передача цели add_cart////
/*counter_object = 'yaCounter'+$('#script_ywa_app').data('counter_id');
if (!!window[counter_object]) {
window[counter_object].reachGoal('add_cart');
//console.log(counter_object);
}*/
////////////////////////////////////////////////
$.post(params.path_script, {'action': 'add', 'product_id': query_params['product_id'], 'sku_id' : query_params['sku_id'], 'features': features, 'cart_code': params.cart_code, 'cart': params.cart}, function (response) {
if (response.data.state) {
params.cart = response.data.cart;
tmp_object.ecommerce = response.data.result;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}
///////////////////////////////Удаление товара из корзины/////////////////////////////////////
if (reg_str_delete.test(options.url)) {
tmp_object = {};
$.post(params.path_script, {'action': 'delete', 'cart_code': params.cart_code, 'cart': params.cart}, function(response){
if (response.data.state) {
tmp_object.ecommerce = response.data.result;
params.cart = response.data.cart;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}
///////////////////////Изменение количества товара в корзине/////////////////////////////
if (reg_str_save.test(options.url)) {
fields = [];
field = [];
query_params = {},
tmp_object = {};
fields = options.data.split('&');
for (i in fields) {
field = fields[i].split('=');
query_params[field[0]] = parseInt(field[1]);
}
clearTimeout(timer_id);
timer_id = setTimeout(function () {
$.post(params.path_script, {'action': 'save', 'cart_code': params.cart_code, 'cart': params.cart, 'params': query_params}, function (response) {
if (response.data.state) {
params.cart = response.data.cart;
tmp_object.ecommerce = response.data.result;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}, 700);
}
});
}
})(jQuery, " %tag_script_start% (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter22033276 = new Ya.Metrika({id:22033276,accurateTrackBounce:true,trackLinks:true,webvisor:true ,clickmap:true ,ecommerce:\"dataLayer\"}); } catch(e) { } }); var n = d.getElementsByTagName(\"script\")[0], s = d.createElement(\"script\"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = \"text\/javascript\"; s.async = true; s.src = (d.location.protocol == \"https:\" ? \"https:\" : \"http:\") + \"\/\/mc.yandex.ru\/metrika\/watch.js\"; if (w.opera == \"[object Opera]\") { d.addEventListener(\"DOMContentLoaded\", f, false); } else { f(); } })(document, window, \"yandex_metrika_callbacks\"); %tag_script_end%
<\/div><\/noscript> ", {"ecommerce_flag":1,"path_script":"\/ywa\/getecommerceobject\/","ecommerce_object":"dataLayer","cart":[],"side_plugins":[],"action":"product","object":{"ecommerce":{"currencyCode":"RUB","detail":{"products":[{"id":"5359","name":"\u041a\u043e\u043d\u043d\u0435\u043a\u0442\u043e\u0440 Watercool \u0434\u043b\u044f \u0432\u043e\u0434\u043e\u0431\u043b\u043e\u043a\u043e\u0432 GPU-X\u00b3 Dual-Link","category":"\u0412\u043e\u0434\u044f\u043d\u043e\u0435 \u043e\u0445\u043b\u0430\u0436\u0434\u0435\u043d\u0438\u0435\/\u0412\u043e\u0434\u043e\u0431\u043b\u043e\u043a\u0438 \u0434\u043b\u044f \u0432\u0438\u0434\u0435\u043e\u043a\u0430\u0440\u0442\/\u041a\u043e\u043d\u043d\u0435\u043a\u0442\u043e\u0440\u044b SLI\/Crossfire","price":3317.4,"quantity":1,"variant":""}]}}},"counter_id":"22033276"});