Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:hw:02-neuron [2019/08/06 12:02]
jan_kozak [CPU]
en:hw:02-neuron [2020/05/21 09:24]
tomhora [Additional functionality]
Line 1: Line 1:
-====== ​UniPi Neuron ====== +====== ​Unipi Neuron ====== 
-{{ :​en:​hw:​neuron_m103-top.jpg?​600 |}}+{{ :​en:​hw:​neuron_m103-top.jpg?​direct ​|}}
  
-UniPi Neuron is a modular **programmable logic controller (PLC) product line** designed for control, regulation and monitoring of smart building systems, HVAC (Heating, Ventilation,​ Air Conditioning) systems and both home and industrial automation systems. Thanks to its modular architecture and compact design, the Neuron represents a highly flexible and affordable solution for quickly expanding field of smart technology. Customers can also utilize the Neuron for smart energy management to achieve better energy efficiency and reduce expenses.+Unipi Neuron is a modular **programmable logic controller (PLC) product line** designed for control, regulation and monitoring of smart building systems, HVAC (Heating, Ventilation,​ Air Conditioning) systems and both home and industrial automation systems. Thanks to its modular architecture and compact design, the Neuron represents a highly flexible and affordable solution for the quickly expanding field of smart technology. Customers can also utilize the Neuron for smart energy management to achieve better energy efficiency and reduce expenses.
  
 ===== Hardware description ===== ===== Hardware description =====
-{{:​en:​hw:​s103gs_eng-01.jpg?​700|}}+{{:​en:​hw:​s103gs_eng-01.jpg?​direct|}}
  
-Each Neuron model is divided into one to three input-output (I/O) groups depending on model, each containing a group of input, output and/or communication modules. The Neuron can contain 1 (S-series), 2 (M-series) or 3 (L-series) I/O groups. ​+Each Neuron model is divided into one to three input-output (I/O) groups depending on the model, each containing a group of input, output and/or communication modules. The Neuron can contain 1 (S-series), 2 (M-series) or 3 (L-series) I/O groups. ​
  
