Siemens SIMATIC PCS 7 Funktion Handbuch - Seite 23

Blättern Sie online oder laden Sie pdf Funktion Handbuch für Industrielle Ausrüstung Siemens SIMATIC PCS 7 herunter. Siemens SIMATIC PCS 7 42 Seiten. Process control system, basis library readme v9.0 sp1 online
Auch für Siemens SIMATIC PCS 7: Einführung Handbuch (6 seiten), System Manual (28 seiten), Betriebsanleitung (36 seiten), Mich lesen (26 seiten), Handbuch (39 seiten)

Siemens SIMATIC PCS 7 Funktion Handbuch
// 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