Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

Steps to connect machines:

  1. Gather a list of machines including: IP address and port

  2. Obtain machine specific connection information, i.e. authentication. The information required depends on the machine model.

  3. Obtain API token and Agile MES Service ID.

  4. Configure the Aggregator.

  5. Start the Aggregator.

  6. Activate Machine Connectivity.

1. Obtaining IP address and port

...

Info

This step can be done by anyone with access to the 3YOURMIND Admin Panel

Setup a user

  1. Login to the 3YOURMIND Platform as a user that has access to the organisation and admin panel.

  2. Go to User Panel > Users.

  3. Click on Invite User.

  4. Fill it with those infos (Make sure that “Send invitation via E-Mail…” is unchecked):

    Image Modified

    (The E-Mail Address does not need to exist)

  5. Click on Save.

Provide access to the organization's fulfillment partners

  1. Go to the 3YOURMIND admin panel.

  2. Go to Fulfillment partner.

  3. Open each service under the Fulfillment partner List.

  4. Add the user you created to the list of users.

  5. Click on Save.

Create API token

  1. Go back to the homepage of the admin panel.

  2. Go to Users under Authentication and Authorization.

  3. Search for the user you created.

  4. Click on Create Token.

Info

The token is only displayed once in the pop-up and not accessible later on.

Make sure to copy the token right away.

...

Login to the 3YOURMIND Platform with a user that has access to the service panel.

Option 1:

  1. Visit the dashboard of the service panel

  2. The number in the URL represents the service id. E.g. https://[your-domain]/service-panel/1/dashboard/ (service id would be "1")

Option 2:

  1. Visit https://[your-domain]/api/v2.0/service-panel/services/.

  2. Note the id of the service.

    Image Modified

4. Create a configuration

...

Code Block
languagejson
{
  "id": 1,
  "url": "https://print.3yourmind.com/api/v2.0/machine/730/",
  "token": "28c1610a1240ecc5e9eae9b2e3a0554e64e8eeaf"
}

5. Deploy the Aggregator

Follow one of the guides:

Aggregator On Windows

...

For shared cloud customers

Aggregator On Windows is the only supported option for shared cloud customers

For dedicated cloud customers

  1. Aggregator On Windows covers all connectivity cases, but it requires manual installation and maintenance.

  2. Aggregator in Docker is a minimal maintenance option that can be used when all the machines have internet connection and a supported cloud API. Our customer support can quickly enable the cloud aggregator for your deployment.

For on-premise customers

  1. Aggregator in Docker is enabled by default in your installation package and is the recommended option as long as 3YOURMIND MES and the machines are connected to the same network.

  2. Aggregator On Windows covers all connectivity cases, but it requires manual installation and maintenance.

6. Activate Machine Connectivity in the Agile MES

  1. Login to the 3YOURMIND Platform with a user that has access to the Service Panel. If you do not have access to the service panel, please look at Service Panel.

  2. Open the Service Panel.

  3. Go to Settings > Workstations.

  4. Select the workstation that the machine should get connected to.

  5. Select the machine in the Machine Connectivity section.

  6. Click on Connect Machine.

...