05-08-2009 09:08 AM
Well, the first thing you will have to do is place your code in a loop. I would recomend using a shift register to hold the voltage value and with each iteration of the loop, increment the voltage by the step you want. Terminate the loop when your limit is reached.
This is a very basic programming task in LabVIEW or any other language. Try to write something based on my description and see how far you get.
05-08-2009 09:30 AM
Thank You Sir,
I will try according to your suggestion, But I thought we have to give command to our device in labview, through that it can directly give desired readings with increment. In this I don't know what command I've to give for an increment.
Regards
Shridhar
05-08-2009 09:39 AM
05-08-2009 09:46 AM
Ok Sir,
I already read that manual no command for increment. I will contact to keithley meters by the time I will try your suggestion.
Regards
Shridhar
05-08-2009 10:10 AM
05-08-2009 11:14 AM
Sir,
For device we have to give command, using that command device will starts to interact directly by command with computer.But we have to give initial value and final value, next we have to mention of what order should be the increment.
Use of command is, device will directly interact with our PC for the order of increment, if we want .1 increment it must take .1 as the difference between each reading. If we want .5 as increment then each step must be .5 difference only. Device must ask and give those readings only..
I will try to use labview commands only, incase if it becomes complicate then I will go for device command, for simple code.
05-08-2009 11:27 AM
05-08-2009 11:55 AM
Ok Sir,
You only try to solve my problem, I will also try here.But I m not so much familiar with Labview.I will say what are my need.
{Otherwise you send me some important links from that I should learn more about labview,difficult job this one as beginners with complicated device.}
My work is to interface the 617 device for measurements of current or voltage or resistance in our lab.617 device will work within 10 mA.So anyone can use this device for measurements in our lab but they don't know the conditions, So if the device facing more than 10mA then it must automatically go for Zero Check mode(stand by)Some one wants to measure current from -1v to 1v (we have connected 1 kilo-ohm resistor to device according to device manual) with the increment of .1 or .2.
If some one wants to measure current from -5v to 5v increment is .1 or .2 or .5 etc.
So here resistance is fixed voltage is variable by user.increment is also variable by user.Like this we have to change our code.If possible try to do this one sir, otherwise I'v to spend lots of time on this.
Afterwards we have to collect continuous data from our device.for that I will discuss later.Now I need solution for this.
I will wait for your solution.
With hope and regards
Shridhar
05-08-2009 12:33 PM
Yes, and I have given you the starting point for you to write the solution in LabVIEW.
My last couple of questions have been in reference to your understanding of how the instrument (and not LabVIEW) works. You have made several conflicting statements regarding the instrument's abilities to perform a sweep from commands that are sent to it.
05-09-2009 12:18 AM
Ok Sir,
Then I will try to do myself, If i face any problem in Labview then i will contact you.
I read the manual of instrument in that there is no command for increment.So I've to use shift register only.
With regards
Shridhar