Skip to main content

86 docs tagged with "ed-range"

View all tags

Device Reference

Complete reference of all Brainboxes devices supported by the Brainboxes.IO library.

ED Analogue ASCII Protocol

Complete ASCII protocol command reference for Brainboxes ED-549 and ED-560 Ethernet to Analogue IO devices including command syntax and examples.

ED Analogue Before You Start

Box contents, system requirements, and supported operating systems for Brainboxes ED-549 and ED-560 Ethernet to Analogue IO devices.

ED Analogue Boost.IO Manager

Using Boost.IO Manager software to discover, configure, and manage Brainboxes ED-549 and ED-560 Ethernet to Analogue IO devices on Windows.

ED Analogue Getting Started

Step-by-step guide to connecting and configuring Brainboxes ED-549 and ED-560 Ethernet to Analogue IO devices, including wiring diagrams.

ED Analogue Hardware Features

Hardware specifications, LED indicators, pin-outs, block diagrams, and dimensions for Brainboxes ED-549 and ED-560 Ethernet to Analogue IO devices.

ED Analogue Introduction

Introduction to Brainboxes ED-549 Analogue Input and ED-560 Analogue Output Ethernet devices for industrial voltage and current measurement and control.

ED Analogue Modbus TCP Protocol

Modbus TCP protocol reference for Brainboxes ED-549 and ED-560 Ethernet to Analogue IO devices including register addresses and data encoding.

ED ASCII Protocol

Complete ASCII protocol command reference for Brainboxes ED Ethernet to Digital IO devices including command syntax, responses, and examples.

ED Before You Start

Requirements, box contents, and supported operating systems for Brainboxes ED range Ethernet to Digital IO devices.

ED Boost.IO Manager

Complete guide to using Boost.IO Manager for configuring and managing Brainboxes ED Ethernet to Digital IO devices on Windows.

ED Configuration Tables

Reference tables for baud rate settings, data format settings, and digital I/O data formats for Brainboxes ED devices.

ED Ethernet Remote I/O

Starting point for ED range Ethernet remote I/O documentation including datasheets and quick start guides.

ED Hardware Examples

Worked hardware examples for Brainboxes ED devices including output circuits, input circuits, sensors, actuators, and dry contacts.

ED Hardware Features

Hardware features, technical specifications, circuit diagrams, pinouts, and dimensions for Brainboxes ED range industrial and light industrial devices.

ED Introduction

Introduction to Brainboxes Ethernet to Digital IO (ED) product range for industrial process control and automation environments.

ED Modbus Addressing Schemes

Understanding Modbus addressing schemes including logical addressing, 984 style, IEC 61131, and Modbus 1.1b3 standard addressing for Brainboxes ED products.

ED Modbus Data Formats

Understanding Modbus data table formats including discrete inputs, coils, input registers, and holding registers for Brainboxes ED products.

ED Modbus Product Data Tables

Modbus TCP data tables and register mappings for Brainboxes ED-588, ED-516, ED-538, and ED-527 Ethernet I/O products.

ED Modbus TCP Configuration

How to configure Modbus TCP settings on Brainboxes ED range devices using the web interface, including TCP port, idle timeout, and connection settings.

ED Modbus Worked Example

Step-by-step example of writing Modbus TCP commands to control digital outputs on a Brainboxes ED-527 device.

ED Web Configuration Pages

Complete guide to the web-based configuration interface for Brainboxes ED Ethernet to Digital IO devices.

How can I send IO count data to InfluxDB and Grafana?

This FAQ will explain how Node-RED can be used to send data to InfluxDB and how this data can be visualised in Grafana. We will describe fully the example of sending IO count data from the BB-400 to a database in InfluxDB and then we will produce graphical visualisations of this data.

How can I wire my ED-549 Analogue Input device?

The ED-549 offers 8 analogue inputs. You can find the location of the inputs from the pin out diagram by matching the colours and numbers. Note each input has two pins -(negative) and +(positive) and the first input is labelled AIn 0 (zero):

