---
title: "Domino Client | Examples | N3uron KB V1.22"
slug: "domino-client-examples"
description: "Domino Client is a N3uron module designed to enable straightforward connectivity to Domino Printers that use the Codenet Protocol…"
updated: 2025-12-22T18:19:03Z
published: 2025-12-22T18:19:03Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.n3uron.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

## Collecting Data from a Domino Printer

This example shows how to connect to and exchange information with a Domino industrial printer.

- **Step 1:** Create the module: (Config => Modules => New module)

![Figure 9- Create a new module(1)](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/Figure%209-%20Create%20a%20new%20module(1).png)

- **Step 2:** Provide a name for the module (in this example, DominoClient has been used) and set the module type to DominoClient in Module Type.

![Figure 10- Configure the module(1)](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/Figure%2010-%20Configure%20the%20module(1).png)

- **Step 3:** Configure the **Logger**and **API** for this module. In this example, the default configuration has been left unchanged since, in most cases, this is a valid configuration.

- **Step 4:** Create a new device (Config => Modules => DominoClient => Model => New Device)

![Figure 11- Create a new device](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/Figure%2011-%20Create%20a%20new%20device.png)

- **Step 5:** Provide a name for the device (in this example, the name is Device01) and configure it as shown in the below image.

![Figure 12- Configure the Device](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/Figure%2012-%20Configure%20the%20Device.png)

The main parameters to be configured are as follows:

- **Enable data collection:**True
- **Connection**
  - **Type:** TCP
  - **Config:**
    - **Host:** 10.101.9.31
    - **TCP Port:** 7000
    - **Reconnect Delay:** 60000

The rest of the parameters will be left with the default values.

At this point, the connection is ready and we can now move on to creating new tags

- **Step 6:** Create a new tag (Config => Tags => Model => New tag),

![Figure 13- Create a new tag(1)](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/Figure%2013-%20Create%20a%20new%20tag(1).png)

- **Step 7:** Give it a name (in this case Current Status) and configure the tag parameters according to the below image.

![Figure 14- Configure the tag(1)](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/Figure%2014-%20Configure%20the%20tag(1).png)

.

- **Source******
  - **Enabled:**Yes********
  - **Module type:**Domino****Client********
  - **Module name:**Domino****Client********
  - **Config******
    - **Device:**Device01
    - **Group:** Extensions
    - **Variable:**Current Status****
    - **Head Select:**1****
    - **Index:**000************
    - **Scan rate:**5,000.

- **Step 8:** The tag should now be available and displayed with good quality in the **Real-Time** display

![Figure 15- Values displayed in Real-Time](https://cdn.document360.io/54093ab5-6b22-4542-a265-04377931f11a/Images/Documentation/Figure%2015-%20Values%20displayed%20in%20Real-Time.png)
