Basler A400K Manual do Utilizador Página 41

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 40
AW00118501000 Physical Interface
Basler racer Camera Link 33
Setting the Debouncer Using Direct Register Access
To set the value of the input line debouncers via direct register access:
For the CC1 line, set the value of the Input Debouncer Time CC1 register as desired (the value
represents milliseconds).
For the CC2 line, set the value of the Input Debouncer Time CC2 register.
For the CC3 line, set the value of the Input Debouncer Time CC3 register.
For the CC4 line, set the value of the Input Debouncer Time CC4 register.
For more information about direct register access, see Section 3.2 on page 16.
5.6.1.2 Input Line Inverters
You can set CC1, CC2, CC3, and the CC4 line to invert or not to invert the input signal.
Setting an Input Line for Invert Using Basler pylon
To set the invert function on an input line:
Use the Line Selector to select CC1, CC2, CC3, or CC4.
Set the value of the Line Inverter parameter to true to enable inversion on the selected line or
to false to disable inversion.
You can set the Line Selector and the Line Inverter parameter value from within your application
software by using the pylon API. The following code snippet illustrates using the API to set the
selector and the parameter value:
// Select the CC1 line
Camera.LineSelector.SetValue( LineSelector_CC1 );
// Disable the inverter on the selected line
Camera.LineInverter.SetValue( false );
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on page 15.
Vista de página 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 129 130

Comentários a estes Manuais

Sem comentários