Skip to main content

๐Ÿญ Configuring a Production Entity and Automated Triggers

Alex Merkin avatar
Written by Alex Merkin
Updated over 3 weeks ago

This article explains how to set up a Production Entity in Next Plus โ€” including defining its statuses, parameters, and automatic triggers that change machine status based on live data.


๐Ÿ”น Step 1: Open the Production Entities menu

In the left navigation panel, go to Modeling โ†’ Production Entity โ†’ Production Entities.
Youโ€™ll see a list of existing entities. Click the โœ๏ธ Edit icon next to the machine you want to configure.

๐Ÿ’ก To create a new one, click the red โž• button.


๐Ÿ”น Step 2: Define basic details

In the Production Entity Edit screen:

  • Name โ€“ Type the entity or machine name.

  • Type โ€“ Select the machine category (e.g., CNC Machine, Extruder, Assembly Line).


๐Ÿ”น Step 3: Configure Statuses

Statuses define the operational states of the entity.

  1. Scroll to the Statuses section.

  2. Click the blue โž• to add a new status.

  3. Fill in:

    • Status Name โ€“ e.g., Active, Idle, Maintenance.

    • Status Type โ€“ Choose Up or Down (machine running or stopped).

    • Status Color โ€“ Select a color to identify the state visually.

  4. Repeat for all necessary statuses.

  5. Click Save to confirm changes.

๐Ÿ’ก Tip: Use consistent colors (e.g., green for Active, red for Down) across all entities.


๐Ÿ”น Step 4: Add Triggers

Triggers let the system automatically change a machineโ€™s status when a condition is met โ€” for example, if speed drops or pressure is too low.

  1. Scroll to the Triggers section.

  2. Click the blue โž• to create a new trigger.

  3. Give it a Trigger Name (e.g., Speed Drop Detection).

  4. Click Conditions Wizard to define the logic.


๐Ÿ”น Step 5: Define Trigger Conditions

In the Conditions Wizard, set the rule that activates the trigger.

  1. Choose a Variable (system data like Date, Status) or a Parameter (live machine data like Speed, Temperature, Pressure).

  2. Select an operator โ€” Equals, Greater than, Less than, etc.

  3. Define the comparison value or parameter.

  4. Combine multiple rules using AND / OR to create complex conditions.

โš™๏ธ Example:

When Speed โ‰ค Air Pressure โ†’ Then change status to Not Active.


๐Ÿ”น Step 6: Set the Trigger Action

Once conditions are defined:

  1. Under Then, click the blue โž• to add an action.

  2. Select Change Status as the action type.

  3. Choose the target status (e.g., Not Active).

  4. Click Save to finalize.


๐Ÿ”น Step 7: Save the Entity

Scroll down and click Save to store all configurations.

โœ… The entity will now update its status automatically based on live conditions from connected sensors or OPC data.


๐Ÿ’ก Best Practices

  • Use clear names for statuses and triggers (e.g., โ€œSpeed Below Thresholdโ€).

  • Verify that parameters are correctly mapped from the connected machine.

  • Test your triggers before deploying to production.

  • Keep color conventions consistent for easy visual monitoring.

Did this answer your question?