04-08-2012 08:14 AM
04-08-2012 06:40 PM - edited 04-08-2012 06:40 PM
Are you saying you could not find it in the manual?
04-09-2012 12:58 AM
manual ? what manual?
04-09-2012 09:49 AM
The Keithley 2000 manual.
Look at the Power Line Cycles input of the Configure functions.
What exactly do you mean by different channels? If you have a scanning/switching card, use Configure Scan or Configure Route.
04-09-2012 10:35 AM
thanks for your reply.
a. i read the manual but it doesnt have a direct reference to labview integration.
b. i tried changing Power Line Cycles input but it didnt respond as expected. if i understand the parameter correctly when it is decreased its supposed to increse the number of samples per seconds. i tried changing it to 0.01 (the lowest possible) and it actually took more time per sample.
c. ill try configure scan or configure rout but i couldnt understand their functionality, is it like configure measurement? if i put this clock before the Read Data does the input change? do i get an array now?
04-09-2012 10:55 AM
No, you will not have specific help on LabVIEW but by looking at the description of the functions (turn on Context Help) as well as looking at the SCPI commands that you can see on the block diagram, you should be able to understand what each function does.
I'm not sure why it would take longer. Attach your code.
Data Read Single obviously returns a single measurement. Data Read Multiple returns an array. The Context Help is pretty clear, I think.
04-10-2012 03:35 AM
04-10-2012 08:16 AM
@sitzikbs wrote:
Unfortunatly i am unable to attach the code ( no files are to be taken out, policy).
I wrote a test code - i put into a matrix the reading and the time it was taken. When i define plc to be 0.01 it takes 0.5s per measurement and when idefine plc to be 1.0 it takes 0.2s.
What could it be?
So, test code can go in, but can't go out, huh?
Very convenient for you.
How about a JPEG showing code that you actually wrote?
04-10-2012 08:25 AM
04-11-2012 01:58 AM