- ページ 23
産業機器 Siemens SIMATIC PCS 7のPDF 機能マニュアルをオンラインで閲覧またはダウンロードできます。Siemens SIMATIC PCS 7 42 ページ。 Process control system, basis library readme v9.0 sp1 online
Siemens SIMATIC PCS 7 にも: 導入マニュアル (6 ページ), システムマニュアル (28 ページ), 取扱説明書 (36 ページ), リード・ミー (26 ページ), マニュアル (39 ページ)
// TODO: Set Recipe Name and Version
...
// TODO: Set Batch Size
...
// TODO: Use parameter by setting the name
...
// TODO: If parameter name is set then set parameter type:
// BMS_SBIF_PARAMETER_TYPE_INT=0:
at BatchData.Parameters[iParameterIndex].iValue
// BMS_SBIF_PARAMETER_TYPE_DOUBLE=1:
BatchData.Parameters[iParameterIndex].dblValue
// BMS_SBIF_PARAMETER_TYPE_STRING=2:
BatchData.Parameters[iParameterIndex].szValue
// BMS_SBIF_PARAMETER_TYPE_INPUT_MATERIAL=3:
BatchData.Parameters[iParameterIndex].dblValue and material name at
BatchData.Parameters[iParameterIndex].szMaterial
// BMS_SBIF_PARAMETER_TYPE_OUTPUT_MATERIAL= 4: //Set amount at
BatchData.Parameters[iParameterIndex].dblValue and material name at
BatchData.Parameters[iParameterIndex].szMaterial
...
// TODO: Set parameter value depending on type
...
// TODO: Use allocation by setting the RUP name
...
// TODO: If RUP Name is set then set unit name
...
// TODO: Reset trigger
...
Advanced Process Functions SIMATIC BATCH Integration
Function Manual, 07/2016, A5E38719543-AA
Amendment on Engineering Manual
3.3 Runtime interface to SIMATIC BATCH
//Set integer value
//Set real value at
//Set string at
//Set amount at
23