TIP850, Tango

The TIP850u10 server has the classes TIP850ADC and TIP850DAC.

TIP850u10
  DIAG99
    TIP850ADC
      p99/tip850adc/exp.01
        Base:       2048
        Channel:       0
        DeviceSpecial: 0                   (differential inputs)
      p99/tip850adc/exp.02
        Base:       2048
        Channel:       1
        DeviceSpecial: 0

      p99/tip850adcs/exp.01
        Base:       2304
        Channel:       0
        DeviceSpecial: 1                   (single ended inputs)


    TIP850DAC
      p99/tip850dac/exp.01
        Base:       2048
        Channel:       0
        DeviceSpecial: 0
    ...
    TIP850DAC
      p99/tip850dac/exp.05
        Base:       2304
        Channel:       0
        DeviceSpecial: 0
    ...
    TIP850DAC
      p99/tip850dac/exp.09
        Base:       2560
        Channel:       0
        DeviceSpecial: 0

Here is an example for entries in /online_dir/online.xml:

<device>
 <name>exp_adc1</name>
 <type>adc</type>
 <module>tip850adc</module>
 <device>p99/tip850adc/exp.01</device>
 <control>tango</control>
 <hostname>hasep99:10000</hostname>
</device>
...
<device>
 <name>exp_dac1</name>
 <type>dac</type>
 <module>tip850dac</module>
 <device>p99/tip850dac/exp.01</device>
 <control>tango</control>
 <hostname>hasep99:10000</hostname>
</device>
...