-**Each I/O circuit board is controlled by its own STM32 processor**,​ which controls inputs and outputs and communicates with the central processing unit (CPU). Processors are using custom firmware containing not only basic I/O functions, but also additional functions and features.+**Each I/O circuit board is controlled by its STM32 processor**,​ which controls inputs and outputs and communicates with the central processing unit (CPU). Processors are using custom firmware containing not only basic I/O functions, but also additional functions and features.
  
 All components are encased in a durable metal case made from eloxed aluminium with **IP20 degree of protection against external hazards**. The case can be customized - for more info, see the [[https://​www.unipi.technology/​products/​neuron-axon-oem-solutions-92?​categoryId=15&​categorySlug=oem|OEM solutions page]] All components are encased in a durable metal case made from eloxed aluminium with **IP20 degree of protection against external hazards**. The case can be customized - for more info, see the [[https://​www.unipi.technology/​products/​neuron-axon-oem-solutions-92?​categoryId=15&​categorySlug=oem|OEM solutions page]]
 ===== CPU ===== ===== CPU =====
  
-All Neuron models are using the **Raspberry Pi Model B** as its central processing unit. Each I/O group is connected to the CPU and to a central communication channel for all group processors. There is no communication between I/O groups. **Each processor can also function independently on the CPU, allowing users to retain basic control of I/O modules in the event of CPU malfunction or software issue**.+All Neuron models are using the **Raspberry Pi Model B** as its central processing unit. Each I/O group is connected to the CPU and a central communication channel for all group processors. There is no communication between I/O groups. **Each processor can also function independently on the CPU, allowing users to retain basic control of I/O modules in the event of CPU malfunction or software issue**.
  
 ===== Inputs & Outputs ====== ===== Inputs & Outputs ======
  
-Depending on the model, Neuron product line can offer up to: +Depending on the model, ​the Neuron product line can offer up to: 
  
   * up to 64 digital inputs   * up to 64 digital inputs
Line 28: Line 28:
   * various combinations of the above-mentioned   * various combinations of the above-mentioned
  
-**Digital inputs (DI)** are designed for reading logical states (true or false), which are represented by levels of DC voltage. That makes them suitable for reading two-state sensors such as switches (on/off), movement sensors (movement/​no movement), water level sensors (water present, no water) etc. The software detects logical 1 (true) if the input voltage between given DIx.y and DIGND is between 5-30V. If the voltage is lower than 3.5V, the state is evaluated as 0 (false) +{{page>​IO-unipi-hidden}}
- +
-**Digital outputs (DO)** are used for controlling two-state devices such as lights, door locks, window blinds etc. Digital outputs on our controllers also feature the PWM (Pulse-width modulation) function, enabling a special type of analogue control. Outputs are of the NPN type (open collector) and are able to control devices with voltage up to 50V and up to 750mA load current. +
- +
-**Relay outputs** are used for control or switching of devices with higher current loads. ROs are thus suitable for controlling light bulbs, thermoelectric valve drives, water heaters, pumps etc. Relay outputs on UniPi controllers are rated for 5A max. current at 230V AC/30V DC voltage. +
- +
-**Analogue inputs** (AI) can be used for 0-10V DC voltage or 0-20mA current measuring, making them suitable for reading values from analogue sensors such as temperature sensors, pressure meters, tensometers etc. On some controllers,​ two types of AI are available; the first type can be used to measure current or voltage while the second type additionally supports resistance measuring +
- +
-**Analogue outputs** (AO) features two modes - 0-10V DC voltage or 0-20mA direct current. AI serves for control of devices with analogue input, such as three-way valves, lighting dimmers etc. +
 ===== Additional functionality ====== ===== Additional functionality ======
-Along with basic I/O features ​this product offer additional unique features, either improving its performance or making ​it ready for cases of emergency.+Along with basic I/O features ​it offers ​additional unique features. This functionality is implemented in the internal microcontroller so it does not not rely on the main compute module or the runnin applitaction.
  
 === Direct Switch === === Direct Switch ===
-Direct switch allows you to set appropriate device reaction based on input signal without ​need of master control unit (Raspberry Pi computer build inside Neuron controller)This function is great for real-time applications. ​It also comes in handy in case of malfunction of the master ​control ​unit.+This function connects ​digital input with digital output or relay outputThe function is independent on the master PLC and is suitable ​for time-critical ​applications ​(ielighting ​control)The function can be configured to one of three available modes: 
 + 
 +  * Copy: output is switched by an active input 
 +  * Invert: output is switched by an inactive input 
 +  * Toggle: output is switched by any change on the input
  
 === Default configuration === === Default configuration ===
-It is possible ​to store default ​settings inside ​the module ​memory ​and when the device rebootsit configures itself according to stored ​default ​settings.+This function allows the user to store the default ​configuration of the module's inputs, outputs ​and communication lines into its internal memory. If the module is rebootedthe default ​configuration is loaded automatically.
  
 === Master Watchdog === === Master Watchdog ===
-This function ​periodically controls ​communication ​with the master control unit (Raspberry Pi computer). If for a period predetermined by a user there is no communication with the master unit, it will load and set the stored default settings. Your applications will function even in emergency cases. +The function ​monitors the communication ​between ​the module and the controller. If the communication ​is interrupted (eg. no response from the controller is detected within a defined time frame)the module automatically reboots making ​it to load the Default configuration.
 ===== Communication interfaces ====== ===== Communication interfaces ======
  
Line 55: Line 49:
  
 Each Neuron also features a **single 1-Wire bus** for the passive reading of data from corresponding 1-Wire sensors (humidity sensors, temperature sensors etc.). One bus can receive data from up to 15 sensors at once (provided a suitable 1-Wire hub is used). ​ Each Neuron also features a **single 1-Wire bus** for the passive reading of data from corresponding 1-Wire sensors (humidity sensors, temperature sensors etc.). One bus can receive data from up to 15 sensors at once (provided a suitable 1-Wire hub is used). ​
 +
 +As the Unipi Neuron product line is based on the Raspberry Pi, all Neuron controllers feature **up to 4 USB ports**. These ports can be used for connecting various USB convertors, external memory drives etc. We do not recommend using them to power external devices. ​
  
 ===== Model overview ====== ===== Model overview ======
  
-{{:en:hw:01-products:​01-neuron:​tabulka.png?direct&600|}}+{{:en:hw:neuron_tabulka_modelu_eng.png?​direct|}}