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.
Scroll to the Statuses section.
Click the blue โ to add a new status.
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.
Repeat for all necessary statuses.
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.
Scroll to the Triggers section.
Click the blue โ to create a new trigger.
Give it a Trigger Name (e.g., Speed Drop Detection).
Click Conditions Wizard to define the logic.
๐น Step 5: Define Trigger Conditions
In the Conditions Wizard, set the rule that activates the trigger.
Choose a Variable (system data like Date, Status) or a Parameter (live machine data like Speed, Temperature, Pressure).
Select an operator โ Equals, Greater than, Less than, etc.
Define the comparison value or parameter.
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:
Under Then, click the blue โ to add an action.
Select Change Status as the action type.
Choose the target status (e.g., Not Active).
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.