Skip to main content
Version: Next

Configuration Sample Data

Use this page when you want copy-ready values while following the User Guide.

Start Here

Use the same small demo project across modules instead of inventing new names every time.

This approach helps you:

  • keep project, tag, and view names consistent
  • validate one full workflow before adapting to a real customer
  • reuse the same sample values for alarms, tables, permissions, and applications

Core Example Project

ItemExample valueHow to use it
Project nameBoilerStationDemoUse for the first end-to-end training project
Folder pathTraining/BoilerExample organization in Project Manager
Main devicePLC1Example external channel target
Tag groupBoilerLineStore the first process tags here
Main monitoring viewMain_OverviewFirst operator-facing page
Alarm viewAlarm_SummaryOptional second page for alarm review
Data tableMonitoring_SnapshotsFirst row-based archive table
Recipe setBoiler_RecipesExample recipe module setup
Runtime user rolesAdministrator, Supervisor, Operator, ViewerFirst role model for permissions

Shared Starter Tags

Use these tags across the first project unless your real equipment already requires different names.

Tag NameTypeSample internal valueSample external addressSuggested use
TemperatureFloat3225.0400001Main analog process value
PressureFloat321.2400003Second analog process value
MotorRunningBoolfalse300001Basic running or stopped state
Setpoint_TemperatureFloat3230.0400005Writable setpoint for inputs or recipes
Setpoint_PressureFloat321.5400007Optional writable setpoint for recipes
AlarmResetBoolfalse000101Optional command tag for reset actions
ProductionCountInt32120400101Equipment output counter
GoodCountInt32118400103Good-part counter for OEE
ScrapCountInt322400105Scrap counter for OEE
FaultCodeInt320400201Fault-state discriminator for alarms or OEE
ProductCodeStringP-1001Internal or business fieldProduct identifier for tables
BatchIdStringBATCH-2026-001Internal or business fieldBatch traceability field

Note: The sample external addresses are illustrative only. Replace them with your real PLC or device addresses when hardware is available.

Module-by-Module Sample Data

Project Module

Use these values in Working with Projects and Understanding Projects.

SettingExample value
Project nameBoilerStationDemo
Copy nameBoilerStationDemo_v1.1_Test
Archive folderArchive/Boiler
Engineering folderTraining/Boiler
First editor workspace goalopen Main_Overview and verify three live tags

Tags Module

Use these values in Creating Internal Tags, Creating External Tags, and Understanding Tags.

SettingExample value
ProtocolModbus TCP
Device IP192.168.10.25
Port502
Station or unit ID1
Channel namePLC1
Tag groupBoilerLine
Internal groupDemo_Internal
Poll period1000 ms
Static SimulationEnabled for offline external-tag testing

Views Module

Use these values in Creating Monitoring Views and Understanding Views.

ComponentLabelBind toExample display
TextBoiler Station Overviewnonepage header
Numeric displayTemperatureTemperature25.0 C
Numeric displayPressurePressure1.2 bar
Status indicatorMotor StatusMotorRunningStopped
Numeric inputTemp SetpointSetpoint_Temperature30.0 C
ButtonReset Alarmwrite AlarmResetmomentary reset
Trend chartTemperature TrendTemperaturelast 30 minutes

Alarm Module

Use these values in Creating Alarms and Understanding Alarms.

Alarm nameTrigger conditionLevelCategoryMessage
Temperature_High{Temperature} > 80HighProcessBoiler temperature too high
Pressure_High{Pressure} > 5MediumProcessBoiler pressure above safe range
Motor_Stopped{MotorRunning} == falseMediumEquipmentPump or motor is not running
Fault_Active{FaultCode} > 0HighEquipmentEquipment fault code detected

Recommended starter choices:

  • alarm group: Boiler_Alarms
  • alarm constraint: 3 seconds for noisy analog values
  • clear threshold for Temperature_High: < 78

Historian and Data Module

Use these values in Configuring Historian, Understanding Data Management, and Creating Data Tables.

Historian sample

SettingExample value
Historian groupBoiler_1s
TagsTemperature, Pressure
Recording modeTimed recording
Interval1 second
Retention90 days

Data table sample

FieldSourceExample value
RecordTimeSystem time2026-04-29 09:00:00
TemperatureTag link25.4
PressureTag link1.18
MotorRunningTag linkfalse
ProductCodeText or tagP-1001
BatchIdText or tagBATCH-2026-001

Aggregation sample

Aggregation fieldSource fieldMethod
Avg_TemperatureTemperatureAverage
Max_TemperatureTemperatureMaximum
Avg_PressurePressureAverage
Run_CountMotorRunningCount

Scripts Module

Use these values in Creating Event-Actions and Understanding Scripts.

Event-action nameEventConditionAction
HighTempNotifyTag monitoringTemperature > 80Show notification and write a log
ResetAlarmPulseButton clicknoneSet AlarmReset = true, then reset to false
ApplyTempSetpointNumeric input confirmnoneWrite new value to Setpoint_Temperature
FaultPopupAlarm triggerFaultCode > 0Open fault popup and highlight alarm view

Permissions Module

Use these values in Managing Permissions.

Roles

RoleAccessible viewsAllowed operations
Administratorall viewsall operations
SupervisorMain_Overview, Alarm_Summary, reportsacknowledge alarms, export logs, change setpoints
OperatorMain_Overview, Alarm_Summaryrun equipment commands, acknowledge alarms
ViewerMain_Overviewview only

Users

UsernameDisplay nameAssigned role
adminSystem AdminAdministrator
leader_aShift Leader ASupervisor
shift_aOperator AOperator
guest_viewGuest ViewerViewer

Logs Module

Use these examples in Viewing Logs to generate test records.

Log typeExample entry
Login logshift_a logged in at 2026-04-29 08:00:00
Equipment logSetpoint_Temperature changed from 30.0 to 35.0
Module logleader_a exported alarm records
Alarm-related activityTemperature_High triggered and then acknowledged

Language Module

Use these values in Understanding Language and Configuring Language.

Source textChineseSpanish
Temperature温度Temperatura
Pressure压力Presion
Motor Status电机状态Estado del motor
Alarm Summary报警总览Resumen de alarmas
Reset Alarm报警复位Restablecer alarma

Recommended enabled languages:

  • English
  • Chinese
  • Spanish

Applications Module

Use these values in Using Recipe Management, Using Equipment Statistics, and Understanding Applications.

Recipe Management sample

ItemExample value
Recipe setBoiler_Recipes
Parameter 1TargetTemperature -> Setpoint_Temperature
Parameter 2TargetPressure -> Setpoint_Pressure
Parameter 3MixTimeSec -> internal parameter
Recipe nameTargetTemperatureTargetPressureMixTimeSec
LowHeat601.0300
NormalRun721.4420
Sanitize851.8600

Equipment Statistics sample

SettingExample value
Equipment nameBoiler01
Running signalMotorRunning
Production countProductionCount
Good countGoodCount
Scrap countScrapCount
Fault indicatorFaultCode > 0
Ideal cycle time12 seconds
Planned production time480 minutes per shift

State reasons

CategoryExample reason
Planned downtimeCleaning
ChangeoverRecipe switch
Material waitNo material at inlet
BreakdownPump fault

How to Adapt This to a Real Customer

Change only the parts that are customer-specific:

  • device addresses and protocol settings
  • actual tag names required by the project standard
  • alarm thresholds from the real process
  • real user names, passwords, and role boundaries
  • recipe parameters and OEE logic based on the equipment

Keep these parts consistent if possible:

  • the learning sequence
  • the structure of tags, views, alarms, and data tables
  • the habit of validating one small complete workflow first