To find the constant value

MKK

New Member
Joined
Nov 15, 2005
Messages
20
Hello All,

This is to find out the value of the diode under different circumstances.here i have to increase the temperature step by step and side by side measuring the value of the diode.now at particular temperature it becomes stable i have to find the value of the diode at that point.
how to find it ..can anyone just help me to find out.

thankyou very much

Regards,

MKK
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
What's the question in Excel terms? Or did you accidently post this here instead of on the Lab Praticals Help website?
 
Upvote 0
Automated Test Equipment using Excel VBA

Ah no sorry..for not being specific.
Iam using a Thermostream 4200A. we are using Excel VBA to automate it.
the thermostream is connected through GPIB.
Now I have to increase the temperature through Thermostream.This can be done through GPIB commands available.

Now i just need to find it how to find the point at which the diode value becomes stable.
Is there any commands that compare each obtained values and compare it..and once it is stable it has to stop it.
 
Upvote 0
can anyone helpme out...

Hello all..

I still could not find a right solution for it..can anyone help me...

Regards,
MKK
 
Upvote 0
as I understand your question,

x-axis = temperature
y-axis = diode value

u want the first instance where the slope of the diode value equals 0?
because 0 slope means "stable", i.e a flat line?
 
Upvote 0
Thanks

thanks for your reply.
yes,exactly.. I have to find that point where it becomes stable..and plot it..
and i have to increase the temperature again..and see when it becomes stable again..this continues till the maximum temperature it can withstand.

waiting for yu reply.
Thanks

Regards,
MKK
 
Upvote 0
so column A = temperature
column B = diode value

and make column c2 = B2-B1 , c3= B3-B2 and so on...

using conditional format, highlight the values where
B < tolerance
 
Upvote 0
thanks

thanks...it seems to be a nice one...

first i thought of calculating like...
taking temp as Tn

Tn-(0.5Tn-1 + 0.3 Tn-2 +0.2 tn-3 )
to find the points accumulated around a particular value..

but lets see..

thanks once again..

Regards,
MKK
 
Upvote 0

Forum statistics

Threads
1,214,804
Messages
6,121,652
Members
449,045
Latest member
Marcus05

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top