Changes between Version 12 and Version 13 of Hardware/dInfrastructure/qPowerMeasurment


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

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/dInfrastructure/qPowerMeasurment

    v12 v13  
    5252
    5353'''Procedure:'''
    54    1) Connect the Arduino Board and Arduino Ethernet Shield to the ORBIT Power Sensing Platform. The Arduino board will be connected to the bottom of the ORBIT Power Sensing Platform and the Arduino Ethernet Shield will be place on the top of the ORBIT Power Sensing Platform as shown below:
     54   1) Connect the Arduino board and Arduino Ethernet Shield to the ORBIT Power Sensing Platform. The Arduino board will be connected to the bottom of the ORBIT Power Sensing Platform and the Arduino Ethernet Shield will be place on the top of the ORBIT Power Sensing Platform as shown below:
    5555
    5656|| [[Image(board.PNG, 400px)]] ||
     
    5959[[BR]]
    6060   2) Upload the following code to the Arduino board from the attachments: {{{PowerSensingCode.ino}}} Note: MAC & IP Address will have to be changed for future       
    61       sensors along with AD737JNZ chip off-set for each pin and proper toroid scaling ratio. [[BR]]
     61      sensors along with AD737JNZ chip off-set for each analog pin and proper toroid scaling ratio. [[BR]]
    6262   3) Calculations inside the code: [[BR]]
    6363     {{{
     
    7878      which are in double datatype.[[BR]]
    7979{{{((((sensorReading/1024.0)*1100.0)/4.700)+2.468)}}}[[BR]]
    80       First convert the resolution reading into voltage reading by taking the
    81       ratio of the resolution reading and multiplying it by 1100mV internal Arduino voltage. Then by dividing the inverting amplifier gain of 4.7 and adding the
    82       AD737JNZ chip off-set of 2.468mV gives us a final voltage reading of the input signal.  The off-set for the AD737JNZ chip was calculated individually for
    83       each analog pin by testing 10 different AC signals and measuring the input and output for AD737JNZ chip.                     
     80      First convert the resolution reading into voltage reading by taking the ratio of the resolution reading and multiplying it by 1100mV internal Arduino
     81      voltage. Then by dividing out the inverting amplifier gain of 4.7 and adding the AD737JNZ chip off-set of 2.468mV gives us a final voltage reading of the
     82      input signal. The off-set for the AD737JNZ chip was calculated individually for each analog pin by testing 10 different AC signals and measuring the input
     83      and output of the AD737JNZ chip.[[BR]]
     84 
     85|| [[Image(IndepPinOff-Set.PNG, 600px)]] ||
     86|| Figure : Chip Off-Set  ||
     87[[BR]]
     88     
     89      To view rest of the off-sets download {{{Off-Set-Chart.xlsx}}} from the attachments. The next step is to convert this voltage reading to a current
     90      reading by dividing the voltage by 42Ω.  Now the current has to be scaled back again by applying the inverse ratio of 40A to 26.23mA to the code and
     91      lastly converting the proper current reading to a power reading by the applying the following equation: P = R* (I)^2.[[BR]] 
     92
     93   4)Use PuTTY Pageant Software to double tunnel to the ORBIT Network and then
     94
     95
     96                 
    8497
    8598