Changes between Version 13 and Version 14 of Hardware/dInfrastructure/qPowerMeasurment
- Timestamp:
- Aug 23, 2013, 10:35:21 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/dInfrastructure/qPowerMeasurment
v13 v14 89 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 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]] 91 lastly converting the proper current reading to a power reading by the applying the following equation: P = I*I*R. This code will output the data 92 on the web server in XML format. [[BR]] 92 93 93 4)Use PuTTY Pageant Software to double tunnel to the ORBIT Network and then 94 4) Use PuTTY Pageant Software to double tunnel to the proper network within the ORBIT network. PuTTY SSKEY will be required.[[BR]] 95 96 5) Locate the sensor by the IP address in the network and parse its XML with Ruby began to collect data. 94 97 95 98 96 97 98 99 100 101 99 ---- 102 100