- Getting Started with Mendix Workstation
Documents the requirements for the Mendix Workstation.
Mendix Workstation is designed to help you build smarter, faster, and more operator-friendly applications for shopfloor operators. It enables Mendix cloud applications to directly interact with peripheral devices on a local workstation, without relying on intermediate servers or heavy network traffic.
By connecting applications directly to the PC's local resources, Workstation allows for near real-time communication with devices like printers, barcode scanners, smartcard readers, and industrial scales, all from within a Mendix app. This setup ensures low-latency performance and reduces infrastructure complexity.
Workstation is especially valuable in manufacturing and industrial environments where precision, speed, and reliability are key to operator efficiency.
In addition to connectivity features, Workstation supports enterprise-grade deployment of projects across multiple environments and sites. It enables distributed teams to collaborate effectively and centrally manage connections to a wide range of heterogeneous equipment assets in a controlled and secure manner.
Mendix Workstation has the following features:
Direct local device access - Mendix Workstation allows Mendix client applications to send and receive messages directly from the PC's local hardware.
No server detour - Communication happens between the client app and local devices — without routing through a central server, network overload, or any additional intermediate systems.
Interactions with the local PC, such as sending and receiving on-event messages, are handled with Mendix nanoflows.
Supports multiple interfaces:
Can emulate and simulate interfaces.
Mendix Workstation can be used to create apps that handle use cases such as the following:
Mendix Workstation consists of the following components:
Together, these components enable Mendix applications to securely and efficiently integrate with local devices, bridging the gap between digital workflows and physical operations.
Used by central IT and application support teams. Workstation Management is a Mendix Platform application which provides a centralized interface to configure and monitor all workstations and devices across the organization. Whether managing a few stations or hundreds across multiple global sites, administrators can register computers, assign devices, group them into workspaces, and remotely troubleshoot connection issues.
This makes it easier to manage a large, diverse fleet of devices without the need for manual setup or on-site support.
Used by central IT, support teams, operators, and supervisors. Installed on each local workstation, the Workstation Client acts as a bridge between the Mendix client app and local hardware. It handles the traffic between connected devices and the client application using the configurations provided by the Workstation Management.
Used by Mendix developers. The App Connector is a plug-and-play Mendix module that allows developers to connect their apps to local devices using nanoflows. It establishes a connection with the Workstation Client, which acts as the intermediary between the Mendix app and the local devices. Once this connection is established, the module facilitates seamless data exchange by routing messages and events back and forth between the app and the devices.
The connector handles the following tasks:
Documents the requirements for the Mendix Workstation.
Documents the installation process for Mendix Workstation.
Describes how to install the Workstation Connector and build an app to work with Mendix Workstation.
Provides information about the message syntax required for different device types.
Describes how to solve potential issues with Mendix Workstation.