07-03-2024 11:02 AM
Hello everyone,
I have been trying to make use the ADCMT LabVIEW driver to run and read the measurement back from the 6240B current source, but it seems like there is not any connection. I am using NI instruments GPIB-USB-HS cable and installed the latest version of NI-488.2. I am not an expert in this area and your guidance is very much appreciated. What should I check to find the root cause of the problem?
07-03-2024 09:12 PM - edited 07-03-2024 09:12 PM
What do you mean by "there is not any connection" ? do you get any error?
Highly recommend to watch this tutorial - https://labviewwiki.org/wiki/VIWeek_2020/Proper_way_to_communicate_over_serial
07-04-2024 02:58 AM
Thank you very much for the reply, Santhosh!
When I run the Labview, nothing happens to the current source. This is why I say there is no connection between them.
I will definitely watch this tutorial.
best,
Amin
07-04-2024 04:47 AM - edited 07-04-2024 04:48 AM
Hi Amin,
@Amin_ka69 wrote:
When I run the Labview, nothing happens to the current source. This is why I say there is no connection between them.
I will definitely watch this tutorial.
The video will not provide help your your GPIB communication…
07-11-2024 05:02 PM
Thank you very much for your points.
Now, after USB driver installation the connection is fixed.
07-17-2024 11:55 AM
Hi GerdW,
The attached is my main VI for running the 6240b current source. Using it, I can generate step current. My aim is to probe the resulting step voltage response. This current source has the ability to measure the voltage itself. Now this VI's output is just the voltage points you can specify in the front panel. What it actually does right now, it generates for example 5 periods of step current and it outputs five voltages in the level values. But the point is that I want to see the voltage output real-time like the what I can observe on oscilloscope. Do you have any suggestions on how to do that? How can I make sure that the device itself has that ability? Will I need any external DAQ device?