Skip to main content
Version: v0.2.4

Overview

Rubix CE supports various network drivers, enabling seamless integration with industrial protocols. These drivers allow the system to communicate with different devices and systems for automation and control. Supported protocols include:

Adding a Network Driver

Follow these steps to add a new network driver in Rubix CE:

  1. Access the Controller

    • Navigate to the host and select the target controller.
  2. Add a Driver

    • Open the Drivers tab and click on Create add icon.
    • Choose the required driver from the dropdown list.
    • If the desired driver is not listed, ensure the required applications are installed. Refer to Installing Apps.

    max800px

  3. Configure the Network

    • Follow the setup wizard to install dependencies and configure network settings.
  4. Complete Setup

    • After configuring, click Submit to create the network.
    • To manage devices within the network, right-click on the network and select Open.

Driver Dependencies

Each driver requires specific applications and modules to function correctly. The table below outlines the dependencies:

Driver NameApp NameModule/Plugin NameService Name
BACnet MasterN/ABACnet MasterN/A
BACnet ServerDriver-BACnetN/AN/A
LoRa®N/ALoRaN/A
LoRaWAN®N/ALoRaWAN®LoRaWAN® Gateway, LoRaWAN® Service
Modbus-RTU & TCPN/AModbusN/A
SystemN/ASystemN/A

For more details on modules, refer to the Modules Guide.


Exporting and Importing Configurations

Rubix CE allows users to export and import network, device, and point configurations for easy backup and restoration.

  • Export Configuration

    • To create back up / export a Network, Device, or Points, Right-click on the network -> device -> point you wish to export.
    • Select Export and enter a description for clarity.
  • Import Configuration

    • To restore / import a backup of a Network, Device, or Points, locate. Click Import and upload the desired configuration file. You'll be prompted to enter a meaningful comment, such as "Common Rubix IO16 points", to ensure clarity.

For a full guide on backup and recovery, visit the backups section.


Point Write Modes

Rubix CE provides various point write modes for different operational needs:

ModeDescription
Read OnlyReads values but does not write any changes.
Write OnceWrites a value once but does not update further.
Write Once Read OnceWrites a value when changed but does not re-read.
Write AlwaysContinuously writes values on every poll cycle.
Write Always Then ReadWrites on change and reads values at each poll cycle.
Write and MaintainWrites on change, reads on every poll, and rewrites if values differ.