PC Review


Reply
Thread Tools Rate Thread

Appending collected x & y data from linkage analysis to another sheet

 
 
mstickma
Guest
Posts: n/a
 
      3rd Mar 2008
Hi,

I want to run a test where I look at a various-length linkages that
each have two connecting pins. The linkage will have an angle
monitoring device added to it that wirelessly sends data to a display
box.
The pin at the right end will be (0,0), and the left pin is the one I
will measure the x,y position of. I then rotate the linkage about the
right pin and read the "rise" and "run" that the box displays. I then
want to see if the measured position of the pin matches the calculated
expected position. I am looking for system accuracy as a result.
I want the user to input the linkages' pin-to-pin distance, and the
"rise" and "run" from the display. Then I would like to add a button
that would append the inputted "rise" to a column on another sheet,
with then a calculated "rise" next to it in the same row. I would then
add blank column to create a space within the row to calculate the
delta of the input vs the calculated values later.
I would like to do the same with the "run" data, putting the inputted
"run" in a column next to the calculated "run" column, all in the same
row as the "rise" data. I am currently doing the calculations in cells
just below the inputs.
I intend to take many measurements, and this is why I wish a way to
automate this process. Can anyone suggest a way to do this? I am a
novice with macros, and so I this is why I am looking for some
guidance.

Thanks!
 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      4th Mar 2008
I'm not sure exactly what you want, or why you need a macro. If in
Sheet1 you enter the "rise" (or y value) in, say, column C, then you
can copy this into Sheet2 column A with a formula like this:

=IF(Sheet1!C2="","",Sheet1!C2)

and copy this down. Similarly, if the "run" data is in column E:

=IF(Sheet1!E2="","",Sheet1!E2)

in D2 of Sheet2.

Using polar co-ordinates, sin(theta)=Rise/R and cos(theta)=Run/R,
where theta is the angle with the horizontal and R is the distance
between the two pins (the radius, as the linkage rotates). You can
also use pythagoras to determine R from your original co-ordinates of
the left-hand pin.

So what is it that you want to do?

Pete

On Mar 3, 8:09*pm, mstickma <mstic...@hotmail.com> wrote:
> Hi,
>
> *I want to run a test where I look at a various-length linkages that
> each have two connecting pins. The linkage will have an angle
> monitoring device added to it that wirelessly sends data to a display
> box.
> *The pin at the right end will be (0,0), and the left pin is the one I
> will measure the x,y position of. I then rotate the linkage about the
> right pin and read the "rise" and "run" that the box displays. I then
> want to see if the measured position of the pin matches the calculated
> expected position. I am looking for system accuracy as a result.
> *I want the user to input the linkages' pin-to-pin distance, and the
> "rise" and "run" from the display. Then I would like to add a button
> that would append the inputted "rise" to a column on another sheet,
> with then a calculated "rise" next to it in the same row. I would then
> add blank column to create a space within the row to calculate the
> delta of the input vs the calculated values later.
> *I would like to do the same with the "run" data, putting the inputted
> "run" in a column next to the calculated "run" column, all in the same
> row as the "rise" data. I am currently doing the calculations in cells
> just below the inputs.
> *I intend to take many measurements, and this is why I wish a way to
> automate this process. Can anyone suggest a way to do this? I am a
> novice with macros, and so I this is why I am looking for some
> guidance.
>
> Thanks!


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What-If Analysis w Data Table and Input on Different Sheet =?Utf-8?B?TllLYXJs?= Microsoft Excel Misc 2 8th Aug 2007 03:12 PM
CF based on data analysis, Loop thru sheet =?Utf-8?B?aHNwZW5jZQ==?= Microsoft Excel Programming 1 22nd Mar 2007 04:32 PM
Can I make a list, on one summary sheet, of data collected from ma =?Utf-8?B?YW5hbWNhcmE=?= Microsoft Excel Worksheet Functions 3 15th Dec 2005 11:04 AM
Appending Data from one sheet to a master sheet =?Utf-8?B?Z3VzdG83OQ==?= Microsoft Excel Programming 1 7th May 2005 03:59 PM
Appending data from one sheet to another. Simon Microsoft Excel Programming 3 13th Nov 2003 07:32 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:58 PM.