Sensoray 518 Manual de usuario Pagina 30

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 57
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 29
29
Set Gage Calibration
This command transfers strain gage slope and offset parameters to the coprocessor for a specific
strain gage channel. Typically, these parameters will have been previously obtained via
execution of the Read Gage Calibration command.
Note: it is necessary to implement a time delay between invocation of a Set Gage Calibration and
Read Gage Calibration command for the same channel. The time interval between execution of
these two commands should be at least 500 milliseconds to ensure proper operation of the Read
Gage Calibration command.
COMMAND: (144 + CHAN), (S0), (S1), (S2), (S3), (S4), (S5)
RESPONSE: NONE
EXAMPLE:
‘ This subprogram copies gage parameters from a linear array back
‘ onto a 518 coprocessor. Assume that the ReadGageParameters
‘ procedure (previous example) was used to load the array.
SUB WriteGageParameters (BasePort%, Channel%, ParmArray%())
CALL Send518byte (BasePort%, 144 + Channel%)
FOR Parm% = 0 TO 5
CALL Send518byte (BasePort%, ParmArray%(Parm%))
NEXT Parm%
END SUB
Vista de pagina 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 56 57

Comentarios a estos manuales

Sin comentarios