● The batch size is 100 kg.
● The batch is started immediately.
● The batch is released.
● The batch is created.
Example
Program code
#include "apdefap.h"
void OnClick(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName){
{
// SetPropChar( lpszPictureName, "ctrlBosBatchCreation", "OrderCategoryName",
"OrderCat" ) ;
// SetPropChar( lpszPictureName, "ctrlBosBatchCreation", "OrderCategory",
"Order" ) ;
SetPropChar( lpszPictureName, "ctrlBosBatchCreation", "RecipeName",
"Rec_Superglue V1.0" ) ;
SetPropChar( lpszPictureName, "ctrlBosBatchCreation", "BatchSize",
"100" ) ;
SetPropWord( lpszPictureName, "ctrlBosBatchCreation", "StartMode",
1 ) ;
SetPropBOOL( lpszPictureName, "ctrlBosBatchCreation", "AutoReleaseBatch",
TRUE ) ;
SetPropBOOL( lpszPictureName, "ctrlBosBatchCreation", "StartTrigger",
TRUE ) ;}
}
11.3 Operations in process mode
11.3.1 Control: SIMATIC BATCH OS Master
What is the purpose of the "SIMATIC BATCH OS Master" control?
This control is the basis for all other BATCH OS controls in the same process picture and must
always be present and configured. It ensures communication between the individual controls
and the BATCH project (master). You should configure a separate communication channel for
each project you want to load into the same process picture. We do not recommend connecting
the Master OS Control over several communication channels with the same project in the same
process picture.
In this control, you select the BATCH project that you want to work with and monitor. All BATCH
projects of available PCs in the network will be made available for selection if no filter or a
permanently connected project was defined in the control itself.
BATCH OS controls
11.3 Operations in process mode
SIMATIC BATCH V8.2
Operating Manual, 02/2016, A5E35958174-AA 597