manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Nexmosphere
  6. •
  7. Controllers
  8. •
  9. Nexmosphere XPERIENCE XC-941 User manual

Nexmosphere XPERIENCE XC-941 User manual

Xperience platform
All of Nexmosphere’s controllers are built on the same platform principles. If this is your rst time using a Nexmosphere
controller, we recommend to rst read https://nexmosphere.com/technology/xperience-platform/ to learn the basics about
our platform and its terminology.
XC-941
The XC-941 is an Xperience controller with 1 analog audio input,
4 audio switches and 8 X-talk interfaces:
1. X-talk interface 001 5. X-talk interface 005
2. X-talk interface 002 6. X-talk interface 006
3. X-talk interface 003 7. X-talk interface 007
4. X-talk interface 004 8. X-talk interface 008
111. Audio switch 1
112. Audio switch 2
113. Audio switch 3
114. Audio switch 4
IN. Analog audio input
USB. API interface (micro-USB connector)
LED. White status LED
DC. 12-24VDC Power input (2.1mm DC socket)
Hardware setup
1. Connect one or more Elements to any of the 8 X-talk interfaces.
2. Connect an audio source to the analog audio input using an audio cable with 3.5mm jack connector.
3. Connect one or more speaker to any of the audio switches using an audio cable with 3.5mm jack connector.
4. Connect the 12 or 24VDC power supply to the DC power input connector.
5. Connect the micro-USB cable to a 3rd party device (e.g. Digital Signage Player or PC).
6. Wait until the white status LED stops blinking. This lasts about 5 seconds.
Software setup for testing (Terminal)
Typically, the XC-941 controller is connected to a 3rd party device, such as a Digital Signage Player, on which CMS software is installed that has built-in
functionality for sending and receiving Serial Events. However, if you want to do a rst test on a PC or Mac, follow the instructions below:
1. Download a terminal program. For example Termite, Hercules or SerialTools.
2. Open the Terminal program and go to settings. Choose the COM port on which the XC-941 controller enumerated*.
In most cases this is the highest available number in the COM port drop-down setting.
3. Set the COM port settings to the following values
Baudrate 115200 Flow Control None
Parity None EOL CR+LF
Data Bits 8 Protocol ASCII
Stop Bits 1
4. Set the COM port to “Open”. The controller is now ready for use.
5. When sending consecutive API serial commands to the XC-941 controller, place a 50mS delay between each command.
*In case the XC-941 controller is not recognized as a COM port by the 3rd party device, a driver (Prolic PL2303) can be downloaded here.
Nexmosphere
Le Havre 136
5627 SW Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
QUICK START GUIDE
XC-941 XPERIENCE CONTROLLER
© 2021 Nexmosphere. All rights reserved. v1.0 / 01-21
All content contained herein is subject to change without prior notice.
1
USB
DC
LED
5 6
XC
4
5
2
7
3
6
1
8
114
112
113
111
IN
Functionality
The XC-941 runs our API which provides serial output when a specic sensor Element is triggered (for example a pick-up, or
-motion sensor or touch button) and provides control over output Elements (for example controlling button LEDs or audio
switches) via serial input commands. These API serial commands are typically used to create interactive Xperiences for
Digital Signage.
The complete API Manual and additional helpful documents can be found on https://nexmosphere.com/support-
documentation. To get you started, we’ve included some starter examples of our Elements and the corresponding API serial
commands on the following pages.
3rd party devices and software
This Quick Start Guide oers a generic explanation of the setup and operation of the XC-941 Xperience controller. It does
not cover information on how to integrate the Controllers, Elements and their API triggers in specic 3rd party devices or
software. We have manuals available with step-by-step instructions on how to integrate Nexmosphere products with the
products of our hardware, -and software partners. You’ll nd these on the support and partner pages of our website.
Nexmosphere
Le Havre 136
5627 SW Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
QUICK START GUIDE
XC-941 XPERIENCE CONTROLLER
© 2021 Nexmosphere. All rights reserved. v1.0 / 01-21
All content contained herein is subject to change without prior notice.
2
Example 1 | Audio switch control
To control an audio switch, send one of the following API example commands from the 3rd party device to the XC-941
controller:
Activate audio switch 1
Activate audio switch 2
Activate audio switch 3
Activate audio switch 4
Activate all audio switches
Deactivate audio switch 1
Deactivate audio switch 2
Deactivate audio switch 3
Deactivate audio switch 4
Deactivate all audio switches
G111A[1]
G112A[1]
G113A[1]
G114A[1]
G115A[15] G115A[0]
G111A[0]
G112A[0]
G113A[0]
G114A[0]
XC-941
(Xperience controller)
Audio cables
(connect to speaker)
Audio cable
(connect to audio source)
USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XC
IN
111
112
113
114
© 2021 Nexmosphere. All rights reserved. v1.0 / 01-21
All content contained herein is subject to change without prior notice.
Nexmosphere
Le Havre 136
5627 SW Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
3
QUICK START GUIDE | XC-941 XPERIENCE CONTROLLER
Example 2 | Presence sensor
When an XY-Presence sensor connected to X-talk
interface 001 detects a person in distance zone 4, the
following API serial command is sent from the XC-941 to
the 3rd party device: X001A[4]
When an XY-Presence sensor connected to X-talk
interface 001 does not detect a person, the following API
serial command is sent from the XC-941 to the 3rd party
device: X001A[1]
XC-941
(Xperience controller)
USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XY-146
(presence sensor)
XC
Example 3 | RFID sensor
When tag 2 is picked up from an antenna connected to
X-talk interface 004, the following API serial commands are
sent from the XC-941 to the 3rd party device:
XR[PU002]
X004A[1]
When tag 1 is placed on an antenna connected to X-talk
interface 004, the following API serial commands are sent
from the XC-941to the 3rd party device:
XR[PB001]
X004A[0]
Example 4 | Button input
When button 1 of a (touch) button interface connected
to X-talk interface 003 is pressed, the following API serial
commands are sent from the XC-941 to the 3rd party
device: X003A[3]
When button 4 of a (touch) button interface connected
to X-talk interface 003 is pressed, the following API serial
commands are sent from the XC-941 to the 3rd party
device: X003A[17]
XR
XR-C10
(RFID antenna)
XR-C10
RFID Tags
(number 1-3)
XR-DR1
(RFID antenna driver
XC-941
(Xperience controller)
USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XC
Push buons
(with LED, 4x)
XT-B4N
(4x buon interface)
XT-4F
(Touch buons)
XT-B4
1 2 3 4
XC-941
(Xperience controller)
DC Power supply
(24V)
XC
USB-A to Micro-USB cable
(connect to 3rd party device)
© 2021 Nexmosphere. All rights reserved. v1.0 / 01-21
All content contained herein is subject to change without prior notice.
Nexmosphere
Le Havre 136
5627 SW Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
4
QUICK START GUIDE | XC-941 XPERIENCE CONTROLLER
Example 5 | Button LED control
To set all button LEDs of a (touch) button interface
connected to X-talk interface 003 to “on”, send the
following API commands from the 3rd party device to the
XC-941 controller:
To set all button LEDs of a (touch) button interface
connected to X-talk interface 003 to “o”, send the
following API commands from the 3rd party device to the
XC-941 controller:
X003A[255]
X003A[0]
Push buons
(with LED, 4x)
XT-B4N
(4x buon interface)
XT-4F
(Touch buons)
XT-B4
1 2 3 4
XC-941
(Xperience controller)
DC Power supply
(24V)
XC
USB-A to Micro-USB cable
(connect to 3rd party device)
Combining Elements
The XC-941 Xperience controller has 4 audio switches and 8 X-talk interfaces to which any combination of Elements
can be connected. For example, all examples in this Quick Start Guide can be combined on a single XC-941. The API
commands and operation will remain the same. When connecting multiple Elements that require a high amount of current
(LEDs or push buttons with LED ring), calculate the total required current of the Elements and check if this is within the
specication of the controller and its power supply source.
Audio cables
(connect to speaker)
Audio cable
(connect to audio source)
XC-941
(Xperience controller)
USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XC
Push buons
(with LED, 4x)
XT-B4N
(4x buon interface)
XT-4F
(Touch buons)
XT-B4 1 2 3 4
XR
XR-C10
(RFID antenna)
XR-C10
RFID Tags
(number 1-3)
XR-DR1
(RFID antenna driver
XY-146
(presence sensor)
IN
111
112
113
114

Other Nexmosphere Controllers manuals

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XN-135 XPERIENCE User manual

Nexmosphere

Nexmosphere XN-135 XPERIENCE User manual

Nexmosphere Xperience XN-135M8S User manual

Nexmosphere

Nexmosphere Xperience XN-135M8S User manual

Nexmosphere XC-720 User manual

Nexmosphere

Nexmosphere XC-720 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XN-185 User manual

Nexmosphere

Nexmosphere XN-185 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XC-931 User manual

Nexmosphere

Nexmosphere XC-931 User manual

Nexmosphere XN-115 User manual

Nexmosphere

Nexmosphere XN-115 User manual

Nexmosphere XPERIENCE XN-135M8L User manual

Nexmosphere

Nexmosphere XPERIENCE XN-135M8L User manual

Nexmosphere XN-165 XPERIENCE User manual

Nexmosphere

Nexmosphere XN-165 XPERIENCE User manual

Nexmosphere XC-760 User manual

Nexmosphere

Nexmosphere XC-760 User manual

Nexmosphere XPERIENCE XN-125 User manual

Nexmosphere

Nexmosphere XPERIENCE XN-125 User manual

Nexmosphere XN-135M3 User manual

Nexmosphere

Nexmosphere XN-135M3 User manual

Nexmosphere XC-820 User manual

Nexmosphere

Nexmosphere XC-820 User manual

Nexmosphere SM-125 User manual

Nexmosphere

Nexmosphere SM-125 User manual

Nexmosphere XN-180 User manual

Nexmosphere

Nexmosphere XN-180 User manual

Nexmosphere XPERIENCE XC-938 User manual

Nexmosphere

Nexmosphere XPERIENCE XC-938 User manual

Nexmosphere XC-847 User manual

Nexmosphere

Nexmosphere XC-847 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XPERIENCE XC-948 User manual

Nexmosphere

Nexmosphere XPERIENCE XC-948 User manual

Nexmosphere XPERIENCE XM-350 User manual

Nexmosphere

Nexmosphere XPERIENCE XM-350 User manual

Popular Controllers manuals by other brands

Ekinex EK-GC1-TP quick start guide

Ekinex

Ekinex EK-GC1-TP quick start guide

ELCART SUPERLIGHT 13/22041-00 manual

ELCART

ELCART SUPERLIGHT 13/22041-00 manual

Mitsubishi Electric VAR-6A user manual

Mitsubishi Electric

Mitsubishi Electric VAR-6A user manual

INSTROTECH 4004 operating manual

INSTROTECH

INSTROTECH 4004 operating manual

MOLTO LUCE 711-001106 Mounting instruction

MOLTO LUCE

MOLTO LUCE 711-001106 Mounting instruction

Aerotech Ensemble QLe Series Hardware manual

Aerotech

Aerotech Ensemble QLe Series Hardware manual

RLE Technologies SeaHawk LD310 quick start guide

RLE Technologies

RLE Technologies SeaHawk LD310 quick start guide

Shimaden SR23 series quick reference

Shimaden

Shimaden SR23 series quick reference

Trane Tracer ZN510 Installation, operation, and programming

Trane

Trane Tracer ZN510 Installation, operation, and programming

CSN S.A.T. instruction manual

CSN

CSN S.A.T. instruction manual

Blonder tongue BT-HE-DASHBOARD user manual

Blonder tongue

Blonder tongue BT-HE-DASHBOARD user manual

Curtis Instruments MultiMode 1230 manual

Curtis Instruments

Curtis Instruments MultiMode 1230 manual

Electronic Solutions ABMHZ Advanced user's manual

Electronic Solutions

Electronic Solutions ABMHZ Advanced user's manual

BIFFI F01-2000 Installation, operation and maintenance manual

BIFFI

BIFFI F01-2000 Installation, operation and maintenance manual

CRE Technology UNIGEN manual

CRE Technology

CRE Technology UNIGEN manual

Bosch REXROTH IndraMotion MLD Getting started

Bosch

Bosch REXROTH IndraMotion MLD Getting started

Calpeda IDROMAT 5 Original operating instructions

Calpeda

Calpeda IDROMAT 5 Original operating instructions

Eurotherm 7000 Series user manual

Eurotherm

Eurotherm 7000 Series user manual

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.