05-15-2024 07:03 AM
Hello everyone,
We are trying to measure IV graph for memristor with KEYSIGHT 34465A DMM and KEYSIGHT 33500B signal generator. We want to measure with this 2 DMM devices and 1 signal generator at the same time. Can someone help us to complete this task *.*
05-15-2024 08:05 AM
You can start by exploring the drivers from IDnet. Download the extract the following contents to <LabVIEW>\instr.lib, then explore the example.
Agilent Technologies / Keysight Technologies 34465A Digital Multimeter - Instrument Driver
Agilent Technologies / Keysight Technologies 33510B Function Generator - Instrument Driver
05-15-2024 08:34 AM
I have the same problem, download the drives of all of them, I put them in a common time loop, but I can't take measurements. I pass the values I got from Dmm in the xy graph through the for loop, but I can't get value, what is the solution?
05-15-2024 08:38 AM
Block diagram as below
05-15-2024 10:20 AM
You are closing the Instrument call inside the loop.
Leave the close function outside.
Keep reading until you have all the measurements, then when the loop is done, close it.
05-21-2024 03:51 AM
When we try to keep it outside, the connections we built are getting broken.(Error:wire is a member of a cycle).
Can you show me what you want to say if i send you the block diagram?
05-21-2024 03:54 AM
Hi to you both,
@fnaticyususf wrote:
When we try to keep it outside, the connections we built are getting broken.(Error:wire is a member of a cycle).
Then you do something wrong!
@fnaticyususf wrote:
Can you show me what you want to say if i send you the block diagram?
We cannot debug/run/edit images of block diagrams.
But we could edit real code (aka VI files)…
05-21-2024 03:58 AM
This is it.
05-21-2024 04:02 AM
Hi,
@fnaticyususf wrote:
This is it.
As you are using a very recent LabVIEW version: many of us "oldtimers" cannot open those VIs. Please consider converting to an older LabVIEW version (File->Save for previous) and save for LV2021 or older. I prefer LV2019.
Then attach again…
05-21-2024 04:10 AM
I saved it as previous version. I hope this is what you want.