Siemens SIMATIC NET Especificaciones Pagina 190

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 268
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 189
180 Siemens Simatic S7 Driver Online Help
Parameters for 13BN Signal Conditioning
Description 13-bit binary number.
Input Range 0 – 8191.
Scaling Scales 13-bit binary values to the
database block’s EGU range.
Ignores the most significant 3 bits.
Read
Algorithm
Reads from a 16-bit register using
the following algorithm:
Result = ((Raw_value/8191) *
Span_egu) + Lo_egu.
Read
Algorithm
Variables
Lo_egu – the database block’s low
engineering value.
Span_egu – the span of the
engineering values.
Raw_value – the value stored in the
field device’s register.
Result – the scaled value stored in
the database block.
Write
Algorithm
Writes to a 16-bit register using the
following algorithm:
Result = (((InputData –
Lo_egu)/Span_egu) * 8191) + 0.5.
Write
Algorithm
Variables
Lo_egu – the low engineering value.
Span_egu – the span of the
engineering values.
InputData – the database block’s
current value.
Result – the value sent to the process
hardware.
Vista de pagina 189
1 2 ... 185 186 187 188 189 190 191 192 193 194 195 ... 267 268

Comentarios a estos manuales

Sin comentarios