Changes between Version 2 and Version 3 of Internal/DigitalAttenuatorBox/Discription


Ignore:
Timestamp:
Jan 23, 2009, 10:24:11 PM (15 years ago)
Author:
Ilya Chigirev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/DigitalAttenuatorBox/Discription

    v2 v3  
    66This is a device that allows the user to set a level of attenuation between two paths each containing two digitally controlled attenuators. The overall range of the device is -40dB to -101dB.
    77
     8=== Block Diagram ===
     9[[Image(Diagram.2.jpg)]]
    810
    9 === Block Diagram ===
    10 [[Image(Diagram.jpg)]]
     11=== Operation ===
     12To start using the digital attenuator box first go to
     13{{{
     14[www.WhereverThisThingTsGoingToBe.com]
     15}}}
     16At which point the home page will appear. From this point it is possible to move on to the graphic interface by clicking on the link at the bottom of the page labeled "here". From the home page it is also possible to start using the address line command system immediately.
     17
     18==== Graphic Interface ====
     19
     20Once at the graphic interface the the value of each individual attenuator pair can be set. setting both to the same value will result in that value as the total attenuation across the ports. The entire device can be set turned on or off from this page. The settings of the attenuators can only be changed when the device is on.
     21
     22==== Address Line Interface ====
     23
     24There are three commands that can be exicuted by typing them into the address of the device.
     25
     261. '''On''' - will turn the device on. The values of the attenuators can only be adjusted when the device is on.
     27{{{
     28www.WhereverThisThingTsGoingToBe.com/on
     29}}}
     30
     312. '''Off''' - will turn the device off.
     32{{{
     33www.WhereverThisThingTsGoingToBe.com/off
     34}}}
     35
     363. '''Set''' - will adjust the value each attenuator set to the specified value. In the below example code the Value of the first attenuator set will be -75dB and the second set will be -41dB. setting the values to anything outside the usable range (40 - 101) will result in an error.
     37{{{
     38www.WhereverThisThingTsGoingToBe.com/set?A=75&B=41
     39}}}
     40
     41
     42