You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/workstation/_index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,32 @@
1
1
---
2
-
title: "Mendix Workstation"
2
+
title: "Mendix Workstation Client"
3
3
url: /mendix-workstation/
4
-
description: "Presents documentation on configuring and using the Mendix Workstation."
4
+
description: "Presents documentation on configuring and using the Mendix Workstation Client."
5
5
weight: 42
6
6
no_list: false
7
7
description_list: true
8
8
cascade:
9
9
- content_type: "Mendix Workstation"
10
10
---
11
11
{{% alert color="info" %}}
12
-
Mendix Workstation is available only for members of the Mendix Workstation Client Pre-Release Program. Support is available only to members of the program. To become a program member, contact Mendix Sales.
12
+
Mendix Workstation Client is available only for members of the Mendix Workstation Client Pre-Release Program. Support is available only to members of the program. To become a program member, contact Mendix Sales.
13
13
{{% /alert %}}
14
14
15
15
## Introduction
16
16
17
-
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.
17
+
Mendix Workstation Client 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.
18
18
19
19
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.
20
20
21
21
Workstation is especially valuable in manufacturing and industrial environments where precision, speed, and reliability are key to operator efficiency.
22
22
23
23
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.
24
24
25
-
## Features of Mendix Workstation
25
+
## Features of Mendix Workstation Client
26
26
27
-
Mendix Workstation has the following features:
27
+
Mendix Workstation Client has the following features:
28
28
29
-
* Direct local device access - Mendix Workstation allows Mendix client applications to send and receive messages directly from the PC's local hardware.
29
+
* Direct local device access - Mendix Workstation Client allows Mendix client applications to send and receive messages directly from the PC's local hardware.
30
30
* 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.
31
31
* Interactions with the local PC, such as sending and receiving on-event messages, are handled with Mendix nanoflows.
32
32
* Supports multiple interfaces:
@@ -39,7 +39,7 @@ Mendix Workstation has the following features:
39
39
40
40
* Can emulate and simulate interfaces.
41
41
42
-
## Benefits of Using Mendix Workstation
42
+
## Benefits of Using Mendix Workstation Client
43
43
44
44
* Improve operator user experience and efficiency.
45
45
* Renovate home-grown application and get control of legacy systems.
@@ -50,17 +50,17 @@ Mendix Workstation has the following features:
50
50
51
51
## Use Cases
52
52
53
-
Mendix Workstation can be used to create apps that handle use cases such as the following:
53
+
Mendix Workstation Client can be used to create apps that handle use cases such as the following:
54
54
55
55
* Printing labels on an industrial thermal label printer (for example, a Zebra printer)
56
56
* Badge operators with an NFC smartcard reader and PC/SC specification
57
57
* Scanning and parsing barcodes (for example, GS1 specifications)
58
58
* Weighing materials with an industrial scale (for example, a Mettler Toledo SICS-compatible scale)
59
59
* Connected smart tools (for example, screwdrivers with torque control)
60
60
61
-
## Components of Mendix Workstation
61
+
## Components of Mendix Workstation Client
62
62
63
-
Mendix Workstation consists of the following components:
63
+
Mendix Workstation Client consists of the following components:
Copy file name to clipboardExpand all lines: content/en/docs/workstation/wks-build-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
title: "Building an App for Mendix Workstation"
2
+
title: "Building an App for Mendix Workstation Client"
3
3
linktitle: "Building an App"
4
4
url: /mendix-workstation/build-app/
5
-
description: "Describes how to install the Workstation Connector and build an app to work with Mendix Workstation."
5
+
description: "Describes how to install the Workstation Connector and build an app to work with Mendix Workstation Client."
6
6
weight: 30
7
7
---
8
8
@@ -73,7 +73,7 @@ To change a user's role, or remove them from the workspace, click the three dot
73
73
74
74
## Getting Started with Custom Logic for Device Interaction
75
75
76
-
Now that you are ready to start using Mendix Workstation, you can implement your own custom logic for interacting with devices. The following nanoflows and Java actions are essential for establishing connections, sending or receiving messages, and managing device interactions:
76
+
Now that you are ready to start using Mendix Workstation Client, you can implement your own custom logic for interacting with devices. The following nanoflows and Java actions are essential for establishing connections, sending or receiving messages, and managing device interactions:
77
77
78
78
***GetStation** - Retrieves the computer information connected to the Client.
79
79
***SendMessage** - Sends data or commands to the connected device. For more information about the supported message syntax, see [Message Syntax for File, Smart Card, and Bluetooth Devices](/mendix-workstation/message-syntax/).
@@ -162,4 +162,4 @@ The administrator can choose to allow either one or a combination of the followi
162
162
163
163
## Error Logs
164
164
165
-
Logs for the Workstation Management, Client, and Connector are available in case of issues. For more information about accessing the logs, see [Troubleshooting Mendix Workstation](/mendix-workstation/troubleshooting/).
165
+
Logs for the Workstation Management, Client, and Connector are available in case of issues. For more information about accessing the logs, see [Troubleshooting Mendix Workstation Client](/mendix-workstation/troubleshooting/).
Copy file name to clipboardExpand all lines: content/en/docs/workstation/wks-installation.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
-
title: "Installing and Configuring Mendix Workstation"
2
+
title: "Installing and Configuring Mendix Workstation Client"
3
3
linktitle: "Installation and Configuration"
4
4
url: /mendix-workstation/installation/
5
-
description: "Documents the installation process for Mendix Workstation."
5
+
description: "Documents the installation process for Mendix Workstation Client."
6
6
weight: 20
7
7
---
8
8
9
9
## Introduction
10
10
11
-
This document provides a quick start guide for installing Mendix Workstation, and then configuring its basic settings. Mendix Workstation is available for the following operating systems:
11
+
This document provides a quick start guide for installing Mendix Workstation Client, and then configuring its basic settings. Mendix Workstation Client is available for the following operating systems:
12
12
13
13
*[Microsoft Windows (global installer)](https://marketplace.mendix.com/link/component/241063)
14
14
*[Microsoft Windows (portable)](https://marketplace.mendix.com/link/component/242552)
15
15
*[Linux ARM 64](https://marketplace.mendix.com/link/component/245627)
16
16
17
-
To configure Mendix Workstation, perform the following steps:
17
+
To configure Mendix Workstation Client, perform the following steps:
18
18
19
19
### Creating a Workspace and Station
20
20
@@ -43,28 +43,28 @@ A *station* represents a workstation on the shopfloor. It can connect to one or
43
43
44
44
## Downloading and Running the Workstation Client
45
45
46
-
The Mendix Workstation Client is a connector between the devices and your local PC. You can download and enable the client by performing the following steps:
46
+
The Workstation Client is a connector between the devices and your local PC. You can download and enable the client by performing the following steps:
47
47
48
48
1. Open a station and click **Register Computer**.
2. In the **Computer Registration** dialog, click **Download**. The [Mendix Workstation Client](https://marketplace.mendix.com/link/component/241063) page on the Mendix Marketplace opens for the Windows installer. Alternatively, you can find the component on the Mendix Marketplace by searching for "Workstation Client". You can also find the [portable](https://marketplace.mendix.com/link/component/242552) and [Linux](https://marketplace.mendix.com/link/component/245627) version by using the search, or navigate to them through the above links.
52
+
2. In the **Computer Registration** dialog, click **Download**. The [Workstation Client](https://marketplace.mendix.com/link/component/241063) page on the Mendix Marketplace opens for the Windows installer. Alternatively, you can find the component on the Mendix Marketplace by searching for "Workstation Client". You can also find the [portable](https://marketplace.mendix.com/link/component/242552) and [Linux](https://marketplace.mendix.com/link/component/245627) version by using the search, or navigate to them through the above links.
* If you have administrator rights for your computer, click **Download** and run the Workstation Client installer in the form of an NSIS installer package. If you get a prompt from Windows Access Control, click **Yes** to allow Mendix Workstation Client to be installed; for a silent installation, you can also run the installer as an administrator with the `/S` argument, that is, `MendixWorkstationX.Y.Z.exe /S`. The default installation folder is *C:\Program Files\Mendix Workstation*. The app data folder can be found at *C:\ProgramData\Mendix Workstation*. The client runs automatically after the installation is completed.
61
-
* If you do not have administrator rights for your computer, download the [Mendix Workstation Client Portable](https://marketplace.mendix.com/link/component/242552) instead. As a best practice, put the portable client in a new folder in your Documents folders, and then click the .exe file to run the client.
60
+
* If you have administrator rights for your computer, click **Download** and run the Workstation Client installer in the form of an NSIS installer package. If you get a prompt from Windows Access Control, click **Yes** to allow Workstation Client to be installed; for a silent installation, you can also run the installer as an administrator with the `/S` argument, that is, `MendixWorkstationX.Y.Z.exe /S`. The default installation folder is *C:\Program Files\Mendix Workstation*. The app data folder can be found at *C:\ProgramData\Mendix Workstation*. The client runs automatically after the installation is completed.
61
+
* If you do not have administrator rights for your computer, download the [Workstation Client Portable](https://marketplace.mendix.com/link/component/242552) instead. As a best practice, put the portable client in a new folder in your Documents folders, and then click the .exe file to run the client.
62
62
63
63
* For Linux - Download and install the [Linux](https://marketplace.mendix.com/link/component/245627) version of the client.
64
64
65
65
## Registering your Computer
66
66
67
-
With the Mendix Workstation Client running on your computer, you must now register your computer in the Workstation Management.
67
+
With the Workstation Client running on your computer, you must now register your computer in the Workstation Management.
68
68
69
69
1. Go to [Mendix Workstation Management](https://workstation.home.mendix.com/) and navigate to the **Station Overview** in the workspace which contains the station that you want to register to your computer.
70
70
2. Click the menu in the overview and select **Register computer**.
Copy file name to clipboardExpand all lines: content/en/docs/workstation/wks-message-syntax.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ weight: 40
8
8
9
9
## Introduction
10
10
11
-
To communicate with your devices, you must ensure that the messages you send have the correct syntax. This syntax varies depending on the type of device. The following sections show the required syntax for file system, smart card, and Bluetooth devices.
11
+
To enable Mendix Workstation Client to communicate with your devices, you must ensure that the messages you send have the correct syntax. This syntax varies depending on the type of device. The following sections show the required syntax for file system, smart card, and Bluetooth devices.
Copy file name to clipboardExpand all lines: content/en/docs/workstation/wks-prerequisites.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
-
title: "Getting Started with Mendix Workstation"
2
+
title: "Getting Started with Mendix Workstation Client"
3
3
linktitle: "Getting Started"
4
4
url: /mendix-workstation/prerequisites/
5
-
description: "Documents the requirements for the Mendix Workstation."
5
+
description: "Documents the requirements for the Mendix Workstation Client."
6
6
weight: 10
7
7
---
8
8
9
9
## Introduction
10
10
11
-
This document presents the system requirements for Mendix Workstation.
11
+
This document presents the system requirements for Mendix Workstation Client.
12
12
13
13
## System Requirements
14
14
@@ -23,15 +23,15 @@ This document presents the system requirements for Mendix Workstation.
23
23
24
24
## Network Configuration
25
25
26
-
Before implementing Mendix Workstation, perform the following steps:
26
+
Before implementing Mendix Workstation Client, perform the following steps:
27
27
28
28
1. Ensure that the Workstation user can access the Mendix Cloud.
29
29
2. Open the required ports for communication (for example, TCP 443 for HTTPS).
30
-
3. Add the Mendix Workstation client to the Allow list for any firewall or antivirus software, if applicable.
30
+
3. Add the Workstation Client to the Allow list for any firewall or antivirus software, if applicable.
31
31
32
32
## Device Connectivity
33
33
34
-
Before connecting devices with Mendix Workstation perform the following steps:
34
+
Before connecting devices with Mendix Workstation Client perform the following steps:
35
35
36
36
* Make sure the devices are correctly set up and connected to your computer.
37
37
* Verify that the device driver is installed and up to date.
@@ -45,19 +45,19 @@ Before connecting devices with Mendix Workstation perform the following steps:
45
45
* For Serial Port connection - Open the device and test device basic commands.
46
46
* For TCP/IP connection - Ping the device to make sure that it is reachable on the network and not blocked by a firewall, and then test the basic device commands.
47
47
48
-
## Best Practices for Working with Mendix Workstation
48
+
## Best Practices for Working with Mendix Workstation Client
49
49
50
-
As you begin your work with Mendix Workstation, keep in mind the following best practices to help you.
50
+
As you begin your work with Mendix Workstation Client, keep in mind the following best practices to help you.
51
51
52
52
### Security Recommendations
53
53
54
-
For more information, see [Security Best Practices for Mendix Workstation](/mendix-workstation/security/).
54
+
For more information, see [Security Best Practices for Mendix Workstation Client](/mendix-workstation/security/).
55
55
56
56
### Performance Optimization
57
57
58
58
* Ensure workstations meet the recommended hardware specifications.
59
59
* Minimize background processes to improve performance.
60
-
* When building app logic reusing the Connectors nanoflows, minimize the amount of microflow calls and [other actions](https://docs.mendix.com/refguide/nanoflows/#logic-where-no-connection-is-needed) that require a server connection. One key benefit of Mendix Workstation is client-sided data processing. Every call to the Mendix runtime adds an performance overhead.
60
+
* When building app logic reusing the Connectors nanoflows, minimize the amount of microflow calls and [other actions](https://docs.mendix.com/refguide/nanoflows/#logic-where-no-connection-is-needed) that require a server connection. One key benefit of Mendix Workstation Client is client-sided data processing. Every call to the Mendix runtime adds an performance overhead.
description: "Describes how to solve potential issues with Mendix Workstation."
5
+
description: "Describes how to solve potential issues with Mendix Workstation Client."
6
6
weight: 40
7
7
---
8
8
9
9
## Introduction
10
10
11
-
If you encounter any issues with your Mendix Workstation Management, Connector, or Client, use the following troubleshooting tips to help you solve them.
11
+
If you encounter any issues with your Workstation Management, Connector, or Client, use the following troubleshooting tips to help you solve them.
12
12
13
13
## Workstation Management
14
14
@@ -34,7 +34,7 @@ The Client retains logs for the last eight days. You can access the logs by clic
34
34
35
35
You can also find log files by day in the Client's app data folder. To do so on Windows, press **Win + R**. If you installed the Client using the installer for all users, enter `%ProgramData%\Mendix Workstation\logs`. If you are using the portable version, enter `%AppData%\Mendix Workstation\logs`. On Linux the Mendix *Workstation/logs* folder is either located at `$XDG_CONFIG_HOME` or `~/.config`.
36
36
37
-
Alternatively, you can start the Mendix Workstation Client from Powershell to view logs: `start "C:\Program Files\Mendix Workstation\Mendix Workstation.exe" -ArgumentList "--log-level=debug" -wait`.
37
+
Alternatively, you can start the Workstation Client from Powershell to view logs: `start "C:\Program Files\Mendix Workstation\Mendix Workstation.exe" -ArgumentList "--log-level=debug" -wait`.
38
38
39
39
### Registration Token Could Not Be Parsed
40
40
@@ -86,7 +86,7 @@ The connection between the Client and the Connector cannot be established either
86
86
87
87
#### Solution
88
88
89
-
* Verify that the Mendix Workstation Client is running and registered on the same computer as the browser that is trying to establish a connection via the StationConnector.
89
+
* Verify that the Workstation Client is running and registered on the same computer as the browser that is trying to establish a connection via the StationConnector.
90
90
* Verify that the Client is registered in the correct Workspace by comparing the Workspace name and ID displayed in the Client UI with the Workspace in the Management.
91
91
* Verify that the application that is attempting a connection is properly configured as an allowed app in the Workspace and on the Station. To do so check that your application, for example, running on `http://localhost:8080`, is added in the **Apps** section of your Workspace. If the app is added, check that the public key of the configured workspace app is up to date with the public key displayed in your app that is using the connector. If not, update the public key value of the workspace app with the latest value displayed in the app. Next, check that the app is also enabled as an allowed app in the Station configuration by going to the respective Station detail page in that workspace. Always press the **Refresh** button in the Workstation Client after applying any changes in the Management.
0 commit comments