Coaxial  BNC switch with Remote access from LinkBone

 

XLR switcher for professional audio with remote control

XLR switcher based on relay switches is one of the best solutions for applications requiring low audio distortion. The relay switches with gold plated contacts ensure high reliability. The bistable relays also sustain its state during device power off state. The low insertion loss of mechanical relay switches makes the LinkBone 1-to-15 switch perfect for […]

Rigol oscilloscope remote control with NI-Visa (SCPI commands)

All new Rigol oscilloscopes have support for National Instruments Visa programming and control standard. This can be a great tool when implementing measurement or test automation functions. This tutorial explains how to use National Instruments Visa to control Rigol oscilloscopes via USB. This text focuses on Rigol DS1074Z oscilloscope model but is also applicable for […]

Automated hardware testing in production lines and R&D

Summary: this article explains how to use LinkBone BNC switches in automated prototype hardware testing in development phase and production lines. The presented test automation environment is using the bed of nails tester fixture. The source code for remote instrument control and test script is included. This article is related with the following products: LinkBone […]

XLR switch remote control via RS-232 and Telnet from Python

The XLR switch and BNC switch from LinkBone can be remotely controlled via a Ethernet or RS-232 interfaces from Python environment. This article explains how to prepare an Python environment for remote control of XLR switches. The complete python module implementations and code examples are included.   The example application using XLR switch as a […]

XLR switch and BNC switch Python module for remote control via serial RS-232

XLR switch and BNC switch with remote control via RS-232 Module can be used in Python 3.0. //****************************************************// // Module: RS232linkbone.py // // Author: Marcin Debski // //        XLR Switch and BNC Switch module for remote // //        control via RS-232                          // // www.linkbone.com // //****************************************************// ”’ import time import serial class rs232: def __init__(self, […]

XLR switch or BNC switch Python module for remote control via Telnet

XLR switch or BNC switch with remote control via Ethernet (Telnet) Python module for remote control via Telnet Module can be used in Python 3.0. //****************************************************// // Module: TELNETlinkbone.py // // Author: Marcin Debski // // XLR Switch or BNC Switch module for remote // // control via Telnet // // www.linkbone.com // //****************************************************// ”’ […]

Video multiplexer coaxial BNC switch with remote control via Ethernet, infrared and serial RS-232

Summary: This article explains how LinkBone coaxial BNC switch can be used as a remote video multiplexer. Control of the device is possible via Web page from remote PC or via Infrared RC5 remote control. The RS-232 serial interface allows easy integration with other system components or standalone device operation. The LinkBone video multiplexer is […]

LinkBone 1-to-15 User guide v0.9 was released

The LinkBone 1-to-15 User guide v0.9 was released. Check out the Technical Resources->Specifications section. LinkBone

Coaxial switch with remote serial RS-232 interface programming example

Summary: this article describes how to control LinkBone Coaxial switch with remote control via serial RS-232 interface. The complete code example in C++ with description is included. This article is related with the following products: LinkBone 1-to-15 BNC switch LinkBone 1-to-15 Dual BNC switch LinkBone 1-to-15 XLR switch The LinkBone Remote Coaxial BNC switch allows […]

Coaxial switch with remote control C++ example code

Coaxial switch with remote control C++ example code Code can be compiled with wxDev C++ https://wxdsgn.sourceforge.net/