Relec December 2018 Newsletter

17th December 2018

PMBus enabled power supplies – CoolX and Xsolo

Do you need more from your power supply than just volts and amps? The CoolX and Xsolo families from Excelsys are now available with full implementation of PMBus (power management bus) protocol. PMBus provides the developer full control of their system with on the fly adjustment of output voltage and current limit. This gives the engineer the ability to optimise the power supply to the features of individual loads.


PMBus can also be used in working systems where control of output voltage and current are inherent in the feedback loop for correct operation as well as providing status and temperature information on individual modules.

If you have an application that would benefit from digital control, please give us a call. We can even supply you with a PMBus GUI, an invaluable development tool, to help you get up and running with the minimum of fuss.

Season’s greetings from the team at Relec

Just a few days to go before we shut the doors on another year. It’s been a memorable one for us here at Relec. We hit the ground hard at the start of 2018 with our refreshed website and branding. We sincerely hope that the website works for you? If there are things missing, or you simply can’t find the information you’re looking for, then please let us know? We really appreciate your feedback.

The personal highlight for me was undoubtedly the big Relec bike ride from John O’Groats to Lands End. My thanks go to everyone who helped us reach our target of £10,000 for the brain tumour charity. Our MD Peter Lappin is taking up the mantle next year, with the big Relec desert walk, a 5 day, 100km walk across the Sahara in February. Peter’s training is going extremely well. You can follow his progress at the big Relec desert walk homepage. Any support (monetary or spiritual) would be hugely appreciated.

Thank you again for reading our newsletters, using the website and hopefully buying products from us in 2018. I hope your journey with us is as rewarding as the one I undertook earlier this year!
On behalf of the entire team here at Relec, I would like to wish you all a very merry Christmas and peaceful and prosperous new year.

John Stone

Sales Director

Related Content

sign up for our newsletter

Enter your email address below

  • This field is for validation purposes and should be left unchanged.

LET’S MAKE THIS EASY. CALL 01929 555 700

why choose relec?
  • Faster

    Our aim is to get back to you with an initial response within the hour.

  • Attention to detail

    We pride ourselves on getting you the right product, at the right price and on time.

  • New ideas

    We are constantly looking for latest technology and products for your applications.

  • Beyond standard

    It’s not just about the product.  Our service goes way beyond the norm.

  • Easy

    We want to make your life as simple as it can be. Call us to find out what we can offer.

jQuery(document).ready(function($) { function updateActiveItem() { try { var carouselItems = $('.center-grow-carousel .elementor-carousel-item'); var centerIndex = Math.floor(carouselItems.length / 2); carouselItems.each(function(index) { if (index === centerIndex) { $(this).addClass('active'); } else { $(this).removeClass('active'); } }); } catch (error) { console.error('Error updating active item:', error); } } // Initial update updateActiveItem(); // Update on slide change var carousel = $('.center-grow-carousel .elementor-swiper'); if (carousel.length) { carousel.on('transitionend animationend', function() { updateActiveItem(); }); } else { console.error('Carousel element not found.'); } });