How do I control the IO lines through the Web Admin interface?

The BB-400 contains 8 ports that are individually selectable as inputs or outputs, located on the green and yellow terminals. It is possible to control the IO lines via the Web Admin interface and this FAQ will discuss the different configurations available and their details. For more information regarding the DIO lines please refer to the DIO lines FAQ.

How do I create a windows forms app for Remote IO in VB Visual Basic?

Brainboxes provides a .NET API which allows easy integration of Brainboxes Remote IO modules into your Windows software applications. The following sample code demonstrates how to use the Brainboxes.IO API to create a simple windows forms application using VB Visual Basic. You can download the sample code above, you will also need the requirements below to make the project work.

How do I query the state of my ED devices IO lines in Matlab?

The Boost.IO Manager application must be installed on your computer for the code below to work. This is because a COM port will be assigned to the ED device when it is installed in the Boost.IO Manager. When the ED device is installed as a COM port on your computer, it will not always install as COM3. Therefore you may need to edit the COM port value in the code below so that it uses the COM port for your ED device.

How do I send an email when an IO line changes using C# (Sharp)?

This FAQ will show you how to send an email when a digital Input or Output is triggered. The email is sent over SMTP. Note this FAQ also applies to Brainboxes Remote IO (ED) device range, but the code will have to run on another piece of hardware (e.g. a PC or laptop). For further information on how to set up your development environment and write C# for the BB-400 please follow the FAQ Write C Sharp Application for BB-400.

How do I set up IO Tunnelling?

Brainboxes Ethernet to DIO Devices have a feature called I/O tunnelling. I/O tunnelling connects two devices together to create an I/O tunnel which extends the Digital IO link over an Ethernet connection. When the Digital I/O data is sent, it is converted to Ethernet packets by one Ethernet to DIO device, and then transmitted over the network, then unpacked and converted back to I/O data by the other Ethernet to DIO device.

How do I use Android to communicate with my Remote IO Module?

Disclaimer: The app mentioned in this FAQ was developed for Android 4.3, is now deprecated, and is no longer available on the Google Play Store. If you wish to test this app, we can provide the APK, but please be aware that we are no longer developing it.

How do I use Modbus Poll with my Brainboxes Remote IO Device?

Brainboxes Remote IO devices can be communicated with from any off the shelf Modbus TCP software package, PLC, HMI etc. What follows is an example of using Brainboxes Remote IO devices with Modbus Poll, a popular piece of windows software often used to test Modbus functionality from a PC. Alternatively customers can also use brainboxes product Remote IO Console.

How long is the response time for an ED device?

There is no mechanism that lets the host computing device know when an analogue input has changed state. Rather the host computer (PC, Tablet, Phone, Raspberry PI etc) needs to continually poll the ED-549 to get it to return the current input value from one or more of its analogue input channels.

How to subscribe to power change events

BB-Core enables users to subscribe to events. These events provide information about the change in LEDs and power on the BB-400. The user can subscribe to these events by using the following curl command:

Protocols Guide

Brainboxes devices communicate using one of two protocols: ASCII (human-readable text) or Modbus TCP (industrial binary standard). The protocol is determined by the TCP port number.

Regulatory Compliance

Regulatory approvals, certifications, and compliance information for Brainboxes products including CE, RoHS, and WEEE.

What is ASCII TCP?

This FAQ will explain what ASCII TCP is and communicating using ASCII TCP with the BB-400.

What is the watchdog timer and how do I use it?

The watchdog timer is a feature on the Brainboxes ED range that performs a specific operation after a certain period of time if something goes wrong with the system and the system does not recover on its own. The watchdog timer can time out under 1 of 2 user programmable circumstances:

Working with Analog IO

This guide covers analog inputs and outputs on ED-series devices that support analog IO, including data formats, temperature measurement, and delta/target events.

Working with Digital IO

This guide covers reading digital inputs, controlling digital outputs, monitoring for changes with events, and using latches and counters on ED-series devices.