Siemens SIMATIC PCS 7 Manuale delle funzioni - Pagina 23
Sfoglia online o scarica il pdf Manuale delle funzioni per Apparecchiature industriali Siemens SIMATIC PCS 7. Siemens SIMATIC PCS 7 42. Process control system, basis library readme v9.0 sp1 online
Anche per Siemens SIMATIC PCS 7: Manuale introduttivo (6 pagine), Manuale del sistema (28 pagine), Manuale di istruzioni per l'uso (36 pagine), Leggimi (26 pagine), Manuale (39 pagine)
// 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