Welcome | spec | C-PLOT | Support | Downloads | Users | Contact



Motors
Counters
MCA
Interfaces

    Hardware reference : Timers/Counters : Keithley KPCI-3140 Counter

Keithley KPCI-3140 Counter



Interface:
  • PCI


config file

PCI_KPCI3140 = number_of_counters 

edconf:   DEVICES screen
SCALERS        DEVICE   ADDR  <>MODE  NUM                               <>TYPE
    YES                                 4     Keithley KPCI-3140 Counter (PCI)
      

edconf:   SCALERS screen
NUMBER        NAME  MNEMONIC  <>DEVICE  UNIT  CHAN   <>USE AS  SCALE FACTOR
     0       Ion 1      ion1  KPCI3140     0     0    counter             1
     1       Ion 2      ion2  KPIC3140     0     1    counter             1
     2       Ion 3      ion3  KPIC3140     0     2    counter             1
     3       Ion 3      ion4  KPIC3140     0     3    counter             1
      
counter_par(motor, "set_inputA")
Sets port A digital I/O to input.
counter_par(motor, "set_outputA")
Sets port A digital I/O to output.
counter_par(motor, "inputA")
Returns the byte value read from port A.
counter_par(motor, "outputA", bits)
Writes the byte value bits to port A.

Top