Workflow for creating control charts for new product¶
To structure the different object I would seperate the objects in two levels. The first is the product level this are more global datas which doesn’t depend on a single item furthermore they describe the item or the measurement. The second level is the item level meaning this are data which are representing a single item with the related measurement.
- Objects which are belong to the product level are
ProductMeasurementDeviceMeasurementTagCalculationRuleCharateristicValueDefinitionMeasurementOrderDefinition
- And on the item level there are:
Preparing the product level¶
To prepare DjConChart for measurements with a product you first have to fill the data on product level. To give you a hint here is is a useful order. To get a idea of the meaning of the different tables please have a look at Overview:
Perparing the item level¶
Before you can make a measurement you first create the MeasurementItem and a Order for measurement which should be made with the item.