03-23-2021 12:28 AM
Hello
I'd like to apply constant current with using LabVIEW. However, the built-in code from dp832A has only a voltage level setting.
I can apply constant voltage and current directly but I think I only can do applying constant voltage on LabVIEW.
The figure is a 'Configure output' front panel.
Does anyone know how to apply constant current from LabVIEW?
Thanks
03-23-2021 01:25 AM
Hi dongwoolee,
@dongwoolee wrote:
I'd like to apply constant current with using LabVIEW. However, the built-in code from dp832A has only a voltage level setting.
Does anyone know how to apply constant current from LabVIEW?
Simple answer: read the (programming) manual of your device, then send the correct command(s)!
You can open the block diagram of your VI to examine which commands are sent to the device to set the constant voltage (CV) parameters. Learn from this VI and create your own VI for setting CC parameters…
Remember: Showing images in a programming forum is quite nonsense. Showing just the frontpanel of a VI when discussing about the underlying code is nonsense…