Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions content/en/docs/workstation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ description_list: true
cascade:
- content_type: "Mendix Workstation"
---
{{% alert color="info" %}}
Mendix Workstation is [Limited Availability](https://docs.mendix.com/releasenotes/release-status/#limited-availability) for production use. Support is provided according to your Mendix SLA if you purchased a Workstation license. If you want to take Mendix Workstation into production, contact your CSM to see what arrangements are possible. Without a license you can use Mendix Workstation for development, but workspaces are individual and cannot be shared.
{{% /alert %}}

## Introduction

Expand All @@ -22,6 +19,16 @@ Workstation is especially valuable in manufacturing and industrial environments

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.

## Licensing Mendix Workstation

Mendix Workstation is [Limited Availability](https://docs.mendix.com/releasenotes/release-status/#limited-availability) for production use. Support is provided according to your Mendix SLA if you purchased a Workstation license. If you want to take Mendix Workstation into production, contact your CSM to see what arrangements are possible. Without a license you can use Mendix Workstation for development, but workspaces are individual and cannot be shared.

The following functionalities are only available with a license:

* [Bulk import of stations](/mendix-workstation/import-export/)
* [Bulk registration of Workstation Clients](/mendix-workstation/register/)
* [Inviting users](/mendix-workstation/build-app/#invite-users)

## Features of Mendix Workstation

Mendix Workstation has the following features:
Expand Down
6 changes: 5 additions & 1 deletion content/en/docs/workstation/wks-build-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ To install and configure the Workstation Connector, perform the following steps:

The app that you created in the previous section is available on the **Apps** page that you can access through the left navigation menu. To enable or disable the app for all your stations or groups of stations, click the icon in the right column of the app list, and then click **Manage App**.

## Managing Users
## Managing Users {#invite-users}

{{% alert color="info" %}}
This feature is only available to licensed Mendix Workstation users. For more information about obtaining a Workstation license, see [Mendix Workstation](/mendix-workstation/).
{{% /alert %}}

You can invite other Workstation Management users to your workspace to share configurations and collaborate. This feature requires a Workstation license.

Expand Down
6 changes: 5 additions & 1 deletion content/en/docs/workstation/wks-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Different user roles are granted various levels of access to import and export t
## Importing and Exporting Stations in Bulk

{{% alert color="info" %}}
This option is only available to licensed users. For more information, see [Mendix Workstation](/mendix-workstation/).
The import option is only available to licensed users. For more information about obtaining a Workstation license, see [Mendix Workstation](/mendix-workstation/).
{{% /alert %}}

To transfer multiple station configurations, along with their associated applications and devices, between workspaces, perform the following steps:
Expand Down Expand Up @@ -67,3 +67,7 @@ To transfer the contents of a single station, perform the following steps:
4. Click **Continue**.
5. On the **Summary** screen, review the information and optionally select a group to categorize it, such as *Assembly*.
6. Click **Create Station**.

{{% alert color="info" %}}
By default, the single station import operates in duplicate mode. That is, when you import a station with same name as an existing station, a new station is created with a number appended to the name. For example, copying and pasting a station called *My Station* creates a station called *My Station (1)*.
{{% /alert %}}