LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to operate two devices k-237 and k-2410 simaltanouly

Hi,

 

Can you post the abrupt data? 

 

How about the screenshot which I have posted earlier?

 

Try the codes which I have posted here. 

 

Warmest regards,

Lennard.C

 

Learning new things everyday...
Download All
0 Kudos
Message 11 of 26
(970 Views)

Hi,

I have tried your suggested code but there is no change in the reading from previous one and even Keithley 2410 is not working (i.e. doesn't ON). K-237 is giving these readings(attached).

0 Kudos
Message 12 of 26
(960 Views)

Please suggest me something else.

0 Kudos
Message 13 of 26
(956 Views)
It's just silly to have the parallel code. GPIB communication is sequential.

An end of line character is not usually the correct separator for commands. Have you actually verified that this is correct? It would be usually be a ; between them.

Why aren't you using the drivers that are available. A simple Help> Find Instrument Drivers would install them. No need to reinvent the wheel.

If you do insist on skipping the drivers, all debug of the commands should first take place in the VISA test panels in MAX.
0 Kudos
Message 14 of 26
(943 Views)

Hello,

It is working fine but the issue is that I am not able to understand how to measure current through Keithley 2410 using as an Ammeter. What logic should i use so that on giving bias to Keithley 237 using as a sourcemeter, K-2410 will read current? Please suggest me something to do this in right direction.

 

 

 

 

 

 

 

 

0 Kudos
Message 15 of 26
(930 Views)

Hi ymanglik,

 

isn't the answer to your question given in the manual of your K2410? Did you try to operate the K2410 via it's panel before doing this programmatically?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 16 of 26
(931 Views)

Hello,

Actually, I didnt get anything relating to this in the manual and I think it can not be done from panel manually because for this we have to give any voltage bias after that get any current. Here the case is different.

We want to use K-2410 as an Ammeter which reads only current of the circuit on connecting through the diode. So for this offcourse we have to apply any logic so that both the devices can work simaltanously on performing experiment.

Please suggest me something to accomplish this.

 

 

 

0 Kudos
Message 17 of 26
(926 Views)

Hi All,

Please suggest me something for my previous thread. Actually I am not getting any clue for how to do this.

Its urgent!!!

 

 

 

 

 

 

Regards

Yachika Manglik

0 Kudos
Message 18 of 26
(907 Views)

Hi All,

Can anyone tell me which command is wrong given below because it is giving syntax error:

 

*RST;
:SYSTEM:GUARD OHMS;
:SYSTEM:MEM:INIT;

:SOUR 1:LIST:VOLT;
:SENSE:FUNC "CURR";
:SENSE:CURR:RANG 10E-6;
:TRIG:DEL 1;
:ARM:COUN 20;
:OUTP ON;
:READ?;
:INIT;
*OPC;

 

Reply Urgently!!!

 

 

Regards

Yachika Manglik

0 Kudos
Message 19 of 26
(895 Views)

on place of smiley it is : s

0 Kudos
Message 20 of 26
(894 Views)