Changes between Version 8 and Version 9 of Hardware/dInfrastructure/qPowerMeasurment


Ignore:
Timestamp:
Aug 20, 2013, 10:47:25 PM (11 years ago)
Author:
pavan717
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/dInfrastructure/qPowerMeasurment

    v8 v9  
    55''(By: Pavan A. Desai)''
    66
     7----
     8
    79'''Goal:''' The overall goal of this project is to measure and monitor the power consumption across each node in the ORBIT test bed by effectively mapping each node to the proper breaker switch on the breaker board. [[BR]]
     10
     11----
    812
    913'''Requirements:'''
     
    1418       - PuTTY SSKEY (Used to create a secure shell key for secure data communication, PuTTY Pageant will require it for all ORBIT network connections)
    1519       - Ruby (Will be needed to parse XML output) [[BR]]
     20
     21----
     22
    1623'''Overall Operation:'''
    1724
     
    26336) The ORBIT Power Sensing Platform is connected to the Arduino board and shield.[[BR]] 
    2734
    28 '''Power Sensing Platform:'''
     35----
    2936
    30 || [[Image (Power Sensing Platform.PNG, 500px)]] ||
     37'''Power Sensing Platform:''' [[BR]]
     38
     39|| [[Image(powersensor.PNG, 600px)]] ||
    3140||  Figure 2: Sensor Board ||
     41 [[BR]]
    3242
     43
     44Once the current is stepped down by the toroid, a 42Ω resister is used to convert the AC current into AC voltage at the entrance of the Power Sensing Platform. Then the AC voltage is converted to DC voltage by going through AD737JNZ chip with a average off-set of 3.364mV between the input and output of the chip. The voltage regulator is used to lower the voltage that powers the AD737JNZ chip to values of ± 2.5V from ± 3.3V.  The inverting amplifier with a gain of 4.7 is used to convert the negative voltage value outputted from the AD737JNZ chip to a positive value because the Arduino does not accept negative inputs. Once the signal enters the Arduino analog pins, the Arduino will read the signal at the analog pin and output a resolution reading between 0 to 1023. The Arduino has a 10-bit analog to digital converter so it will map input voltages between 0 and 5 volts into integer values between 0 and 1023. Then the software part of this project will fix the off-set of the AD737JNZ chip and the scaling factor of the toroid along with adjusting the Arduino to covert the resolution readings to power readings.         
     45
     46 
    3347 
    3448
    35 [[BR]]
     49
     50----
     51
    3652
    3753'''Procedure:'''
     
    3955
    4056|| [[Image(board.PNG, 400px)]] ||
    41 ||  Figure : Connection  ||
     57|| Figure : Connection  ||
    4258 
    4359[[BR]]
     60
     61
     62----
     63
     64
    4465'''Current Progress:'''
    4566