NeuronEX - Industrial Edge Data Hub

Basic

  • 🆓How to Install NeuronEX – Industrial Edge Data Hub in Raspberry Pi (Arm64) [Watch]

				
					# Download the NeuronEX package for ARM64 architecture from the EMQX website.
wget https://www.emqx.com/en/downloads/neuronex/3.3.1/neuronex-3.3.1-linux-arm64.deb

# Install the downloaded NeuronEX package using the Debian package manager.
sudo dpkg -i neuronex-3.3.1-linux-arm64.deb

# Start the NeuronEX service immediately.
sudo systemctl start neuronex

# Check the current status of the NeuronEX service to ensure it's running correctly.
sudo systemctl status neuronex

# Stop the NeuronEX service.
sudo systemctl stop neuronex

# Uninstall NeuronEX and remove all its associated files.
sudo dpkg -P neuronex
				
			
  • 🆓How to Run NeuronEX – Industrial Edge Data Hub in Docker using Virtuallabs.Online [Watch]

				
					docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:latest
				
			

Data Collection [Southbound Device Communication]

OPC UA

  • 🆓How to Configure Southbound Device in NeuronEX to Connect with Prosys OPC UA Simulation Server [Watch]

  • ⏳️How to Configure Southbound Device in NeuronEX to Connect with N3uron Free Public OPC UA Server [Watch]

OPC DA

  • ⏳️How to Connect NeuronEX – Industrial Edge Data Hub with OPC UA Server [Watch]

Modbus TCP/IP

  • 🆓How to Configure Southbound Device in NeuronEX to Connect with Modbus TCP/IP Device [Watch]

Modbus RTU

  • ⏳️How to Connect NeuronEX – Industrial Edge Data Hub with OPC UA Server [Watch]

IEC60870-5-104

  • ⏳️How to Connect NeuronEX – Industrial Edge Data Hub with OPC UA Server [Watch]

BACnet/IP

  • ⏳️How to Connect NeuronEX – Industrial Edge Data Hub with OPC UA Server [Watch]

KNXnet/IP

  • ⏳️How to Connect NeuronEX – Industrial Edge Data Hub with OPC UA Server [Watch]

Data Delivery [North Apps]

MQTT

  • 🆓How to Publish Data from Your Southbound Device (Prosys OPC UA Server) to an MQTT Broker Using NeuronEX [Watch]

Administration

  1. 🆓User Management (Create/Delete/Edit) in NeuronEX – Industrial Edge Data Hub Platform [Watch]